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

12

/freebsd-13-stable/contrib/mandoc/
H A Dtest-rewb-bsd.c20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
H A Dtest-rewb-sysv.c20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
/freebsd-13-stable/contrib/nvi/regex/
H A Dregex.h72 #define REG_NOMATCH 1 macro
H A Dregerror.c65 = #define REG_NOMATCH 1
89 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
/freebsd-13-stable/contrib/llvm-project/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)
H A Dregengine.inc130 static int /* 0 success, REG_NOMATCH failure */
165 return(REG_NOMATCH);
190 return(REG_NOMATCH);
/freebsd-13-stable/include/
H A Dregex.h78 #define REG_NOMATCH 1 macro
/freebsd-13-stable/lib/libc/regex/
H A Dregerror.c66 = #define REG_NOMATCH 1
91 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
H A Dengine.c190 static int /* 0 success, REG_NOMATCH failure */
259 return(REG_NOMATCH);
267 return(REG_NOMATCH);
307 return(REG_NOMATCH);
/freebsd-13-stable/usr.bin/grep/
H A Dutil.c434 return (REG_NOMATCH);
466 return (n > 0 ? 0 : REG_NOMATCH);
553 r = REG_NOMATCH;
558 r = REG_NOMATCH;
561 r = REG_NOMATCH;
570 if (r == REG_NOMATCH &&
574 if (r == REG_NOMATCH)
/freebsd-13-stable/contrib/nvi/common/
H A Dsearch.c234 if (eval == REG_NOMATCH)
367 if (eval == REG_NOMATCH)
403 if (eval == REG_NOMATCH)
/freebsd-13-stable/usr.bin/m4/
H A Dgnum4.c367 if (error != REG_NOMATCH)
383 case REG_NOMATCH:
400 case REG_NOMATCH:
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dregex.cpp116 if (error == REG_NOMATCH) {
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dtext.cpp70 if (res != 0 && res != REG_NOMATCH)
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dstack.c104 case REG_NOMATCH:
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_global.c217 case REG_NOMATCH:
/freebsd-13-stable/contrib/atf/atf-c/
H A Dutils.c92 ATF_REQUIRE(res == 0 || res == REG_NOMATCH);
/freebsd-13-stable/lib/libc/regex/grot/
H A Dmain.c255 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) {
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c284 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) {
/freebsd-13-stable/usr.sbin/setfmac/
H A Dsetfmac.c424 case REG_NOMATCH:
/freebsd-13-stable/bin/pkill/
H A Dpkill.c386 } else if (rv != REG_NOMATCH) {
/freebsd-13-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c358 0) != REG_NOMATCH)
/freebsd-13-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c693 if (r == REG_NOMATCH) {

Completed in 651 milliseconds

12