Searched refs:g_lstat (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.c | 147 static int g_lstat (Char *, struct stat *, glob_t *); 533 if (g_lstat(pathbuf, &sb, pglob)) in glob2() 775 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) in g_lstat() function
|
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 118 static int g_lstat(Char *, struct freebsd11_stat *, glob11_t *); 622 if (g_lstat(pathbuf, &sb, pglob)) in glob2() 978 g_lstat(Char *fn, struct freebsd11_stat *sb, glob11_t *pglob) in g_lstat() function
|
H A D | glob.c | 150 static int g_lstat(Char *, struct stat *, glob_t *); 655 if (g_lstat(pathbuf, &sb, pglob)) in glob2() 1010 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) in g_lstat() function
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.c | 158 static int g_lstat(Char *, struct stat *, glob_t *); 654 if (g_lstat(pathbuf, &sb, pglob)) 1015 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) function
|