Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c76 static int shellmatch(char *, char *);
391 } else if (!shellmatch(pathlist[n], path)) { in selpath()
400 shellmatch(char *spec, char *path) in shellmatch() function