remainder 1031 lib/common/patchset.c char *remainder; remainder 1045 lib/common/patchset.c remainder = calloc(key_len, sizeof(char)); remainder 1046 lib/common/patchset.c CRM_ASSERT(remainder != NULL); remainder 1059 lib/common/patchset.c rc = sscanf(current, "/%[^/]%s", section, remainder); remainder 1086 lib/common/patchset.c current = remainder; remainder 1100 lib/common/patchset.c free(remainder); remainder 814 lib/common/strings.c char *remainder = NULL; remainder 830 lib/common/strings.c int rc = scan_ll(srcstring+1, end, PCMK__PARSE_INT_DEFAULT, &remainder); remainder 832 lib/common/strings.c if (rc != pcmk_rc_ok || *remainder != '\0') { remainder 840 lib/common/strings.c &remainder) != pcmk_rc_ok) { remainder 844 lib/common/strings.c if (*remainder && *remainder == '-') { remainder 845 lib/common/strings.c if (*(remainder+1)) { remainder 847 lib/common/strings.c int rc = scan_ll(remainder+1, end, PCMK__PARSE_INT_DEFAULT, remainder 854 lib/common/strings.c } else if (*remainder && *remainder != '-') { remainder 113 tools/crm_resource.c gchar **remainder; // Positional arguments as given remainder 1469 tools/crm_resource.c { G_OPTION_REMAINING, 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING_ARRAY, &options.remainder, remainder 1585 tools/crm_resource.c if ((options.remainder != NULL) && (options.override_params != NULL)) { remainder 1587 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { remainder 1606 tools/crm_resource.c } else if (options.remainder != NULL) { remainder 1612 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { remainder 1621 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { remainder 2128 tools/crm_resource.c g_strfreev(options.remainder);