/posix/ |
A D | regexbug1.c | 24 if (regexec (&re, "002", 2, ma, 0) != 0) in main() 41 if (regexec (&re, "002", 2, ma, 0) != 0) in main()
|
A D | bug-regex23.c | 31 regexec (&r, "\xe7\xb7\x95\xe7\x97", 0, NULL, 0); in main()
|
A D | bug-regex35.c | 41 if (regexec (&r, "ch", 0, 0, 0) != 0) in do_test()
|
A D | bug-regex2.c | 47 regexec (&re, text, 2, rm, 0); in main()
|
A D | tst-regexloc.c | 38 else if (regexec (&re, "abcdefCDEF", 1, mat, 0) == REG_NOMATCH) in do_test()
|
A D | bug-regex32.c | 26 e = regexec (&preg, "aaaaaaaaaaaa\xc4", 0, NULL, 0); in do_test()
|
A D | bug-regex9.c | 48 if (regexec (&re, text, 2, rm, 0)) in main()
|
A D | bug-regex27.c | 52 int rv = regexec (&r, tests[i].string, 0, NULL, 0); in main()
|
A D | bug-regex12.c | 60 if (! regexec (&re, tests[i].string, tests[i].nmatch, in main()
|
A D | bug-regex6.c | 52 else if (regexec (&re, string, 10, mat, 0) == REG_NOMATCH) in main()
|
A D | Versions | 50 regcomp; regerror; regexec; regfree; 127 regexec;
|
A D | bug-regex24.c | 30 err = regexec (&rbuf, str, N, m, 0); in do_test()
|
A D | bug-regex17.c | 81 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in do_test()
|
A D | bug-regex18.c | 74 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in main()
|
A D | bug-regex30.c | 74 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in do_test()
|
A D | runptests.c | 86 err = regexec (&re, tests[cnt].str, 20, match, 0); in main()
|
A D | runtests.c | 90 err = regexec (&r, t->data, 10, regs, 0); in run_a_test()
|
A D | bug-regex11.c | 113 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in main()
|
A D | regex.c | 43 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
|
A D | tst-boost.c | 187 if (regexec (&re, string, 20, rm, eflags)) in main()
|
A D | tst-pcre.c | 167 if (regexec (&re, string, 20, rm, 0)) in main()
|
A D | tst-regex2.c | 129 err = regexec (&rbuf, string, 71, pmatch, 0); in do_test()
|
A D | tst-regex.c | 245 err = regexec (&re, mem + offset, 1, ma, 0); in run_test() 314 err = regexec (&re, mem + offset, 1, ma, 0); in run_test()
|
A D | regex.h | 679 extern int regexec (const regex_t *_Restrict_ __preg,
|
A D | tst-rxspencer.c | 273 if (regexec (&re, string, 10, rm, eflags)) in test()
|