remainder          31 daemons/schedulerd/pacemaker-schedulerd.c     gchar **remainder;
remainder          70 daemons/schedulerd/pacemaker-schedulerd.c         { G_OPTION_REMAINING, 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING_ARRAY, &options.remainder,
remainder         113 daemons/schedulerd/pacemaker-schedulerd.c     if (options.remainder) {
remainder         114 daemons/schedulerd/pacemaker-schedulerd.c         if (g_strv_length(options.remainder) == 1 &&
remainder         115 daemons/schedulerd/pacemaker-schedulerd.c             pcmk__str_eq("metadata", options.remainder[0], pcmk__str_casei)) {
remainder         173 daemons/schedulerd/pacemaker-schedulerd.c     g_strfreev(options.remainder);
remainder         475 lib/common/patchset.c     char *remainder;
remainder         489 lib/common/patchset.c     remainder = pcmk__assert_alloc(key_len, sizeof(char));
remainder         496 lib/common/patchset.c         rc = sscanf(current, "/%[^/]%s", section, remainder);
remainder         523 lib/common/patchset.c             current = remainder;
remainder         537 lib/common/patchset.c     free(remainder);
remainder         907 lib/common/strings.c     char *remainder = NULL;
remainder         926 lib/common/strings.c         int rc = scan_ll(srcstring+1, end, PCMK__PARSE_INT_DEFAULT, &remainder);
remainder         928 lib/common/strings.c         if ((rc == pcmk_rc_ok) && (*remainder != '\0')) {
remainder         934 lib/common/strings.c     rc = scan_ll(srcstring, start, PCMK__PARSE_INT_DEFAULT, &remainder);
remainder         939 lib/common/strings.c     if (*remainder && *remainder == '-') {
remainder         940 lib/common/strings.c         if (*(remainder+1)) {
remainder         942 lib/common/strings.c             int rc = scan_ll(remainder+1, end, PCMK__PARSE_INT_DEFAULT,
remainder         951 lib/common/strings.c     } else if (*remainder && *remainder != '-') {
remainder         105 tools/crm_resource.c     gchar **remainder;            // Positional arguments as given
remainder        1381 tools/crm_resource.c         { G_OPTION_REMAINING, 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING_ARRAY, &options.remainder,
remainder        1492 tools/crm_resource.c     if ((options.remainder != NULL) && (options.override_params != NULL)) {
remainder        1494 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        1513 tools/crm_resource.c     } else if (options.remainder != NULL) {
remainder        1519 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        1531 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        2079 tools/crm_resource.c     g_strfreev(options.remainder);