/posix/ |
A D | tst-cpucount.c | 8 cpu_set_t c; in do_test() local
|
A D | tst-mmap.c | 14 size_t c; in do_test() local
|
A D | tstgetopt.c | 25 int c; in main() local
|
A D | bug-getopt1.c | 21 int c = getopt (argc, argv, fmt); in one_test() local
|
A D | bug-getopt2.c | 19 int c = getopt (argc, argv, fmt); in one_test() local
|
A D | tst-getopt_long1.c | 45 int c = getopt_long (argc, argv, "12345", opts, NULL); in do_test() local
|
A D | bug-getopt4.c | 28 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test() local
|
A D | bug-getopt5.c | 29 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test() local
|
A D | getconf.c | 428 const struct conf *c; in print_all() local 472 const struct conf *c; in main() local
|
A D | bug-getopt3.c | 30 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test() local
|
A D | getopt1.c | 76 int c; in main() local
|
A D | bug-regex19.c | 318 replace (char *p, char c) in replace()
|
A D | getopt.c | 610 char c = *d->__nextchar++; in _getopt_internal_r() local 750 int c; in main() local
|
A D | fnmatch.c | 106 #define FOLD(c) ((flags & FNM_CASEFOLD) ? tolower (c) : (c)) argument 128 #define FOLD(c) ((flags & FNM_CASEFOLD) ? towlower (c) : (c)) argument
|
A D | tst-gnuglob-skeleton.c | 407 #define test(a, b, r, c...) \ in do_test() argument
|
A D | regex_internal.h | 89 # define isascii(c) (((c) & ~0x7f) == 0) argument 342 unsigned char c; /* for CHARACTER */ member 499 #define IS_WORD_CONTEXT(c) ((c) & CONTEXT_WORD) argument 500 #define IS_NEWLINE_CONTEXT(c) ((c) & CONTEXT_NEWLINE) argument 501 #define IS_BEGBUF_CONTEXT(c) ((c) & CONTEXT_BEGBUF) argument 502 #define IS_ENDBUF_CONTEXT(c) ((c) & CONTEXT_ENDBUF) argument 503 #define IS_ORDINARY_CONTEXT(c) ((c) == 0) argument
|
A D | tst-rxspencer.c | 61 mb_replace (char *dst, const char c) in mb_replace()
|
A D | fnmatch_loop.c | 43 UCHAR c; in FCT() local
|
A D | regex_internal.c | 792 int c = pstr->raw_mbs[pstr->raw_mbs_idx + offset - 1]; in re_string_reconstruct() local 928 int c; in re_string_context_at() local
|
A D | regcomp.c | 379 unsigned char c = 0; in re_compile_fastmap_iter() local 1783 unsigned char c; in peek_token() local 2021 unsigned char c; in peek_token_bracket() local 3774 unsigned char c; in fetch_number() local
|
A D | wordexp.c | 1655 char c; in parse_param() local
|
A D | regexec.c | 3656 unsigned char c = re_string_byte_at (input, str_idx), d; in check_node_accept_bytes() local
|