Searched defs:p (Results 1 – 17 of 17) sorted by relevance
/posix/ |
A D | tst-vfork1.c | 44 pid_t p = getpid (); in do_test() local 78 pid_t p = getpid (); in do_test() local
|
A D | tst-vfork2.c | 79 pid_t p = getpid (); in do_test() local 121 pid_t p = getpid (); in do_test() local
|
A D | tst-fnmatch3.c | 27 const char p[] = "**(!()"; in do_bz18036() local
|
A D | glob_internal.h | 33 const char *p; in __glob_pattern_type() local
|
A D | bug-regex19.c | 318 replace (char *p, char c) in replace() 347 char repl[8], *p; in do_mb_tests() local
|
A D | tst-rxspencer.c | 44 char *p, *end = strchr (str, '\0') + 1; in glibc_re_syntax() local 299 char *p = NULL; in test() local 369 char *p = letters; in mb_tests() local 440 char *pattern, *flagstr, *string, *expect, *matches, *p; in main() local
|
A D | tst-pcre.c | 69 char *p; in main() local
|
A D | tst-boost.c | 100 char *p, *q; in main() local
|
A D | glob.c | 386 const char *p; in __glob() local 589 char *p = (char *) &dirname[dirlen - 1]; in __glob() local 785 char *p = mempcpy (newp, dirname + 1, in __glob() local 815 struct passwd *p; in __glob() local 917 char *p; in __glob() local 962 char *p = (char *) &dirname[dirlen - 1]; in __glob() local 1093 char *p = strchr (dirname, '\\'), *q; in __glob() local
|
A D | execvpe.c | 115 for (const char *p = path; ; p = subp) in __execvpe_common() local
|
A D | fnmatch_loop.c | 42 const CHAR *p = pattern, *n = string; in FCT() local 932 const CHAR *p = pattern; in END() local 996 const CHAR *p; in EXT() local
|
A D | wordexp.c | 1434 int p; in parse_param() local 1464 int p; in parse_param() local 1550 char *p; in parse_param() local 1654 char *p; in parse_param() local
|
A D | regex_internal.c | 229 const char *p; in build_wcs_buffer() local 374 const char *p; in build_wcs_upper_buffer() local 714 const unsigned char *raw, *p, *end; in re_string_reconstruct() local
|
A D | getopt.c | 200 const struct option *p; in process_long_option() local
|
A D | fnmatch.c | 227 const char *p = str; in fnmatch_convert_to_wide() local
|
A D | regex_internal.h | 465 #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t))) argument 466 #define re_free(p) free (p) argument 688 #define re_node_set_empty(p) ((p)->nelem = 0) argument 815 const unsigned char *p, *extra; in re_string_elem_size_at() local
|
A D | regcomp.c | 313 unsigned char *p; in re_compile_fastmap_iter() local
|
Completed in 41 milliseconds