Searched refs:REG_NOMATCH (Results 1 – 25 of 33) sorted by relevance
12
/external/pcre/src/ |
D | pcre2posix_test.c | 82 REG_NOMATCH /* 2nd match */ 95 REG_NOMATCH /* 3rd match */ 101 REG_NOMATCH, /* 2nd match */ 102 REG_NOMATCH /* 3rd match */
|
D | pcre2posix.h | 94 REG_NOMATCH /* match failed */ enumerator
|
D | pcre2posix.c | 420 case PCRE2_ERROR_NOMATCH: return REG_NOMATCH; in pcre2_regexec()
|
/external/musl/include/ |
D | regex.h | 36 #define REG_NOMATCH 1 macro
|
/external/libcups/vcnet/regex/ |
D | regex.h | 36 #define REG_NOMATCH 1 macro
|
D | regerror.c | 39 REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match",
|
D | main.c | 261 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) {
|
D | engine.c | 103 return(REG_NOMATCH); 126 return(REG_NOMATCH);
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 66 #define REG_NOMATCH 1 macro
|
D | regerror.c | 59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
|
D | Regex.cpp | 70 if (rc == REG_NOMATCH) in match()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 66 #define REG_NOMATCH 1 macro
|
D | regerror.c | 59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
|
D | Regex.cpp | 82 if (rc == REG_NOMATCH) in match()
|
D | regengine.inc | 130 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/ |
D | regex_impl.h | 66 #define REG_NOMATCH 1 macro
|
D | regerror.c | 59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
|
D | Regex.cpp | 104 if (rc == REG_NOMATCH) in match()
|
/external/strace/ |
D | basic_filters.c | 139 if (rc == REG_NOMATCH) { in qualify_syscall_regex() 150 if (rc == REG_NOMATCH) in qualify_syscall_regex()
|
/external/erofs-utils/lib/ |
D | compress_hints.c | 67 if (ret != REG_NOMATCH) in z_erofs_apply_compress_hints()
|
D | exclude.c | 125 if (ret != REG_NOMATCH) in erofs_is_exclude_path()
|
/external/musl/src/regex/ |
D | regexec.c | 56 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/ |
D | benchmark_main.cc | 112 if (match != REG_NOMATCH) { in ShouldRun()
|
/external/mesa3d/src/util/ |
D | xmlconfig.c | 742 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/ |
D | rc_test_helpers.c | 73 return regexec(®ex, str, 0, NULL, 0) != REG_NOMATCH; in is_whitespace()
|
12