| /external/google-benchmark/cmake/ |
| gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
|
| posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
|
| /external/libcxx/utils/google-benchmark/cmake/ |
| gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
|
| posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/cmake/ |
| gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
|
| posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
|
| /bionic/tests/ |
| regex_test.cpp | 25 ASSERT_EQ(0, regcomp(&re, "ab*c", 0)); 43 ASSERT_EQ(0, regcomp(&re, "b", 0)); 52 int error = regcomp(&re, "*", REG_EXTENDED);
|
| /toolchain/binutils/binutils-2.27/include/ |
| xregex.h | 9 # define regcomp xregcomp macro
|
| /external/strace/tests/ |
| filtering_syscall-syntax.test | 117 check_e_using_grep 'regcomp: \+id: [[:alpha:]].+' -e trace='/+id' 118 check_e_using_grep 'regcomp: \*id: [[:alpha:]].+' -e trace='/*id' 119 check_e_using_grep 'regcomp: \{id: [[:alpha:]].+' -e trace='/{id' 120 check_e_using_grep 'regcomp: \(id: [[:alpha:]].+' -e trace='/(id' 121 check_e_using_grep 'regcomp: \[id: [[:alpha:]].+' -e trace='/[id'
|
| /external/strace/tests-m32/ |
| filtering_syscall-syntax.test | 117 check_e_using_grep 'regcomp: \+id: [[:alpha:]].+' -e trace='/+id' 118 check_e_using_grep 'regcomp: \*id: [[:alpha:]].+' -e trace='/*id' 119 check_e_using_grep 'regcomp: \{id: [[:alpha:]].+' -e trace='/{id' 120 check_e_using_grep 'regcomp: \(id: [[:alpha:]].+' -e trace='/(id' 121 check_e_using_grep 'regcomp: \[id: [[:alpha:]].+' -e trace='/[id'
|
| /external/strace/tests-mx32/ |
| filtering_syscall-syntax.test | 117 check_e_using_grep 'regcomp: \+id: [[:alpha:]].+' -e trace='/+id' 118 check_e_using_grep 'regcomp: \*id: [[:alpha:]].+' -e trace='/*id' 119 check_e_using_grep 'regcomp: \{id: [[:alpha:]].+' -e trace='/{id' 120 check_e_using_grep 'regcomp: \(id: [[:alpha:]].+' -e trace='/(id' 121 check_e_using_grep 'regcomp: \[id: [[:alpha:]].+' -e trace='/[id'
|
| /cts/suite/audio_quality/lib/src/ |
| SimpleScriptExec.cpp | 53 if (regcomp(&re, match.string(), cflags) != 0) { 54 LOGE("regcomp failed");
|
| /system/libvintf/ |
| Regex.cpp | 37 int status = regcomp(mImpl.get(), pattern.c_str(), REG_EXTENDED | REG_NEWLINE);
|
| /bionic/libc/include/ |
| regex.h | 61 /* regcomp() flags */ 100 int regcomp(regex_t* __re, const char* __regex, int __flags);
|
| /system/keymaster/android_keymaster/ |
| keymaster_configuration.cpp | 78 if (regcomp(®ex, kPlatformVersionRegex, REG_EXTENDED)) { 107 if (regcomp(®ex, kPlatformPatchlevelRegex, REG_EXTENDED) != 0) {
|
| /bionic/tests/headers/posix/ |
| regex_h.c | 65 FUNCTION(regcomp, int (*f)(regex_t*, const char*, int));
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
| libform.so | |
| libform.so.5 | |
| libform.so.5.9 | |
| /external/pcre/dist2/doc/html/ |
| pcre2posix.html | 31 <b>int regcomp(regex_t *<i>preg</i>, const char *<i>pattern</i>,</b> 93 The function <b>regcomp()</b> is called to compile a pattern into an 158 The yield of <b>regcomp()</b> is zero on success, and non-zero otherwise. The 164 NOTE: If the yield of <b>regcomp()</b> is non-zero, you must not attempt to 202 the POSIX API, passing REG_NEWLINE to PCRE2's <b>regcomp()</b> function 269 <b>regcomp()</b> or <b>regexec()</b> to a printable message. If <i>preg</i> is not
|
| /external/pcre/dist2/doc/ |
| pcre2posix.3 | 10 .B int regcomp(regex_t *\fIpreg\fP, const char *\fIpattern\fP,
|
| /cts/suite/audio_quality/lib/src/task/ |
| TaskCase.cpp | 114 if (regcomp(®ex, re, REG_EXTENDED | REG_NOSUB) != 0) { 115 LOGE("regcomp failed"); 246 if (regcomp(&re, "[a-z0-9_]*[$]([a-z0-9]+)[_]*", REG_EXTENDED) != 0) { 247 LOGE("regcomp failed");
|
| /external/llvm/lib/Support/ |
| CMakeLists.txt | 104 regcomp.c
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
| onigposix.h | 154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/ |
| RegularExpressionDxe.inf | 32 Oniguruma/regcomp.c
|