Searched refs:REG_NOMATCH (Results 1 – 24 of 24) sorted by relevance
/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/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()
|
D | regengine.inc | 130 static int /* 0 success, REG_NOMATCH failure */ 165 return(REG_NOMATCH); 190 return(REG_NOMATCH);
|
/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/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 | 66 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-7.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 | 87 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/pcre/dist2/src/ |
D | pcre2posix.h | 92 REG_NOMATCH /* match failed */ enumerator
|
D | pcre2posix.c | 369 case PCRE2_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
|
/external/eigen/bench/tensors/ |
D | benchmark_main.cc | 112 if (match != REG_NOMATCH) { in ShouldRun()
|
/external/u-boot/tools/ |
D | proftool.c | 320 if (err == REG_NOMATCH) in check_trace_config_line()
|
/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()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | proto_translation_table.cc | 208 return ret != REG_NOMATCH; in Match()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 9623 defined in the header file, of which REG_NOMATCH is the "expected"
|