Home
last modified time | relevance | path

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

/aosp12/bionic/tests/headers/posix/
H A 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()
/aosp12/bionic/libc/include/
H A 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);
/aosp12/bionic/tests/
H A Dregex_test.cpp24 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 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()
H A Dregfree.c104 regex_t *preg) in __weak_alias()
H A Dregexec.c204 const regex_t *preg,
H A Dregcomp.c235 regex_t *preg, in regcomp()
/aosp12/hardware/interfaces/security/keymint/support/
H A Dkeymint_utils.cpp58 regex_t regex; in getOsVersion()
81 regex_t regex; in getPatchlevel()
/aosp12/system/keymaster/android_keymaster/
H A Dkeymaster_configuration.cpp72 regex_t regex; in GetPatchlevel()
124 regex_t regex; in GetOsVersion()
/aosp12/system/libvintf/include/vintf/
H A DRegex.h48 std::unique_ptr<regex_t> mImpl;
/aosp12/system/libvintf/
H A DRegex.cpp36 mImpl = std::make_unique<regex_t>(); in compile()
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp222 regex_t regex; in getOsVersion()
248 regex_t regex; in getOsPatchlevel()