Home
last modified time | relevance | path

Searched refs:tre_regexec (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre.h28 __weak_alias(regexec, tre_regexec) in __weak_alias()
33 #define tre_regexec regexec in __weak_alias()
146 tre_regexec(const regex_t *preg, const char *string, size_t nmatch, in __weak_alias()
H A Dregex.h21 #define regexec tre_regexec
H A Dregexec.c202 tre_regexec(const regex_t *preg, const char *str, in tre_regexec() function
/netbsd-src/external/bsd/tre/dist/include/tre/
H A Dtre.h27 #define tre_regexec regexec macro
135 tre_regexec(const regex_t *preg, const char *string, size_t nmatch,
/netbsd-src/external/bsd/tre/dist/win32/
H A Dtre.def8 tre_regexec @5
/netbsd-src/external/bsd/tre/dist/tests/
H A Dbench.c115 if ((errcode = tre_regexec(reobj, str, 10, pmatch, 0))) { in run_tests()
H A Dretest.c51 #define tre_regexec tre_regwexec macro
172 result = tre_regexec(&reobj, buf, pmatch_len, pmatch, eflags); in wrap_regexec()
/netbsd-src/external/bsd/tre/dist/src/
H A Dagrep.c832 if (tre_regexec(&delim, "", 0, NULL, 0) == REG_OK) in main()