Searched refs:globtree_match (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dglobtree.h37 struct globtree *globtree_match(const char *, int);
H A Dproto.c401 globtree_match(pat, FNM_PATHNAME));
407 globtree_match(pat, FNM_PATHNAME |
431 globtree_match(pat, flags));
441 globtree_match(pat, flags));
445 globtree_match(pat, flags));
453 globtree_match(pat, 0));
462 globtree_match(pat, 0));
466 globtree_match(pat, 0));
H A Dglobtree.c53 * globtree_match(). It will call fnmatch() with the suppliedi
120 globtree_match(const char *pattern, int flags) function

Completed in 46 milliseconds