Searched refs:g_lstat (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | bsd_glob.c | 164 static int g_lstat(Char *, Stat_t *, glob_t *); 673 if (g_lstat(pathbuf, &sb, pglob)) 1032 g_lstat(Char *fn, Stat_t *sb, glob_t *pglob) function
|
/openbsd/lib/libc/gen/ |
H A D | glob.c | 143 static int g_lstat(Char *, struct stat *, glob_t *); 640 if (g_lstat(pathbuf, &sb, pglob)) in glob2() 1001 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) in g_lstat() function
|