| /external/swiftshader/src/Reactor/ |
| BUILD.gn | 229 "$subzero_llvm_dir/lib/Support/regcomp.c",
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| Regex.cpp | 191 // implementation in regcomp.c and double checked against the POSIX extended
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| regexp.h | 173 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
|
| /external/google-breakpad/src/testing/gtest/src/ |
| gtest-port.cc | 179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 180 // We want to call regcomp(&partial_regex_, ...) even if the 190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| /external/llvm/utils/unittest/googletest/src/ |
| gtest-port.cc | 154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 155 // We want to call regcomp(&partial_regex_, ...) even if the 165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| /external/mesa3d/src/gtest/src/ |
| gtest-port.cc | 179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 180 // We want to call regcomp(&partial_regex_, ...) even if the 190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| /external/protobuf/gtest/src/ |
| gtest-port.cc | 152 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 153 // We want to call regcomp(&partial_regex_, ...) even if the 163 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
| gtest-port.cc | 154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 155 // We want to call regcomp(&partial_regex_, ...) even if the 165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
| gtest-port.cc.orig | 179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 180 // We want to call regcomp(&partial_regex_, ...) even if the 190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| gtest-port.cc | 562 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 563 // We want to call regcomp(&partial_regex_, ...) even if the 573 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; [all...] |
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/ |
| gtest-port.cc | 179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 180 // We want to call regcomp(&partial_regex_, ...) even if the 190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/ |
| gtest-port.cc.orig | 179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 180 // We want to call regcomp(&partial_regex_, ...) even if the 190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| gtest-port.cc | 562 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 563 // We want to call regcomp(&partial_regex_, ...) even if the 573 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; [all...] |
| /external/adhd/cras/src/server/ |
| cras_udev.c | 396 int r = regcomp(regex, str, REG_EXTENDED);
|
| /external/libedit/src/ |
| search.c | 131 if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) { 140 if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) {
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
| rc_test_helpers.c | 69 if (regcomp(®ex, "^[ \n]+$", REG_EXTENDED)) { 92 err_code = regcomp(®ex, regex_str, REG_EXTENDED);
|
| /system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
| grep.c | 79 /* Flags passed to regcomp() and regexec() */ 672 c = regcomp(&r_pattern[i], pattern[i], cflags);
|
| /external/googletest/googletest/src/ |
| gtest-port.cc | 603 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 604 // We want to call regcomp(&partial_regex_, ...) even if the 614 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| gtest-port.cc | 603 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 604 // We want to call regcomp(&partial_regex_, ...) even if the 614 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; [all...] |
| /external/v8/testing/gtest/src/ |
| gtest-port.cc | 585 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 586 // We want to call regcomp(&partial_regex_, ...) even if the 596 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; [all...] |
| /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
| namespace.h | 465 #define regcomp _regcomp
|
| /external/libcups/cups/ |
| debug.c | 307 else if (regcomp(debug_filter, filter, REG_EXTENDED))
|
| /external/pcre/dist2/src/ |
| pcre2posix.c | 231 regcomp(regex_t *preg, const char *pattern, int cflags) function
|
| /external/toybox/toys/posix/ |
| grep.c | 322 i = regcomp((regex_t *)toybuf, regstr,
|
| /prebuilts/go/darwin-x86/src/regexp/testdata/ |
| testregex.c | 276 T(" is expected. BADPAT is acceptable in place of any regcomp(3)\n"); [all...] |