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

/freebsd-current/contrib/tcsh/
H A Dglob.c90 static int glob3 (struct strbuf *, const Char *, const Char *,
482 * functions glob2 and glob3 are mutually recursive; there is one level
539 return (glob3(pathbuf, pattern, p, pattern, pglob, no_match));
564 glob3(struct strbuf *pathbuf, const Char *pattern, const Char *restpattern, function
599 glob3(pathbuf, pattern, restpattern, termstar, pglob, no_match);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c157 static int glob3 (Char *, Char *, Char *, Char *, glob_t *, size_t *);
505 * The functions glob2 and glob3 are mutually recursive; there is one level
563 return(glob3(pathbuf, pathend, pattern, p, pglob,
570 glob3(Char *pathbuf, Char *pathend, Char *pattern, Char *restpattern, function
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c167 static int glob3(Char *, Char *, Char *, Char *, Char *,
627 * The functions glob2 and glob3 are mutually recursive; there is one level
692 return(glob3(pathbuf, pathbuf_last, pathend,
700 glob3(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c130 static int glob3(Char *, Char *, Char *, Char *, Char *, glob11_t *,
603 * The functions glob2 and glob3 are mutually recursive; there is one level
671 return (glob3(pathbuf, pathend, pathend_last, pattern,
678 glob3(Char *pathbuf, Char *pathend, Char *pathend_last, function
H A Dglob.c162 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *,
636 * The functions glob2 and glob3 are mutually recursive; there is one level
704 return (glob3(pathbuf, pathend, pathend_last, pattern,
711 glob3(Char *pathbuf, Char *pathend, Char *pathend_last, function

Completed in 218 milliseconds