Home
last modified time | relevance | path

Searched refs:no_match (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dglob.c300 int no_match; in glob() local
326 no_match = *patnext == not; in glob()
327 if (no_match) in glob()
417 if ((err = glob1(patbuf, pglob, no_match)) != 0) { in glob()
464 glob1(Char *pattern, glob_t *pglob, int no_match) in glob1() argument
474 err = glob2(&pathbuf, pattern, pglob, no_match); in glob1()
564 const Char *pglobstar, glob_t *pglob, int no_match) in glob3() argument
596 glob2(pathbuf, restpattern - 1, pglob, no_match) : in glob3()
597 glob2(pathbuf, restpattern + 1, pglob, no_match) : in glob3()
639 (int)m_not) == no_match) in glob3()
[all …]
/dragonfly/sbin/udevd/
H A Dudevd_monitor.c355 goto no_match; in match_filter()
371 goto no_match; in match_filter()
379 goto no_match; in match_filter()
386 goto no_match; in match_filter()
389 goto no_match; in match_filter()
395 no_match: in match_filter()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_rules.c366 int no_match = 0; in devfs_rule_checkname() local
380 no_match = memcmp(name, node->d_dir.d_name, strlen(name)); in devfs_rule_checkname()
383 no_match = devfs_WildCaseCmp(name, node->d_dir.d_name); in devfs_rule_checkname()
385 return !no_match; in devfs_rule_checkname()
/dragonfly/contrib/lvm2/dist/libdm/ioctl/
H A Dlibdm-dragonfly-iface.c949 goto no_match; in _reload_with_suppression_v4()
961 goto no_match; in _reload_with_suppression_v4()
973 no_match: in _reload_with_suppression_v4()
H A Dlibdm-nbsd-iface.c989 goto no_match; in _reload_with_suppression_v4()
1001 goto no_match; in _reload_with_suppression_v4()
1013 no_match: in _reload_with_suppression_v4()
H A Dlibdm-iface.c1658 goto no_match; in _reload_with_suppression_v4()
1670 goto no_match; in _reload_with_suppression_v4()
1682 no_match: in _reload_with_suppression_v4()
/dragonfly/contrib/bmake/
H A Dvar.c1630 goto no_match; in ModifyWord_SubstRegex()
1638 no_match: in ModifyWord_SubstRegex()