spec 826 include/config.h # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) spec 828 include/config.h # define _GL_ATTRIBUTE_FORMAT(spec) spec 59 include/crm/common/agents.h int crm_parse_agent_spec(const char *spec, char **standard, char **provider, spec 120 lib/common/agents.c crm_parse_agent_spec(const char *spec, char **standard, char **provider, spec 125 lib/common/agents.c CRM_CHECK(spec && standard && provider && type, return -EINVAL); spec 130 lib/common/agents.c colon = strchr(spec, ':'); spec 131 lib/common/agents.c if ((colon == NULL) || (colon == spec)) { spec 135 lib/common/agents.c *standard = strndup(spec, colon - spec); spec 136 lib/common/agents.c spec = colon + 1; spec 139 lib/common/agents.c colon = strchr(spec, ':'); spec 140 lib/common/agents.c if ((colon == NULL) || (colon == spec)) { spec 144 lib/common/agents.c *provider = strndup(spec, colon - spec); spec 145 lib/common/agents.c spec = colon + 1; spec 148 lib/common/agents.c if (*spec == '\0') { spec 154 lib/common/agents.c *type = strdup(spec); spec 528 lib/pacemaker/pcmk_injections.c inject_action(pcmk__output_t *out, const char *spec, cib_t *cib, spec 550 lib/pacemaker/pcmk_injections.c out->message(out, "inject-spec", spec); spec 552 lib/pacemaker/pcmk_injections.c key = calloc(1, strlen(spec) + 1); spec 553 lib/pacemaker/pcmk_injections.c node = calloc(1, strlen(spec) + 1); spec 554 lib/pacemaker/pcmk_injections.c rc = sscanf(spec, "%[^@]@%[^=]=%d", key, node, &outcome); spec 557 lib/pacemaker/pcmk_injections.c spec, rc); spec 1242 lib/pacemaker/pcmk_output.c const char *spec = va_arg(args, const char *); spec 1248 lib/pacemaker/pcmk_output.c out->list_item(out, NULL, "Injecting %s into the configuration", spec); spec 1256 lib/pacemaker/pcmk_output.c const char *spec = va_arg(args, const char *); spec 1263 lib/pacemaker/pcmk_output.c "spec", spec, spec 589 lib/pacemaker/pcmk_simulate.c char *spec = (char *) iter->data; spec 596 lib/pacemaker/pcmk_simulate.c if (strncasecmp(key, spec, strlen(key)) == 0) { spec 607 lib/pacemaker/pcmk_simulate.c if (strncasecmp(key, spec, strlen(key)) == 0) { spec 618 lib/pacemaker/pcmk_simulate.c rc = sscanf(spec, "%*[^=]=%d", (int *) &op->rc); spec 621 lib/pacemaker/pcmk_simulate.c "(result code must be integer)", spec); spec 235 lib/pengine/rules.c #define CHECK_ONE(spec, name, var) do { \ spec 236 lib/pengine/rules.c int subpart_rc = check_one(spec, name, var); \ spec 113 maint/gnulib/lib/attribute.h #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) spec 412 maint/gnulib/lib/human.c humblock (char const *spec, uintmax_t *block_size, int *options) spec 417 maint/gnulib/lib/human.c if (! spec spec 418 maint/gnulib/lib/human.c && ! (spec = getenv ("BLOCK_SIZE")) spec 419 maint/gnulib/lib/human.c && ! (spec = getenv ("BLOCKSIZE"))) spec 423 maint/gnulib/lib/human.c if (*spec == '\'') spec 426 maint/gnulib/lib/human.c spec++; spec 429 maint/gnulib/lib/human.c if (0 <= (i = ARGMATCH (spec, block_size_args, block_size_opts))) spec 437 maint/gnulib/lib/human.c strtol_error e = xstrtoumax (spec, &ptr, 0, block_size, spec 444 maint/gnulib/lib/human.c for (; ! ('0' <= *spec && *spec <= '9'); spec++) spec 445 maint/gnulib/lib/human.c if (spec == ptr) spec 462 maint/gnulib/lib/human.c human_options (char const *spec, int *opts, uintmax_t *block_size) spec 464 maint/gnulib/lib/human.c strtol_error e = humblock (spec, block_size, opts); spec 44 maint/gnulib/lib/monetary.in.h # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) spec 46 maint/gnulib/lib/monetary.in.h # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ spec 602 maint/gnulib/lib/parse-datetime.y spec: spec 131 maint/gnulib/lib/regex-quote.c regex_quote_length (const char *string, const struct regex_quote_spec *spec) spec 133 maint/gnulib/lib/regex-quote.c const char *special = spec->special; spec 137 maint/gnulib/lib/regex-quote.c if (spec->anchored) spec 139 maint/gnulib/lib/regex-quote.c if (spec->multibyte) spec 168 maint/gnulib/lib/regex-quote.c regex_quote_copy (char *p, const char *string, const struct regex_quote_spec *spec) spec 170 maint/gnulib/lib/regex-quote.c const char *special = spec->special; spec 172 maint/gnulib/lib/regex-quote.c if (spec->anchored) spec 174 maint/gnulib/lib/regex-quote.c if (spec->multibyte) spec 199 maint/gnulib/lib/regex-quote.c if (spec->anchored) spec 206 maint/gnulib/lib/regex-quote.c regex_quote (const char *string, const struct regex_quote_spec *spec) spec 208 maint/gnulib/lib/regex-quote.c size_t length = regex_quote_length (string, spec); spec 213 maint/gnulib/lib/regex-quote.c p = regex_quote_copy (p, string, spec); spec 75 maint/gnulib/lib/regex-quote.h regex_quote_length (const char *string, const struct regex_quote_spec *spec); spec 81 maint/gnulib/lib/regex-quote.h const char *string, const struct regex_quote_spec *spec); spec 85 maint/gnulib/lib/regex-quote.h regex_quote (const char *string, const struct regex_quote_spec *spec) spec 113 maint/gnulib/lib/stdio.in.h # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) spec 115 maint/gnulib/lib/stdio.in.h # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ spec 102 maint/gnulib/lib/userspec.c parse_with_separator (char const *spec, char const *separator, spec 132 maint/gnulib/lib/userspec.c if (*spec) spec 133 maint/gnulib/lib/userspec.c u = xstrdup (spec); spec 137 maint/gnulib/lib/userspec.c idx_t ulen = separator - spec; spec 140 maint/gnulib/lib/userspec.c u = ximemdup (spec, ulen + 1); spec 259 maint/gnulib/lib/userspec.c parse_user_spec (char const *spec, uid_t *uid, gid_t *gid, spec 262 maint/gnulib/lib/userspec.c char const *colon = gid ? strchr (spec, ':') : NULL; spec 264 maint/gnulib/lib/userspec.c parse_with_separator (spec, colon, uid, gid, username, groupname); spec 274 maint/gnulib/lib/userspec.c char const *dot = strchr (spec, '.'); spec 276 maint/gnulib/lib/userspec.c && ! parse_with_separator (spec, dot, uid, gid, username, groupname)) spec 32 maint/gnulib/tests/test-regex-quote.c struct regex_quote_spec spec; spec 36 maint/gnulib/tests/test-regex-quote.c spec = regex_quote_spec_posix (cflags, false); spec 37 maint/gnulib/tests/test-regex-quote.c result = regex_quote (literal, &spec); spec 39 maint/gnulib/tests/test-regex-quote.c length = regex_quote_length (literal, &spec); spec 45 maint/gnulib/tests/test-regex-quote.c strcpy (regex_quote_copy (result + 1, literal, &spec), "$"); spec 59 maint/gnulib/tests/test-regex-quote.c spec = regex_quote_spec_posix (cflags, true); spec 60 maint/gnulib/tests/test-regex-quote.c result = regex_quote (literal, &spec); spec 61 maint/gnulib/tests/test-regex-quote.c length = regex_quote_length (literal, &spec);