| /posix/ |
| A D | getopt.c | 180 d->__first_nonopt += (d->optind - d->__last_nonopt); in exchange() 181 d->__last_nonopt = d->optind; in exchange() 354 d->optarg = argv[d->optind++]; in process_long_option() 390 d->__first_nonopt = d->__last_nonopt = d->optind; in _getopt_initialize() 499 d->__last_nonopt = d->optind; in _getopt_internal_r() 501 d->__first_nonopt = d->optind; in _getopt_internal_r() 630 d->optarg = d->__nextchar; in _getopt_internal_r() 646 d->optarg = argv[d->optind]; in _getopt_internal_r() 648 d->__nextchar = d->optarg; in _getopt_internal_r() 660 d->optarg = d->__nextchar; in _getopt_internal_r() [all …]
|
| A D | tst-dir.c | 151 if (d->d_type != DT_UNKNOWN && d->d_type != DT_REG) in main() 162 d = NULL; in main() 171 if (d == NULL) in main() 234 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in main() 245 d = NULL; in main() 323 while (readdir64_r (dir1, &direntbuf.d, &d) == 0 && d != NULL) in main() 325 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in main() 341 d = NULL; in main() 447 while (readdir64_r (dir2, &direntbuf.d, &d) == 0 && d != NULL) in main() 453 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in main() [all …]
|
| A D | BOOST.tests | 195 [abc] d -1 -1 198 [^bcd] d -1 -1 777 a(b?c)+d accd 0 4 780 a(b|(c))d abd 0 3 781 a(b|(c))d acd 0 3 782 a(b*|c|e)d abbd 0 4 784 a(b*|c|e)d ad 0 2 804 a(b?c)+d accd 0 4 807 a(b|(c))d abd 0 3 808 a(b|(c))d acd 0 3 [all …]
|
| A D | TESTS | 35 1:a[bc]d:abc 36 0:a[bc]d:abd 37 1:a[b-d]e:abd 38 0:a[b-d]e:ace 39 0:a[b-d]:aac 47 0:a[^bc]d:aed 48 1:a[^bc]d:abd 90 0:a|b|c|d|e:e 91 0:(a|b|c|d|e)f:ef 100 0:(a|b)c*d:abcd [all …]
|
| A D | bug-glob2.c | 89 struct dirent d; member 208 dir->d.d_ino = 1; /* glob should not skip this entry. */ in my_readdir() 210 dir->d.d_type = filesystem[dir->idx].type; in my_readdir() 212 strcpy (dir->d.d_name, filesystem[dir->idx].name); in my_readdir() 215 dir->level, (long int) dir->idx, dir->d.d_ino, dir->d.d_type, in my_readdir() 216 dir->d.d_name); in my_readdir() 220 return &dir->d; in my_readdir()
|
| A D | getopt1.c | 38 struct _getopt_data *d) in _getopt_long_r() argument 41 0, d, 0); in _getopt_long_r() 61 struct _getopt_data *d) in _getopt_long_only_r() argument 64 1, d, 0); in _getopt_long_only_r()
|
| A D | PCRE.tests | 211 0: d 441 1: .d 1341 /a[bc]d/ 1351 /a[b-d]e/ 1355 /a[b-d]/ 1371 /a[^bc]d/ 1624 2: d 1630 2: d 1661 4: d 1758 /a(bc)d/ [all …]
|
| A D | tst-gnuglob-skeleton.c | 95 struct DIRENT_STRUCT d; member 221 dir->d.d_ino = 1; /* glob should not skip this entry. */ in my_readdir() 223 dir->d.d_type = filesystem[dir->idx].type; in my_readdir() 225 strcpy (dir->d.d_name, filesystem[dir->idx].name); in my_readdir() 231 (long long) dir->d.d_ino, dir->d.d_type, in my_readdir() 232 dir->d.d_name); in my_readdir() 236 return &dir->d; in my_readdir()
|
| A D | tst-glob_lstat_compat.c | 72 struct dirent d; member 172 dir->d.d_ino = 1; /* glob should not skip this entry. */ in my_readdir() 174 dir->d.d_type = filesystem[dir->idx].type; in my_readdir() 176 strcpy (dir->d.d_name, filesystem[dir->idx].name); in my_readdir() 180 return &dir->d; in my_readdir()
|
| A D | PTESTS | 63 2|2|[\^ab]|c\d| 114 3|3|[c[.].]d]|ab]cd| 188 2|6|bc[d-w]xy|abchxyz| 222 1|10|\(a\(b\(c\(d\(e\(f\(g\)h\(i\(j\)\)\)\)\)\)\)\)|abcdefghijk| 227 1|10|\(a\(b\(c\(d\(e\(f\(g\)h\(i\(j\)\)\)\)\)\)\)\)|abcdefghijk| 228 -1|-1|\(a\(b\(c\(d\(e\(f\(g\)h\(i\(k\)\)\)\)\)\)\)\)|abcdefghijk| 236 1|7|\(a\(b\(c\(d\(e\)\)\)\)\)\4|abcdededede| 241 1|11|\(a\(b\(c\(d\(e\(f\(g\)h\(i\(j\)\)\)\)\)\)\)\)\9|abcdefghijjk| 246 #W 4 7 a\(b\(c\(d\(f\)*\)\)\)\4|xYzabcdePQRST 248 -1|-1|a\(b\(c\(d\(f\)*\)\)\)\4|xYzabcdePQRST|
|
| A D | glob.c | 82 # define __fxstatat64(_, d, f, st, flag) fstatat (d, f, st, flag) argument 130 readdir_result_type (struct readdir_result d) in readdir_result_type() argument 134 return d.type; in readdir_result_type() 847 char *d; in __glob() local 866 d = mempcpy (dirname, p->pw_dir, home_len); in __glob() 868 d = mempcpy (d, end_name, rest_len); in __glob() 869 *d = '\0'; in __glob() 1346 struct readdir_result d; in glob_in_dir() local 1359 if (d.name == NULL) in glob_in_dir() 1365 switch (readdir_result_type (d)) in glob_in_dir() [all …]
|
| A D | bug-regex19.c | 389 char *d = replace (p, test->string[j]); in do_mb_tests() local 391 t.start += d - p - 1; in do_mb_tests() 393 t.res += d - p - 1; in do_mb_tests() 394 p = d; in do_mb_tests()
|
| A D | PTESTS2C.sed | 3 /^##/d
|
| A D | tst-fnmatch.input | 172 C "d" "[[:alnum:]]" 0 306 C "d" "[b-c]" NOMATCH 320 C "d" "[[.a.]-c]" NOMATCH 321 C "d" "[a-[.c.]]" NOMATCH 322 C "d" "[[.a.]-[.c.]]" NOMATCH 336 C "d" "[a-c0-9]" NOMATCH 563 C.UTF-8 "d" "[[:alnum:]]" 0 697 C.UTF-8 "d" "[b-c]" NOMATCH 711 C.UTF-8 "d" "[[.a.]-c]" NOMATCH 712 C.UTF-8 "d" "[a-[.c.]]" NOMATCH [all …]
|
| A D | wordexp-tst.sh | 156 ${common_objpfx}posix/wordexp-test '"a $@ b"' c d > ${testout}9
|
| A D | regexec.c | 3656 unsigned char c = re_string_byte_at (input, str_idx), d; in check_node_accept_bytes() local 3663 d = re_string_byte_at (input, str_idx + 1); in check_node_accept_bytes() 3665 return (d < 0x80 || d > 0xbf) ? 0 : 2; in check_node_accept_bytes() 3669 if (c == 0xe0 && d < 0xa0) in check_node_accept_bytes() 3675 if (c == 0xf0 && d < 0x90) in check_node_accept_bytes() 3681 if (c == 0xf8 && d < 0x88) in check_node_accept_bytes() 3687 if (c == 0xfc && d < 0x84) in check_node_accept_bytes() 3698 d = re_string_byte_at (input, str_idx + i); in check_node_accept_bytes() 3699 if (d < 0x80 || d > 0xbf) in check_node_accept_bytes()
|
| A D | tst-regex.input | 43 * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Remove 1755 s-proto.d if avoid-generated is set. 4583 Reported by Dirk Laessig <d.laessig@tu-bs.de>. 9302 * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen. 9305 (common-generated): Add s-proto.d. 9359 * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
|
| /posix/rxspencer/ |
| A D | tests | 128 a[bc]d & abd abd 153 a\(b*\)c\1d b abbcbd 337 a(b|(c))d - abd abd 338 a(b*|c)d - abbd abbd 361 a\(b\)?c\1d b acd 407 a(b*|c|e)d - ad ad @d 430 a(b|c)*d - ad ad - 434 a(b|c?)+d - ad ad @d 461 [abc] &# a(d)c 462 [abc] &# a(bc)d b [all …]
|