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

/freebsd-10.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-10.3-release/crypto/heimdal/lib/roken/
H A Dglob.c156 static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
501 return(glob2(pathbuf, pathbuf, pattern, pglob, limit));
505 * The functions glob2 and glob3 are mutually recursive; there is one level
519 glob2(Char *pathbuf, Char *pathend, Char *pattern, glob_t *pglob, function
621 err = glob2(pathbuf, --dc, restpattern, pglob, limit);
/freebsd-10.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-10.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c161 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
617 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1,
623 * The functions glob2 and glob3 are mutually recursive; there is one level
628 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function
767 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
/freebsd-10.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
/freebsd-10.3-release/crypto/openssh/
H A Dssh_namespace.h362 #define glob2 Fssh_glob2 macro

Completed in 112 milliseconds