Searched refs:nomatch (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/sbin/devd/
H A Ddevmatch.conf7 # loading what modules we can based on nomatch
11 nomatch 100 {
16 # nomatch 1000 {
H A Ddevd.conf183 nomatch 0 {
188 nomatch 10 {
196 nomatch 20 {
204 nomatch 10 {
211 nomatch 10 {
254 nomatch 10 {
H A Ddevd.cc145 static const char nomatch = '?'; variable
813 case nomatch:
815 s = "nomatch";
868 case nomatch:
/freebsd-12-stable/crypto/openssh/regress/
H A Daddrmatch.sh24 ForceCommand nomatch
36 run_trial user 192.168.30.1 somehost 1.2.3.4 1234 nomatch "negative match"
37 run_trial user 19.0.0.1 somehost 1.2.3.4 1234 nomatch "no match"
39 run_trial user 192.168.30.1 192.168.0.1 1.2.3.4 1234 nomatch "faked IP in hostname"
46 run_trial user ::2 somehost.exaple.com ::2 1234 nomatch "deny IPv6"
47 run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated"
48 run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match"
50 run_trial user 2001::1 somehost ::2 1234 nomatch "IP6 network"
/freebsd-12-stable/lib/libc/mips/string/
H A Dbcmp.S71 bne v0, v1, nomatch
81 bne v0, v1, nomatch
95 bne v0, v1, nomatch
108 bne v0, v1, nomatch
119 bne v0, v1, nomatch
126 nomatch: label
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c60 int match = 1, nomatch = 0; local
65 /* If this is a negated class, return success for nomatch. */
68 nomatch = 1;
99 return (nomatch);
107 int match = 1, nomatch = 0; local
112 /* If this is a negated class, return success for nomatch. */
115 nomatch = 1;
146 return (nomatch);
H A Darchive_write_add_filter_compress.c363 goto nomatch;
379 nomatch:
/freebsd-12-stable/sbin/devmatch/
H A Ddevmatch.c50 { "nomatch", required_argument, NULL, 'p' },
456 * Look for the exact location specified by the nomatch event. The
488 find_nomatch(char *nomatch) argument
500 tmp = nomatch + strlen(nomatch) - 4;
501 while (tmp > nomatch && strncmp(tmp, " on ", 4) != 0)
503 if (tmp == nomatch)
504 errx(1, "No bus found in nomatch string: '%s'", nomatch);
520 if (*nomatch
[all...]
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c433 goto nomatch;
435 goto nomatch;
447 goto nomatch;
457 goto nomatch;
459 goto nomatch;
478 nomatch:
/freebsd-12-stable/sys/netgraph/
H A Dng_bpf.c90 hook_p nomatch; member in struct:ng_bpf_hookinfo
252 hip->nomatch = h;
264 if (hip->nomatch == h)
265 hip->nomatch = NULL;
496 dest = hip->nomatch;
592 hip->nomatch = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifNotMatch);
/freebsd-12-stable/contrib/nvi/vi/
H A Dv_match.c65 goto nomatch;
70 nomatch: msgq(sp, M_BERR, "184|No match character on this line");
/freebsd-12-stable/contrib/tcsh/
H A Dtw.comp.c456 static Char nomatch[2] = { (Char) ~0, 0x00 }; local
536 pos = (wordno < 3) ? nomatch : wl[wordno - 3];
539 pos = (wordno < 2) ? nomatch : wl[wordno - 2];
543 pos = (wordno < 1) ? nomatch : wl[wordno - 1];
/freebsd-12-stable/sbin/ifconfig/
H A Difconfig.c110 const char *nomatch);
707 * matches shell pattern "match" and none of groups matches pattern "nomatch".
711 group_member(const char *ifname, const char *match, const char *nomatch) argument
721 if (match == NULL && nomatch == NULL)
761 if (nomatch)
762 nomatched &= fnmatch(nomatch, ifg->ifgrq_group, 0);
766 if (match && !nomatch)
768 if (!match && nomatch)
/freebsd-12-stable/sys/mips/mips/
H A Dsupport.S507 bne v0, v1, nomatch
517 bne v0, v1, nomatch
531 bne v0, v1, nomatch
544 bne v0, v1, nomatch
555 bne v0, v1, nomatch
562 nomatch: label
/freebsd-12-stable/usr.bin/compress/
H A Dzopen.c295 goto nomatch;
308 nomatch: if (output(zs, (code_int) ent) == -1)
/freebsd-12-stable/usr.bin/sed/
H A Dprocess.c668 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, argument
684 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_cscope.c527 goto nomatch;
532 nomatch: if (rtp != NULL)
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2754 goto nomatch;
2803 goto nomatch;
2821 goto nomatch;
2834 goto nomatch;
2843 goto nomatch;
2851 goto nomatch;
2861 goto nomatch;
2866 nomatch:
/freebsd-12-stable/contrib/libarchive/test_utils/
H A Dtest_main.c2171 const char *pathb, int nomatch)
2182 if (!nomatch && sa.st_flags != sb.st_flags) {
2189 if (nomatch && sa.st_flags == sb.st_flags) {
2241 if (!nomatch && flagsa != flagsb) {
2247 if (nomatch && flagsa == flagsb) {
2256 (void)nomatch; /* UNUSED */
2170 assertion_compare_fflags(const char *file, int line, const char *patha, const char *pathb, int nomatch) argument

Completed in 297 milliseconds