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

/freebsd-9.3-release/contrib/tcsh/
H A Dglob.c85 static int glob3 (struct strbuf *, const Char *, const Char *,
473 * functions glob2 and glob3 are mutually recursive; there is one level
530 return (glob3(pathbuf, pattern, p, pattern, pglob, no_match));
555 glob3(struct strbuf *pathbuf, const Char *pattern, const Char *restpattern, function
590 glob3(pathbuf, pattern, restpattern, termstar, pglob, no_match);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.c159 static int glob3 (Char *, Char *, Char *, Char *, glob_t *, size_t *);
507 * The functions glob2 and glob3 are mutually recursive; there is one level
565 return(glob3(pathbuf, pathend, pattern, p, pglob,
572 glob3(Char *pathbuf, Char *pathend, Char *pattern, Char *restpattern, function
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh4.c35 _PROTOTYPE(void glob3, (char *i, char *j, char *k ));
688 glob3(i, hptr += v2, j);
714 glob3(j, lptr -= v2, i);
737 glob3(i, j, k) function
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c162 static int glob3(Char *, Char *, Char *, Char *, Char *,
622 * The functions glob2 and glob3 are mutually recursive; there is one level
687 return(glob3(pathbuf, pathbuf_last, pathend,
695 glob3(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c179 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *,
572 * The functions glob2 and glob3 are mutually recursive; there is one level
637 return(glob3(pathbuf, pathend, pathend_last, pattern, p,
644 glob3(Char *pathbuf, Char *pathend, Char *pathend_last, function

Completed in 169 milliseconds