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

/freebsd-current/sbin/devd/
H A Ddevmatch.conf1 # Implement the run-time component of devmatch by reacting to nomatch events.
6 # match on. When it's only a location, it'd debateable, but for nomatch
9 nomatch 101 {
17 nomatch 101 {
28 nomatch 100 {
33 # nomatch 1000 {
H A Ddevd.cc141 static const char nomatch = '?'; variable
822 case nomatch:
824 s = "nomatch";
877 case nomatch:
/freebsd-current/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.example.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-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrnlen.S42 cbz cntin, L(nomatch)
58 L(nomatch):
66 b.lo L(nomatch)
H A Dmemchr-mte.S46 cbz cntin, L(nomatch)
68 b.lo L(nomatch)
105 L(nomatch):
H A Dmemrchr.S49 cbz cntin, L(nomatch)
68 b.ls L(nomatch)
107 L(nomatch):
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c59 int match = 1, nomatch = 0; local
64 /* If this is a negated class, return success for nomatch. */
67 nomatch = 1;
98 return (nomatch);
106 int match = 1, nomatch = 0; local
111 /* If this is a negated class, return success for nomatch. */
114 nomatch = 1;
145 return (nomatch);
H A Darchive_write_add_filter_compress.c361 goto nomatch;
377 nomatch:
/freebsd-current/usr.sbin/lpr/common_source/
H A Dmatchjobs.c431 goto nomatch;
433 goto nomatch;
445 goto nomatch;
455 goto nomatch;
457 goto nomatch;
476 nomatch:
/freebsd-current/sbin/devmatch/
H A Ddevmatch.c49 { "nomatch", required_argument, NULL, 'p' },
475 * Look for the exact location specified by the nomatch event. The
507 find_nomatch(char *nomatch) argument
519 tmp = nomatch + strlen(nomatch) - 4;
520 while (tmp > nomatch && strncmp(tmp, " on ", 4) != 0)
522 if (tmp == nomatch)
523 errx(1, "No bus found in nomatch string: '%s'", nomatch);
539 if (*nomatch
[all...]
/freebsd-current/sys/netgraph/
H A Dng_bpf.c88 hook_p nomatch; member in struct:ng_bpf_hookinfo
250 hip->nomatch = h;
262 if (hip->nomatch == h)
263 hip->nomatch = NULL;
492 dest = hip->nomatch;
587 hip->nomatch = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifNotMatch);
/freebsd-current/contrib/nvi/vi/
H A Dv_match.c61 goto nomatch;
66 nomatch: msgq(sp, M_BERR, "184|No match character on this line");
/freebsd-current/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-current/sbin/ifconfig/
H A Difconfig.h278 bool group_member(const char *ifname, const char *match, const char *nomatch);
H A Difconfig.c862 * matches shell pattern "match" and none of groups matches pattern "nomatch".
866 group_member(const char *ifname, const char *match, const char *nomatch) argument
876 if (match == NULL && nomatch == NULL)
916 if (nomatch && nomatched)
917 nomatched = fnmatch(nomatch, ifg->ifgrq_group, 0);
921 if (match && !nomatch)
923 if (!match && nomatch)
/freebsd-current/usr.bin/sed/
H A Dprocess.c663 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, argument
679 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/freebsd-current/usr.bin/compress/
H A Dzopen.c290 goto nomatch;
303 nomatch: if (output(zs, (code_int) ent) == -1)
/freebsd-current/contrib/nvi/ex/
H A Dex_cscope.c528 goto nomatch;
533 nomatch: free(rtp);
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq-subs.c2775 goto nomatch;
2824 goto nomatch;
2842 goto nomatch;
2855 goto nomatch;
2864 goto nomatch;
2872 goto nomatch;
2882 goto nomatch;
2887 nomatch:
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c2191 const char *pathb, int nomatch)
2202 if (!nomatch && sa.st_flags != sb.st_flags) {
2209 if (nomatch && sa.st_flags == sb.st_flags) {
2261 if (!nomatch && flagsa != flagsb) {
2267 if (nomatch && flagsa == flagsb) {
2276 (void)nomatch; /* UNUSED */
2190 assertion_compare_fflags(const char *file, int line, const char *patha, const char *pathb, int nomatch) argument
/freebsd-current/sys/dev/acpica/
H A Dacpi.c971 goto nomatch;
991 nomatch:

Completed in 191 milliseconds