Searched refs:regexec (Results 1 – 13 of 13) sorted by relevance
/aosp12/bionic/tests/ |
H A D | regex_test.cpp | 26 ASSERT_EQ(0, regexec(&re, "abbbc", 0, nullptr, 0)); in TEST() 27 ASSERT_EQ(REG_NOMATCH, regexec(&re, "foo", 0, nullptr, 0)); in TEST() 44 ASSERT_EQ(0, regexec(&re, "abc", 1, matches, 0)); in TEST()
|
/aosp12/hardware/interfaces/security/keymint/support/ |
H A D | keymint_utils.cpp | 65 regexec(®ex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in getOsVersion() 87 int not_match = regexec(®ex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel()
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | keymaster_configuration.cpp | 79 int not_match = regexec(®ex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in GetPatchlevel() 132 regexec(®ex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in GetOsVersion()
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | regexec.c | 102 __weak_alias(regexec,_regexec) in __weak_alias() argument 203 regexec(
|
/aosp12/system/libvintf/ |
H A D | Regex.cpp | 44 regexec(mImpl.get(), s.c_str(), 1 /* nmatch */, &match /* pmatch */, 0 /* flags */); in matches()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | regex_h.c | 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 | 102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
|
/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | keymaster_utils.cpp | 229 regexec(®ex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in getOsVersion() 255 regexec(®ex, patchlevel_str, kPlatformPatchlevelMatchCount, matches, 0 /* flags */); in getOsPatchlevel()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 848 regexec
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 870 regexec;
|
H A D | Android.bp | 419 "upstream-netbsd/lib/libc/regex/regexec.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 870 regexec;
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_096.S | 4396 CALL(regexec)
|