Searched refs:glob2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dglob.c84 static int glob2 (struct strbuf *, const Char *, glob_t *, int);
467 err = glob2(&pathbuf, pattern, pglob, no_match);
473 * functions glob2 and glob3 are mutually recursive; there is one level
478 glob2(struct strbuf *pathbuf, const Char *pattern, glob_t *pglob, int no_match) function
588 glob2(pathbuf, restpattern - 1, pglob, no_match) :
589 glob2(pathbuf, restpattern + 1, pglob, no_match) :
635 if ((err = glob2(pathbuf, pglobstar, pglob, no_match)) != 0)
641 if ((err = glob2(pathbuf, restpattern, pglob, no_match)) != 0)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.c158 static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
503 return(glob2(pathbuf, pathbuf, pattern, pglob, limit));
507 * The functions glob2 and glob3 are mutually recursive; there is one level
521 glob2(Char *pathbuf, Char *pathend, Char *pattern, glob_t *pglob, function
623 err = glob2(pathbuf, --dc, restpattern, pglob, limit);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c160 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
616 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1,
622 * The functions glob2 and glob3 are mutually recursive; there is one level
627 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function
766 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c177 static int glob2(Char *, Char *, Char *, Char *, glob_t *,
567 return(glob2(pathbuf, pathbuf, pathbuf + MAXPATHLEN - 1,
572 * The functions glob2 and glob3 are mutually recursive; there is one level
577 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, function
726 err = glob2(pathbuf, --dc, pathend_last, restpattern,
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh4.c34 _PROTOTYPE(void glob2, (char *i, char *j ));
671 glob2(i, lptr -= v2);
683 glob2(hptr += v2, j);
692 glob2(i, j);
720 glob2(i, j) function

Completed in 113 milliseconds