Home
last modified time | relevance | path

Searched refs:REG_NOMATCH (Results 1 - 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/regression/
H A Dregex-bracket-icase.c18 {"a", REG_NOMATCH}, in main()
19 {"A", REG_NOMATCH}, in main()
20 {"b", REG_NOMATCH}, in main()
21 {"B", REG_NOMATCH}, in main()
22 {"c", REG_NOMATCH}, in main()
23 {"C", REG_NOMATCH}, in main()
H A Dregexec-nosub.c15 if (r == REG_NOMATCH) in main()
H A Dregex-negated-range.c19 if (n != REG_NOMATCH) { in main()
21 t_error("regexec(/[^aa-z]/ ~ \"k\") returned %d (%s), wanted REG_NOMATCH\n", in main()
H A Dregex-ere-backref.c20 if (n != REG_NOMATCH) { in main()
22 t_error("regexec(/%s/ ~ \"aa\") returned %d (%s), wanted REG_NOMATCH\n", in main()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix_test.c82 REG_NOMATCH /* 2nd match */
95 REG_NOMATCH /* 3rd match */
101 REG_NOMATCH, /* 2nd match */
102 REG_NOMATCH /* 3rd match */
H A Dpcre2posix.h94 REG_NOMATCH /* match failed */ enumerator
H A Dpcre2posix.c420 case PCRE2_ERROR_NOMATCH: return REG_NOMATCH; in pcre2_regexec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h36 #define REG_NOMATCH 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h36 #define REG_NOMATCH 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h36 #define REG_NOMATCH 1 macro
/third_party/musl/include/
H A Dregex.h36 #define REG_NOMATCH 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h66 #define REG_NOMATCH 1 macro
H A Dregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
H A DRegex.cpp82 if (rc == REG_NOMATCH) in match()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h66 #define REG_NOMATCH 1 macro
H A Dregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
H A DRegex.cpp104 if (rc == REG_NOMATCH) in match()
/third_party/musl/libc-test/src/api/
H A Dregex.c24 C(REG_NOMATCH) in f()
/third_party/alsa-lib/src/ucm/
H A Ducm_regex.c169 else if (err == REG_NOMATCH) in uc_mgr_define_regex()
/third_party/mesa3d/src/util/
H A Dxmlconfig.c50 #define REG_NOMATCH 1 macro
52 static inline int regexec(regex_t *r, const char *s, int n, void *p, int f) { return REG_NOMATCH; } in regexec()
708 if (regexec(&re, data->execName, 0, NULL, 0) == REG_NOMATCH) in parseAppAttr()
741 if (regexec(&re, data->applicationName, 0, NULL, 0) == REG_NOMATCH) in parseAppAttr()
778 if (regexec(&re, data->engineName, 0, NULL, 0) == REG_NOMATCH) in parseEngineAttr()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A 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()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A 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()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A 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()
/third_party/musl/src/regex/
H A 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()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c73 return regexec(&regex, str, 0, NULL, 0) != REG_NOMATCH; in is_whitespace()

Completed in 20 milliseconds

12