Home
last modified time | relevance | path

Searched refs:regex_t (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/headers/posix/
Dregex_h.c34 TYPE(regex_t); in regex_h()
35 STRUCT_MEMBER(regex_t, size_t, re_nsub); in regex_h()
65 FUNCTION(regcomp, int (*f)(regex_t*, const char*, int)); in regex_h()
66 FUNCTION(regerror, size_t (*f)(int, const regex_t*, char*, size_t)); in regex_h()
67 FUNCTION(regexec, int (*f)(const regex_t*, const char*, size_t, regmatch_t*, int)); in regex_h()
/bionic/libc/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/bionic/tests/
Dregex_test.cpp24 regex_t re; in TEST()
41 regex_t re; in TEST()
51 regex_t re; in TEST()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregerror.c106 static const char *regatoi(const regex_t *preg, char *localbuf, size_t buflen); in __weak_alias()
164 const regex_t *preg, in regerror()
209 const regex_t *preg, in regatoi()
Dregfree.c104 regex_t *preg) in __weak_alias()
Dregexec.c204 const regex_t *preg,
Dregcomp.c235 regex_t *preg, in regcomp()