Home
last modified time | relevance | path

Searched refs:REG_NOMATCH (Results 1 – 25 of 33) sorted by relevance

12

/external/pcre/src/
Dpcre2posix_test.c82 REG_NOMATCH /* 2nd match */
95 REG_NOMATCH /* 3rd match */
101 REG_NOMATCH, /* 2nd match */
102 REG_NOMATCH /* 3rd match */
Dpcre2posix.h94 REG_NOMATCH /* match failed */ enumerator
Dpcre2posix.c420 case PCRE2_ERROR_NOMATCH: return REG_NOMATCH; in pcre2_regexec()
/external/musl/include/
Dregex.h36 #define REG_NOMATCH 1 macro
/external/libcups/vcnet/regex/
Dregex.h36 #define REG_NOMATCH 1 macro
Dregerror.c39 REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match",
Dmain.c261 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) {
Dengine.c103 return(REG_NOMATCH);
126 return(REG_NOMATCH);
/external/llvm/lib/Support/
Dregex_impl.h66 #define REG_NOMATCH 1 macro
Dregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
DRegex.cpp70 if (rc == REG_NOMATCH) in match()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h66 #define REG_NOMATCH 1 macro
Dregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
DRegex.cpp82 if (rc == REG_NOMATCH) in match()
Dregengine.inc130 static int /* 0 success, REG_NOMATCH failure */
165 return(REG_NOMATCH);
190 return(REG_NOMATCH);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h66 #define REG_NOMATCH 1 macro
Dregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
DRegex.cpp104 if (rc == REG_NOMATCH) in match()
/external/strace/
Dbasic_filters.c139 if (rc == REG_NOMATCH) { in qualify_syscall_regex()
150 if (rc == REG_NOMATCH) in qualify_syscall_regex()
/external/erofs-utils/lib/
Dcompress_hints.c67 if (ret != REG_NOMATCH) in z_erofs_apply_compress_hints()
Dexclude.c125 if (ret != REG_NOMATCH) in erofs_is_exclude_path()
/external/musl/src/regex/
Dregexec.c56 if (pos_add_next < 0) { ret = REG_NOMATCH; goto error_exit; } \
457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel()
906 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_backtrack()
/external/eigen/bench/tensors/
Dbenchmark_main.cc112 if (match != REG_NOMATCH) { in ShouldRun()
/external/mesa3d/src/util/
Dxmlconfig.c742 if (regexec(&re, data->applicationName, 0, NULL, 0) == REG_NOMATCH) in parseAppAttr()
775 if (regexec(&re, data->engineName, 0, NULL, 0) == REG_NOMATCH) in parseEngineAttr()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c73 return regexec(&regex, str, 0, NULL, 0) != REG_NOMATCH; in is_whitespace()

12