Home
last modified time | relevance | path

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

/dragonfly/sbin/udevd/
HDudevd_monitor.c70 static int WildCaseCmp(const char *w, const char *s);
376 ret = WildCaseCmp(evf->wildcard_match, str); in match_filter()
423 WildCaseCmp(const char *w, const char *s) in WildCaseCmp() function