| /freebsd-14-stable/contrib/mandoc/ |
| HD | test-rewb-bsd.c | 20 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()
|
| HD | test-rewb-sysv.c | 20 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/ |
| HD | util.c | 454 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/ |
| HD | search.c | 239 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/ |
| HD | regex_impl.h | 66 #define REG_NOMATCH 1 macro
|
| HD | regerror.c | 59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
|
| HD | Regex.cpp | 109 if (rc == REG_NOMATCH) in match()
|
| HD | regengine.inc | 133 static int /* 0 success, REG_NOMATCH failure */ 168 return(REG_NOMATCH); 193 return(REG_NOMATCH);
|
| /freebsd-14-stable/contrib/nvi/regex/ |
| HD | regex.h | 72 #define REG_NOMATCH 1 macro
|
| HD | regerror.c | 89 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
|
| HD | engine.c | 165 return(REG_NOMATCH); in matcher() 188 return(REG_NOMATCH); in matcher()
|
| /freebsd-14-stable/include/ |
| HD | regex.h | 77 #define REG_NOMATCH 1 macro
|
| /freebsd-14-stable/usr.bin/m4/ |
| HD | gnum4.c | 365 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/ |
| HD | regerror.c | 88 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
|
| HD | engine.c | 256 return(REG_NOMATCH); in matcher() 264 return(REG_NOMATCH); in matcher() 304 return(REG_NOMATCH); in matcher()
|
| /freebsd-14-stable/contrib/ntp/sntp/libopts/ |
| HD | stack.c | 104 case REG_NOMATCH: in optionUnstackArg()
|
| /freebsd-14-stable/contrib/kyua/utils/text/ |
| HD | regex.cpp | 116 if (error == REG_NOMATCH) { in impl()
|
| /freebsd-14-stable/contrib/nvi/ex/ |
| HD | ex_global.c | 217 case REG_NOMATCH: in ex_g_setup()
|
| /freebsd-14-stable/lib/libc/regex/grot/ |
| HD | main.c | 252 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) { in try()
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libc/regex/ |
| HD | main.c | 284 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) { in try()
|
| /freebsd-14-stable/usr.sbin/setfmac/ |
| HD | setfmac.c | 422 case REG_NOMATCH: in apply_specs()
|
| /freebsd-14-stable/tests/sys/ses/ |
| HD | nondestructive.c | 72 if (regexec(&re, line, 1, matches, 0) == REG_NOMATCH) { in do_getelmdesc()
|
| /freebsd-14-stable/contrib/openbsm/bin/auditreduce/ |
| HD | auditreduce.c | 358 0) != REG_NOMATCH) in select_filepath()
|
| /freebsd-14-stable/tools/tools/drm/radeon/mkregtable/ |
| HD | mkregtable.c | 686 if (r == REG_NOMATCH) { in parser_auth()
|
| /freebsd-14-stable/usr.bin/sed/ |
| HD | process.c | 684 case REG_NOMATCH: in regexec_e()
|