Searched defs:glob1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c182 static int glob1(Char *, Char *, glob_t *, size_t *);
603 * quotes), calls glob1() to do the real pattern matching, and finally
680 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, &limit)) != 0) {
736 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, size_t *limitp) function

Completed in 24 milliseconds