remainder        1037 lib/common/patchset.c     char *remainder;
remainder        1051 lib/common/patchset.c     remainder = calloc(key_len, sizeof(char));
remainder        1052 lib/common/patchset.c     CRM_ASSERT(remainder != NULL);
remainder        1065 lib/common/patchset.c         rc = sscanf(current, "/%[^/]%s", section, remainder);
remainder        1092 lib/common/patchset.c             current = remainder;
remainder        1106 lib/common/patchset.c     free(remainder);
remainder         729 lib/common/strings.c     char *remainder = NULL;
remainder         745 lib/common/strings.c         int rc = scan_ll(srcstring+1, end, &remainder);
remainder         747 lib/common/strings.c         if (rc != pcmk_rc_ok || *remainder != '\0') {
remainder         754 lib/common/strings.c     if (scan_ll(srcstring, start, &remainder) != pcmk_rc_ok) {
remainder         758 lib/common/strings.c     if (*remainder && *remainder == '-') {
remainder         759 lib/common/strings.c         if (*(remainder+1)) {
remainder         761 lib/common/strings.c             int rc = scan_ll(remainder+1, end, &more_remainder);
remainder         767 lib/common/strings.c     } else if (*remainder && *remainder != '-') {
remainder          84 tools/crm_resource.c     gchar **remainder;
remainder        1443 tools/crm_resource.c         { G_OPTION_REMAINING, 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING_ARRAY, &options.remainder,
remainder        1546 tools/crm_resource.c     if ((options.remainder != NULL) && (options.override_params != NULL)) {
remainder        1548 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        1566 tools/crm_resource.c     } else if (options.remainder != NULL) {
remainder        1572 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        1581 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        1962 tools/crm_resource.c     g_strfreev(options.remainder);