Searched refs:globtilde (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.c | 159 static const Char * globtilde (const Char *, Char *, glob_t *); 345 globtilde(const Char *pattern, Char *patbuf, glob_t *pglob) in globtilde() function 411 qpatnext = globtilde(pattern, patbuf, pglob); in glob0()
|
/freebsd/contrib/tcsh/ |
H A D | sh.glob.c | 63 static Char *globtilde (Char *); 73 globtilde(Char *s) in globtilde() function 356 *vl = globtilde(s); in globexpand()
|
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 135 globtilde(const Char *, Char *, size_t, glob11_t *); 384 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob11_t *pglob) in globtilde() function 502 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob); in glob0()
|
H A D | glob.c | 167 globtilde(const Char *, Char *, size_t, glob_t *); 416 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) in globtilde() function 534 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob); in glob0()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.c | 172 globtilde(const Char *, Char *, size_t, glob_t *); 366 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) function 482 qpatnext = globtilde(pattern, patbuf, PATH_MAX, pglob);
|