Home
last modified time | relevance | path

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

123456

/netbsd/external/bsd/tre/dist/tests/
H A Dretest.c599 0, REG_NOMATCH); in main()
605 0, REG_NOMATCH); in main()
948 test_exec("+", 0, REG_NOMATCH); in main()
965 test_exec("a", 0, REG_NOMATCH); in main()
989 test_exec("d", 0, REG_NOMATCH); in main()
1000 test_exec("a", 0, REG_NOMATCH); in main()
1378 test_exec("", 0, REG_NOMATCH); in main()
1383 test_exec("", 0, REG_NOMATCH); in main()
1388 test_exec("", 0, REG_NOMATCH); in main()
1438 test_exec("", 0, REG_NOMATCH); in main()
[all …]
/netbsd/external/bsd/mdocml/dist/
H A Dtest-rewb-bsd.c20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) in main()
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) in main()
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH) in main()
H A Dtest-rewb-sysv.c20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) in main()
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) in main()
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH) in main()
/netbsd/usr.bin/grep/
H A Dutil.c310 r = (r == 0) ? 0 : REG_NOMATCH; in procline()
315 r = (r == 0) ? 0 : REG_NOMATCH; in procline()
318 if (r == REG_NOMATCH) in procline()
/netbsd/external/bsd/nvi/dist/common/
H A Dsearch.c248 if (eval == REG_NOMATCH) in f_search()
385 if (eval == REG_NOMATCH) in b_search()
421 if (eval == REG_NOMATCH) in b_search()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dui-style.c237 if (match == REG_NOMATCH) in parse()
400 if (match == REG_NOMATCH || buf[subexps[FINAL_SUBEXP].rm_so] != 'm') in skip_ansi_escape()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dui-style.c237 if (match == REG_NOMATCH) in parse()
400 if (match == REG_NOMATCH || buf[subexps[FINAL_SUBEXP].rm_so] != 'm') in skip_ansi_escape()
/netbsd/external/apache2/llvm/dist/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.cpp108 if (rc == REG_NOMATCH) in match()
/netbsd/external/bsd/nvi/dist/regex/
H A Dregex.h76 #define REG_NOMATCH 1 macro
H A Dregerror.c97 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
/netbsd/include/
H A Dregex.h107 #define REG_NOMATCH 1 macro
/netbsd/usr.bin/m4/
H A Dgnum4.c359 if (error != REG_NOMATCH) in do_subst()
375 case REG_NOMATCH: in do_regexp()
391 case REG_NOMATCH: in do_regexpindex()
/netbsd/lib/libc/regex/
H A Dregerror.c104 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
/netbsd/external/bsd/tre/dist/lib/
H A Dtre-match-parallel.c219 return REG_NOMATCH; in tre_tnfa_run_parallel()
494 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel()
H A Dtre-match-utils.h56 ret = REG_NOMATCH; \
/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dstack.c106 case REG_NOMATCH: in optionUnstackArg()
/netbsd/external/bsd/atf/dist/tools/
H A Dtext.cpp69 if (res != 0 && res != REG_NOMATCH) in match()
/netbsd/external/bsd/atf/dist/atf-c++/detail/
H A Dtext.cpp74 if (res != 0 && res != REG_NOMATCH) in match()
/netbsd/external/bsd/tre/dist/src/
H A Dagrep.c286 case REG_NOMATCH: in tre_agrep_get_next_record()
465 || (invert_match && errcode == REG_NOMATCH)) in tre_agrep_handle_file()
/netbsd/external/bsd/tre/dist/include/tre/
H A Dtre.h82 REG_NOMATCH, /* No match. */
/netbsd/external/gpl3/gdb/dist/include/
H A Dxregex2.h297 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator
/netbsd/external/gpl2/grep/dist/lib/posix/
H A Dregex.h298 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator
/netbsd/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h294 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator

123456