Searched refs:regex_t (Results 1 – 12 of 12) sorted by relevance
/aosp12/bionic/tests/headers/posix/ |
H A 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()
|
/aosp12/bionic/libc/include/ |
H A 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);
|
/aosp12/bionic/tests/ |
H A D | regex_test.cpp | 24 regex_t re; in TEST() 41 regex_t re; in TEST() 51 regex_t re; in TEST()
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A 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()
|
H A D | regfree.c | 104 regex_t *preg) in __weak_alias()
|
H A D | regexec.c | 204 const regex_t *preg,
|
H A D | regcomp.c | 235 regex_t *preg, in regcomp()
|
/aosp12/hardware/interfaces/security/keymint/support/ |
H A D | keymint_utils.cpp | 58 regex_t regex; in getOsVersion() 81 regex_t regex; in getPatchlevel()
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | keymaster_configuration.cpp | 72 regex_t regex; in GetPatchlevel() 124 regex_t regex; in GetOsVersion()
|
/aosp12/system/libvintf/include/vintf/ |
H A D | Regex.h | 48 std::unique_ptr<regex_t> mImpl;
|
/aosp12/system/libvintf/ |
H A D | Regex.cpp | 36 mImpl = std::make_unique<regex_t>(); in compile()
|
/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | keymaster_utils.cpp | 222 regex_t regex; in getOsVersion() 248 regex_t regex; in getOsPatchlevel()
|