Home
last modified time | relevance | path

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

12

/freebsd/contrib/mandoc/
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()
/freebsd/usr.bin/grep/
H A Dutil.c440 return (REG_NOMATCH); in litexec()
472 return (n > 0 ? 0 : REG_NOMATCH); in litexec()
559 r = REG_NOMATCH; in procline()
564 r = REG_NOMATCH; in procline()
567 r = REG_NOMATCH; in procline()
576 if (r == REG_NOMATCH && in procline()
580 if (r == REG_NOMATCH) in procline()
/freebsd/contrib/nvi/common/
H A Dsearch.c239 if (eval == REG_NOMATCH) in f_search()
372 if (eval == REG_NOMATCH) in b_search()
408 if (eval == REG_NOMATCH) in b_search()
/freebsd/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.cpp109 if (rc == REG_NOMATCH) in match()
/freebsd/contrib/nvi/regex/
H A Dregex.h72 #define REG_NOMATCH 1 macro
H A Dregerror.c89 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
H A Dengine.c165 return(REG_NOMATCH); in matcher()
188 return(REG_NOMATCH); in matcher()
/freebsd/include/
H A Dregex.h75 #define REG_NOMATCH 1 macro
/freebsd/usr.bin/m4/
H A Dgnum4.c365 if (error != REG_NOMATCH) in do_subst()
381 case REG_NOMATCH: in do_regexp()
398 case REG_NOMATCH: in do_regexpindex()
/freebsd/lib/libc/regex/
H A Dregerror.c83 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
H A Dengine.c254 return(REG_NOMATCH); in matcher()
262 return(REG_NOMATCH); in matcher()
302 return(REG_NOMATCH); in matcher()
/freebsd/contrib/ntp/sntp/libopts/
H A Dstack.c104 case REG_NOMATCH: in optionUnstackArg()
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext.cpp70 if (res != 0 && res != REG_NOMATCH) in match()
/freebsd/contrib/kyua/utils/text/
H A Dregex.cpp116 if (error == REG_NOMATCH) { in impl()
/freebsd/contrib/nvi/ex/
H A Dex_global.c217 case REG_NOMATCH: in ex_g_setup()
/freebsd/contrib/atf/atf-c/
H A Dutils.c92 ATF_REQUIRE(res == 0 || res == REG_NOMATCH); in grep_string()
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c284 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) { in try()
/freebsd/lib/libc/regex/grot/
H A Dmain.c252 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) { in try()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c422 case REG_NOMATCH: in apply_specs()
/freebsd/tests/sys/ses/
H A Dnondestructive.c72 if (regexec(&re, line, 1, matches, 0) == REG_NOMATCH) { in do_getelmdesc()
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c358 0) != REG_NOMATCH) in select_filepath()
/freebsd/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c685 if (r == REG_NOMATCH) { in parser_auth()

12