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 102 int regcomp(regex_t* _Nonnull __re, const char* _Nonnull __regex, int __flags); 103 size_t regerror(int __error_code, const regex_t* _Nullable __re, char* _Nullable __buf, size_t __n); 104 int regexec(const regex_t* _Nonnull __re, const char* _Nonnull __s, size_t __match_count, regmatch_… 105 void regfree(regex_t* _Nonnull __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 | 71 static const char *regatoi(const regex_t *preg, char *localbufm, size_t buflen); in __weak_alias() 131 const regex_t * __restrict preg, in regerror() 173 regatoi(const regex_t *preg, char *localbuf, size_t buflen) in regatoi()
|
| D | regfree.c | 70 regfree(regex_t *preg) in __weak_alias()
|
| D | regexec.c | 226 regexec(const regex_t * __restrict preg, in regexec()
|
| D | regcomp.c | 271 regcomp_internal(regex_t * __restrict preg, in regcomp_internal() 429 regcomp(regex_t * __restrict preg, in regcomp()
|