Searched refs:tre_regexec (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre.h | 28 __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 D | regex.h | 21 #define regexec tre_regexec
|
H A D | regexec.c | 202 tre_regexec(const regex_t *preg, const char *str, in tre_regexec() function
|
/netbsd-src/external/bsd/tre/dist/include/tre/ |
H A D | tre.h | 27 #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 D | tre.def | 8 tre_regexec @5
|
/netbsd-src/external/bsd/tre/dist/tests/ |
H A D | bench.c | 115 if ((errcode = tre_regexec(reobj, str, 10, pmatch, 0))) { in run_tests()
|
H A D | retest.c | 51 #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 D | agrep.c | 832 if (tre_regexec(&delim, "", 0, NULL, 0) == REG_OK) in main()
|