Home
last modified time | relevance | path

Searched refs:a (Results 1 – 20 of 20) sorted by relevance

/posix/rxspencer/
A Dtests36 a & a a
45 a( b a( a(
46 a\( - a( a(
50 a(b b a(b a(b
52 a) - a) a)
55 a) b a) a)
64 a^b b a^b a^b
140 a$ & a a
179 **a b a a
236 ((a{1,10}){1,10}){1,10} - a a a,a
[all …]
/posix/
A DPTESTS34 3|4|*a|*b*a*c|
57 1|3|a^b|a^b|
58 1|3|a\^b|a^b|
65 1|3|\(a^b\)|a^b|
66 1|3|\(a\^b\)|a^b|
73 1|2|\$a|$a|
81 1|3|a.b|a,b|
262 1|5|a^*b|a^^^b|
313 1|2|\(^^a\)|^a|
320 ##-1|-1|\(^^a\)|^a|
[all …]
A DPCRE.tests185 1: a
188 1: a
191 1: a
197 1: a
223 0: a
391 /^[a-zA-Z0-9][a-zA-Z0-9-]*(\.[a-zA-Z0-9][a-zA-z0-9-]*)*\.$/
412 /^\*\.[a-z]([a-z0-9-]*[a-z0-9]+)?(\.[a-z]([a-z0-9-]*[a-z0-9]+)?)*$/
438 /^[0-9a-f](\.[0-9a-f])*$/i
573 /^From +([^ ]+) +[a-zA-Z][a-zA-Z][a-zA-Z] +[a-zA-Z][a-zA-Z][a-zA-Z] +[0-9]?[0-9] +[0-9][0-9]:[0-9][…
1663 /[a-zA-Z_][a-zA-Z0-9_]*/
[all …]
A DBOOST.tests53 a a 0 1
68 \(a\) (a) 0 3
84 (a) (a) 0 3
150 a{2} a -1 -1
153 a{2,} a -1 -1
163 a} a} 0 2
182 a|b a 0 1
187 a\| a| 0 2
340 a\B a -1 -1
504 a- a- 0 2
[all …]
A Dtst-fnmatch.input101 C "a/b" "a?b" 0
102 C "a/b" "a/?" 0
113 C "a]" "[]a]]" 0
130 C "a" "[[.a.]]" 0
163 C "a]a" "[[:alnum:]]a" NOMATCH
346 C "a:" "a[0-9-a]" NOMATCH
347 C "a:" "a[09-a]" 0
387 C "/.a" "/[!a-z]a" 0 PATHNAME
554 C.UTF-8 "a]a" "[[:alnum:]]a" NOMATCH
737 C.UTF-8 "a:" "a[0-9-a]" NOMATCH
[all …]
A DTESTS5 0:^a$:a
40 0:a[-b]:a-
41 0:a[b-]:a-
42 2:a[b-a]:-
45 0:a]:a]
46 0:a[]]b:a]b
50 1:a[^-b]c:a-c
51 1:a[^]b]c:a]c
63 0:a\(b:a(b
65 0:a\(*b:a((b
[all …]
A Dtst-spawn3.c81 posix_spawn_file_actions_t a; in do_test() local
82 if (posix_spawn_file_actions_init (&a) != 0) in do_test()
87 if (posix_spawn_file_actions_addopen (&a, STDOUT_FILENO, pidfile, O_WRONLY in do_test()
91 if (posix_spawn_file_actions_adddup2 (&a, STDOUT_FILENO, STDERR_FILENO) != 0) in do_test()
99 if (posix_spawn_file_actions_addclose (&a, files[i])) in do_test()
106 if ((ret = posix_spawn (&pid, _PATH_BSHELL, &a, NULL, spawn_argv, NULL)) in do_test()
A Dglobtest.sh67 echo a > $testdir/'filea,'
68 echo a > $testdir/'fileb}c'
72 chmod a-r $testdir/noread
729 mkdir $testdir/'dir4[a'
730 echo 2 > $testdir/'dir4[a'/file1
731 echo 3 > $testdir/'dir4[a'/file2
745 'dir2\/' 'nondir\/' 'dir4[a/fil*1' 'di*r4[a/file2' 'dir5[ab]/file[12]' \
746 'dir6/fil*[a' 'dir*6/file1[a' 'dir6/fi*l[ab]' 'dir*6/file1[ab]' \
747 'dir6/file1[[.a.]*' |
757 `dir4[a/file2'
[all …]
A Dbug-regex31.input3 ([0]a
A DPTESTS2C.sed1 # Future self: the vertical bar is being used here as a delimiter in
A Dregex_internal.h458 # define MAX(a,b) ((a) < (b) ? (b) : (a)) argument
461 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
A Dfnmatch.c47 # define CONCAT(a,b) __CONCAT(a,b) argument
A Dposix-conf-vars.list5 # one on each line with a curly brace on its own line ending the section.
A Dtst-regex.input329 now takes a mktemp() style template and returns either a name
442 Fix recognition of 'a' modifier vs. 'a' format.
523 * misc/Makefile (install-lib): Compile libbsd-compat.a and libg.a
890 a weak alias.
953 a weak alias.
1059 (__mmap): Change to take a Hurd I/O port instead of a Mach memory
1917 a copy.
5925 a weak alias.
6749 * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
7029 a little bit.
[all …]
A Dtst-gnuglob-skeleton.c407 #define test(a, b, r, c...) \ in do_test() argument
408 fmt = a; \ in do_test()
A Dposix-envs.def15 You should have received a copy of the GNU Lesser General Public
39 a leading "_".
A Dglob.c226 size_add_wrapv (size_t a, size_t b, size_t *r) in size_add_wrapv() argument
229 return __builtin_add_overflow (a, b, r); in size_add_wrapv()
231 *r = a + b; in size_add_wrapv()
232 return *r < a; in size_add_wrapv()
1189 collated_compare (const void *a, const void *b) in libc_hidden_ver()
1191 char *const *ps1 = a; char *s1 = *ps1; in libc_hidden_ver()
A Dwordexp-tst.sh159 we_wordv[0] = "a "a $@ b""
A Dfnmatch_loop.c977 #define PASTE(a,b) PASTE1(a,b) argument
978 #define PASTE1(a,b) a##b argument
A DVersions24 # a*

Completed in 56 milliseconds