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         111 tools/crm_resource.c     gchar **remainder;            // Positional arguments as given
remainder        1457 tools/crm_resource.c         { G_OPTION_REMAINING, 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING_ARRAY, &options.remainder,
remainder        1573 tools/crm_resource.c     if ((options.remainder != NULL) && (options.override_params != NULL)) {
remainder        1575 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        1594 tools/crm_resource.c     } else if (options.remainder != NULL) {
remainder        1600 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        1609 tools/crm_resource.c         for (gchar **s = options.remainder; *s; s++) {
remainder        2117 tools/crm_resource.c     g_strfreev(options.remainder);