Home
last modified time | relevance | path

Searched defs:regexec (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregexec.c36 regexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match, regflags_t flags) in regexec() function
66 #define regexec _ast_regexec macro
70 regexec(const regex_t* p, const char* s, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) in regexec() function
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregexec.c196 regexec(const regex_t *_RESTRICT_KYWD preg, const char *_RESTRICT_KYWD string, in regexec() function