Home
last modified time | relevance | path

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

/titanic_52/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
/titanic_52/usr/src/lib/libc/port/locale/
H A Dregexec.c198 regexec(const regex_t *_RESTRICT_KYWD preg, in regexec() function