Home
last modified time | relevance | path

Searched refs:nomatch (Results 1 – 15 of 15) sorted by relevance

/dragonfly/etc/devd/
H A Dusb.conf6 nomatch 32 {
14 nomatch 32 {
22 nomatch 32 {
30 nomatch 32 {
38 nomatch 32 {
46 nomatch 32 {
54 nomatch 32 {
62 nomatch 32 {
70 nomatch 32 {
78 nomatch 32 {
[all …]
/dragonfly/etc/
H A Ddevd.conf208 nomatch 0 {
213 nomatch 10 {
221 nomatch 20 {
229 nomatch 10 {
236 nomatch 10 {
279 nomatch 10 {
/dragonfly/tools/regression/lib/libc-regex/datafiles/
H A Dcategorize.dat28 |B a\(b\)*\1 a (0,1) BUG=nomatch-match
30 ; BUG=nomatch-match-UNKNOWN
37 |B a\(b\)*\1 abab (0,1) # BUG=nomatch-match
56 |B \(a\(b\)*\)*\2 abab (0,4)(2,3)(1,2) BUG=repeat-artifact-nomatch
57 ; BUG=repeat-artifact-nomatch-UNKNOWN
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c60 int match = 1, nomatch = 0; in pm_list() local
68 nomatch = 1; in pm_list()
99 return (nomatch); in pm_list()
107 int match = 1, nomatch = 0; in pm_list_w() local
115 nomatch = 1; in pm_list_w()
146 return (nomatch); in pm_list_w()
H A Darchive_write_add_filter_compress.c363 goto nomatch; in archive_compressor_compress_write()
379 nomatch: in archive_compressor_compress_write()
/dragonfly/usr.sbin/lpr/common_source/
H A Dmatchjobs.c445 goto nomatch; in match_jobspec()
447 goto nomatch; in match_jobspec()
459 goto nomatch; in match_jobspec()
469 goto nomatch; in match_jobspec()
471 goto nomatch; in match_jobspec()
490 nomatch: in match_jobspec()
/dragonfly/sys/netgraph7/bpf/
H A Dng_bpf.c86 hook_p nomatch; member
245 hip->nomatch = h; in ng_bpf_addrefs()
257 if (hip->nomatch == h) in ng_bpf_remrefs()
258 hip->nomatch = NULL; in ng_bpf_remrefs()
490 dest = hip->nomatch; in ng_bpf_rcvdata()
585 hip->nomatch = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifNotMatch); in ng_bpf_setprog()
/dragonfly/contrib/cvs-1.12/lib/
H A Drpmatch.c35 const int nomatch, const char **lastp, regex_t *re) in try() argument
53 return regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch; in try()
/dragonfly/contrib/tcsh-6/
H A Dtw.comp.c456 static Char nomatch[2] = { (Char) ~0, 0x00 }; in tw_complete() local
536 pos = (wordno < 3) ? nomatch : wl[wordno - 3]; in tw_complete()
539 pos = (wordno < 2) ? nomatch : wl[wordno - 2]; in tw_complete()
543 pos = (wordno < 1) ? nomatch : wl[wordno - 1]; in tw_complete()
/dragonfly/contrib/nvi2/vi/
H A Dv_match.c61 goto nomatch; in v_match()
66 nomatch: msgq(sp, M_BERR, "184|No match character on this line"); in v_match()
/dragonfly/sbin/ifconfig/
H A Difconfig.c80 const char *nomatch);
611 group_member(const char *ifname, const char *match, const char *nomatch) in group_member() argument
621 if (match == NULL && nomatch == NULL) in group_member()
659 if (nomatch) in group_member()
660 nomatched &= fnmatch(nomatch, ifg->ifgrq_group, 0); in group_member()
663 if (match && !nomatch) in group_member()
665 if (!match && nomatch) in group_member()
/dragonfly/sbin/devd/
H A Ddevd.cc131 static const char nomatch = '?'; variable
749 case nomatch: in find_and_execute()
789 case nomatch: in process_event()
/dragonfly/usr.bin/compress/
H A Dzopen.c290 goto nomatch; in zwrite()
303 nomatch: if (output(zs, (code_int) ent) == -1) in zwrite()
/dragonfly/usr.bin/sed/
H A Dprocess.c666 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e() argument
682 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/dragonfly/contrib/nvi2/ex/
H A Dex_cscope.c521 goto nomatch; in cscope_find()
526 nomatch: free(rtp); in cscope_find()