Home
last modified time | relevance | path

Searched refs:d (Results 1 – 18 of 18) sorted by relevance

/posix/
A Dgetopt.c180 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 Dtst-dir.c151 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 DBOOST.tests195 [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 DTESTS35 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 Dbug-glob2.c89 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 Dgetopt1.c38 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 DPCRE.tests211 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 Dtst-gnuglob-skeleton.c95 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 Dtst-glob_lstat_compat.c72 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 DPTESTS63 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 Dglob.c82 # 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 Dbug-regex19.c389 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 DPTESTS2C.sed3 /^##/d
A Dtst-fnmatch.input172 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 Dwordexp-tst.sh156 ${common_objpfx}posix/wordexp-test '"a $@ b"' c d > ${testout}9
A Dregexec.c3656 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 Dtst-regex.input43 * 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 Dtests128 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 …]

Completed in 49 milliseconds