Searched refs:globtilde (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c159 static const Char * globtilde (const Char *, Char *, glob_t *);
345 globtilde(const Char *pattern, Char *patbuf, glob_t *pglob) function
411 qpatnext = globtilde(pattern, patbuf, pglob);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c168 globtilde(const Char *, Char *, size_t, glob_t *);
363 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) function
478 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c171 globtilde(const Char *, Char *, size_t, glob_t *);
420 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) function
539 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.glob.c63 static Char *globtilde (Char *);
73 globtilde(Char *s) function
351 *vl = globtilde(s);

Completed in 256 milliseconds