Home
last modified time | relevance | path

Searched defs:nomatch (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c60 int match = 1, nomatch = 0; in pm_list() local
107 int match = 1, nomatch = 0; in pm_list_w() local
/dflybsd-src/contrib/cvs-1.12/lib/
H A Drpmatch.c35 const int nomatch, const char **lastp, regex_t *re) in try()
/dflybsd-src/contrib/tcsh-6/
H A Dtw.comp.c456 static Char nomatch[2] = { (Char) ~0, 0x00 }; in tw_complete() local
/dflybsd-src/usr.bin/sed/
H A Dprocess.c666 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e()
/dflybsd-src/sys/netgraph7/bpf/
H A Dng_bpf.c86 hook_p nomatch; member
/dflybsd-src/sbin/devd/
H A Ddevd.cc131 static const char nomatch = '?'; variable
/dflybsd-src/sbin/ifconfig/
H A Difconfig.c611 group_member(const char *ifname, const char *match, const char *nomatch) in group_member()