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

/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) function
64 #undef regexec macro
66 #define regexec _ast_regexec macro
70 regexec(const regex_t* p, const char* s, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) function

Completed in 9 milliseconds