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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h196 extern int Gnmatch (const Char *, const Char *,
H A Dtw.comp.c250 int rv = exact ? Gmatch(estr = str, pat) : Gnmatch(str, pat, &estr);
H A Dsh.glob.c882 return Gnmatch(string, pattern, NULL);
886 Gnmatch(const Char *string, const Char *pattern, const Char **endstr) function

Completed in 100 milliseconds