Home
last modified time | relevance | path

Searched defs:c (Results 1 – 22 of 22) sorted by relevance

/posix/
A Dtst-cpucount.c8 cpu_set_t c; in do_test() local
A Dtst-mmap.c14 size_t c; in do_test() local
A Dtstgetopt.c25 int c; in main() local
A Dbug-getopt1.c21 int c = getopt (argc, argv, fmt); in one_test() local
A Dbug-getopt2.c19 int c = getopt (argc, argv, fmt); in one_test() local
A Dtst-getopt_long1.c45 int c = getopt_long (argc, argv, "12345", opts, NULL); in do_test() local
A Dbug-getopt4.c28 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test() local
A Dbug-getopt5.c29 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test() local
A Dgetconf.c428 const struct conf *c; in print_all() local
472 const struct conf *c; in main() local
A Dbug-getopt3.c30 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test() local
A Dgetopt1.c76 int c; in main() local
A Dbug-regex19.c318 replace (char *p, char c) in replace()
A Dgetopt.c610 char c = *d->__nextchar++; in _getopt_internal_r() local
750 int c; in main() local
A Dfnmatch.c106 #define FOLD(c) ((flags & FNM_CASEFOLD) ? tolower (c) : (c)) argument
128 #define FOLD(c) ((flags & FNM_CASEFOLD) ? towlower (c) : (c)) argument
A Dtst-gnuglob-skeleton.c407 #define test(a, b, r, c...) \ in do_test() argument
A Dregex_internal.h89 # 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 Dtst-rxspencer.c61 mb_replace (char *dst, const char c) in mb_replace()
A Dfnmatch_loop.c43 UCHAR c; in FCT() local
A Dregex_internal.c792 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 Dregcomp.c379 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 Dwordexp.c1655 char c; in parse_param() local
A Dregexec.c3656 unsigned char c = re_string_byte_at (input, str_idx), d; in check_node_accept_bytes() local

Completed in 49 milliseconds