Home
last modified time | relevance | path

Searched refs:regcomp (Results 1 – 13 of 13) sorted by relevance

/aosp12/bionic/tests/
H A Dregex_test.cpp25 ASSERT_EQ(0, regcomp(&re, "ab*c", 0)); in TEST()
43 ASSERT_EQ(0, regcomp(&re, "b", 0)); in TEST()
52 int error = regcomp(&re, "*", REG_EXTENDED); in TEST()
/aosp12/hardware/interfaces/security/keymint/support/
H A Dkeymint_utils.cpp59 if (regcomp(&regex, kPlatformVersionRegex, REG_EXTENDED)) { in getOsVersion()
82 if (regcomp(&regex, kPatchlevelRegex, REG_EXTENDED) != 0) { in getPatchlevel()
/aosp12/system/keymaster/android_keymaster/
H A Dkeymaster_configuration.cpp73 if (regcomp(&regex, kPatchlevelRegex, REG_EXTENDED) != 0) { in GetPatchlevel()
125 if (regcomp(&regex, kPlatformVersionRegex, REG_EXTENDED)) { in GetOsVersion()
/aosp12/system/libvintf/
H A DRegex.cpp37 int status = regcomp(mImpl.get(), pattern.c_str(), REG_EXTENDED | REG_NEWLINE); in compile()
/aosp12/bionic/tests/headers/posix/
H A Dregex_h.c65 FUNCTION(regcomp, int (*f)(regex_t*, const char*, int)); in regex_h()
/aosp12/bionic/libc/include/
H A Dregex.h100 int regcomp(regex_t* __re, const char* __regex, int __flags);
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp223 if (regcomp(&regex, kPlatformVersionRegex, REG_EXTENDED)) { in getOsVersion()
249 if (regcomp(&regex, kPlatformPatchlevelRegex, REG_EXTENDED) != 0) { in getOsPatchlevel()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt846 regcomp
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c95 __weak_alias(regcomp,_regcomp)
234 regcomp( in regcomp() function
/aosp12/bionic/libc/
H A Dlibc.map.txt868 regcomp;
H A DAndroid.bp417 "upstream-netbsd/lib/libc/regex/regcomp.c",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt868 regcomp;
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_096.S4395 CALL(regcomp)