Searched refs:regcomp (Results 1 – 13 of 13) sorted by relevance
/aosp12/bionic/tests/ |
H A D | regex_test.cpp | 25 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 D | keymint_utils.cpp | 59 if (regcomp(®ex, kPlatformVersionRegex, REG_EXTENDED)) { in getOsVersion() 82 if (regcomp(®ex, kPatchlevelRegex, REG_EXTENDED) != 0) { in getPatchlevel()
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | keymaster_configuration.cpp | 73 if (regcomp(®ex, kPatchlevelRegex, REG_EXTENDED) != 0) { in GetPatchlevel() 125 if (regcomp(®ex, kPlatformVersionRegex, REG_EXTENDED)) { in GetOsVersion()
|
/aosp12/system/libvintf/ |
H A D | Regex.cpp | 37 int status = regcomp(mImpl.get(), pattern.c_str(), REG_EXTENDED | REG_NEWLINE); in compile()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | regex_h.c | 65 FUNCTION(regcomp, int (*f)(regex_t*, const char*, int)); in regex_h()
|
/aosp12/bionic/libc/include/ |
H A D | regex.h | 100 int regcomp(regex_t* __re, const char* __regex, int __flags);
|
/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | keymaster_utils.cpp | 223 if (regcomp(®ex, kPlatformVersionRegex, REG_EXTENDED)) { in getOsVersion() 249 if (regcomp(®ex, kPlatformPatchlevelRegex, REG_EXTENDED) != 0) { in getOsPatchlevel()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 846 regcomp
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | regcomp.c | 95 __weak_alias(regcomp,_regcomp) 234 regcomp( in regcomp() function
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 868 regcomp;
|
H A D | Android.bp | 417 "upstream-netbsd/lib/libc/regex/regcomp.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 868 regcomp;
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_096.S | 4395 CALL(regcomp)
|