Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dregex_test.cpp26 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 Dkeymint_utils.cpp65 regexec(&regex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in getOsVersion()
87 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel()
/aosp12/system/keymaster/android_keymaster/
H A Dkeymaster_configuration.cpp79 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in GetPatchlevel()
132 regexec(&regex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in GetOsVersion()
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregexec.c102 __weak_alias(regexec,_regexec) in __weak_alias() argument
203 regexec(
/aosp12/system/libvintf/
H A DRegex.cpp44 regexec(mImpl.get(), s.c_str(), 1 /* nmatch */, &match /* pmatch */, 0 /* flags */); in matches()
/aosp12/bionic/tests/headers/posix/
H A Dregex_h.c67 FUNCTION(regexec, int (*f)(const regex_t*, const char*, size_t, regmatch_t*, int)); in regex_h()
/aosp12/bionic/libc/include/
H A Dregex.h102 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 Dkeymaster_utils.cpp229 regexec(&regex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in getOsVersion()
255 regexec(&regex, patchlevel_str, kPlatformPatchlevelMatchCount, matches, 0 /* flags */); in getOsPatchlevel()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt848 regexec
/aosp12/bionic/libc/
H A Dlibc.map.txt870 regexec;
H A DAndroid.bp419 "upstream-netbsd/lib/libc/regex/regexec.c",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt870 regexec;
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_096.S4396 CALL(regexec)