Home
last modified time | relevance | path

Searched defs:preg (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregfree.c51 regfree(regex_t *preg) in regfree()
Dregerror.c79 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror()
118 regatoi(const regex_t *preg, char *localbuf, int localbufsize) in regatoi()
Dregexec.c139 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec()
Dregcomp.c149 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp()