Searched refs:regex_t (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/headers/posix/ |
D | regex_h.c | 34 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/ |
D | regex.h | 54 } 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/ |
D | regex_test.cpp | 24 regex_t re; in TEST() 41 regex_t re; in TEST() 51 regex_t re; in TEST()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regerror.c | 106 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()
|
D | regfree.c | 104 regex_t *preg) in __weak_alias()
|
D | regexec.c | 204 const regex_t *preg,
|
D | regcomp.c | 235 regex_t *preg, in regcomp()
|