Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 25 of 27) sorted by relevance

12

/posix/
A Dregexbug1.c24 if (regexec (&re, "002", 2, ma, 0) != 0) in main()
41 if (regexec (&re, "002", 2, ma, 0) != 0) in main()
A Dbug-regex23.c31 regexec (&r, "\xe7\xb7\x95\xe7\x97", 0, NULL, 0); in main()
A Dbug-regex35.c41 if (regexec (&r, "ch", 0, 0, 0) != 0) in do_test()
A Dbug-regex2.c47 regexec (&re, text, 2, rm, 0); in main()
A Dtst-regexloc.c38 else if (regexec (&re, "abcdefCDEF", 1, mat, 0) == REG_NOMATCH) in do_test()
A Dbug-regex32.c26 e = regexec (&preg, "aaaaaaaaaaaa\xc4", 0, NULL, 0); in do_test()
A Dbug-regex9.c48 if (regexec (&re, text, 2, rm, 0)) in main()
A Dbug-regex27.c52 int rv = regexec (&r, tests[i].string, 0, NULL, 0); in main()
A Dbug-regex12.c60 if (! regexec (&re, tests[i].string, tests[i].nmatch, in main()
A Dbug-regex6.c52 else if (regexec (&re, string, 10, mat, 0) == REG_NOMATCH) in main()
A DVersions50 regcomp; regerror; regexec; regfree;
127 regexec;
A Dbug-regex24.c30 err = regexec (&rbuf, str, N, m, 0); in do_test()
A Dbug-regex17.c81 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in do_test()
A Dbug-regex18.c74 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in main()
A Dbug-regex30.c74 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in do_test()
A Drunptests.c86 err = regexec (&re, tests[cnt].str, 20, match, 0); in main()
A Druntests.c90 err = regexec (&r, t->data, 10, regs, 0); in run_a_test()
A Dbug-regex11.c113 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in main()
A Dregex.c43 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
A Dtst-boost.c187 if (regexec (&re, string, 20, rm, eflags)) in main()
A Dtst-pcre.c167 if (regexec (&re, string, 20, rm, 0)) in main()
A Dtst-regex2.c129 err = regexec (&rbuf, string, 71, pmatch, 0); in do_test()
A Dtst-regex.c245 err = regexec (&re, mem + offset, 1, ma, 0); in run_test()
314 err = regexec (&re, mem + offset, 1, ma, 0); in run_test()
A Dregex.h679 extern int regexec (const regex_t *_Restrict_ __preg,
A Dtst-rxspencer.c273 if (regexec (&re, string, 10, rm, eflags)) in test()

Completed in 30 milliseconds

12