Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/mandoc/
HDtest-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()
HDtest-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-14-stable/usr.bin/grep/
HDutil.c454 return (REG_NOMATCH); in litexec()
486 return (n > 0 ? 0 : REG_NOMATCH); in litexec()
573 r = REG_NOMATCH; in procline()
578 r = REG_NOMATCH; in procline()
581 r = REG_NOMATCH; in procline()
590 if (r == REG_NOMATCH && in procline()
594 if (r == REG_NOMATCH) in procline()
/freebsd-14-stable/contrib/nvi/common/
HDsearch.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-14-stable/contrib/llvm-project/llvm/lib/Support/
HDregex_impl.h66 #define REG_NOMATCH 1 macro
HDregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
HDRegex.cpp109 if (rc == REG_NOMATCH) in match()
HDregengine.inc133 static int /* 0 success, REG_NOMATCH failure */
168 return(REG_NOMATCH);
193 return(REG_NOMATCH);
/freebsd-14-stable/contrib/nvi/regex/
HDregex.h72 #define REG_NOMATCH 1 macro
HDregerror.c89 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
HDengine.c165 return(REG_NOMATCH); in matcher()
188 return(REG_NOMATCH); in matcher()
/freebsd-14-stable/include/
HDregex.h77 #define REG_NOMATCH 1 macro
/freebsd-14-stable/usr.bin/m4/
HDgnum4.c365 if (error != REG_NOMATCH) in do_subst()
381 case REG_NOMATCH: in do_regexp()
398 case REG_NOMATCH: in do_regexpindex()
/freebsd-14-stable/lib/libc/regex/
HDregerror.c88 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
HDengine.c256 return(REG_NOMATCH); in matcher()
264 return(REG_NOMATCH); in matcher()
304 return(REG_NOMATCH); in matcher()
/freebsd-14-stable/contrib/ntp/sntp/libopts/
HDstack.c104 case REG_NOMATCH: in optionUnstackArg()
/freebsd-14-stable/contrib/kyua/utils/text/
HDregex.cpp116 if (error == REG_NOMATCH) { in impl()
/freebsd-14-stable/contrib/nvi/ex/
HDex_global.c217 case REG_NOMATCH: in ex_g_setup()
/freebsd-14-stable/lib/libc/regex/grot/
HDmain.c252 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) { in try()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/regex/
HDmain.c284 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) { in try()
/freebsd-14-stable/usr.sbin/setfmac/
HDsetfmac.c422 case REG_NOMATCH: in apply_specs()
/freebsd-14-stable/tests/sys/ses/
HDnondestructive.c72 if (regexec(&re, line, 1, matches, 0) == REG_NOMATCH) { in do_getelmdesc()
/freebsd-14-stable/contrib/openbsm/bin/auditreduce/
HDauditreduce.c358 0) != REG_NOMATCH) in select_filepath()
/freebsd-14-stable/tools/tools/drm/radeon/mkregtable/
HDmkregtable.c686 if (r == REG_NOMATCH) { in parser_auth()
/freebsd-14-stable/usr.bin/sed/
HDprocess.c684 case REG_NOMATCH: in regexec_e()

12