Home
last modified time | relevance | path

Searched refs:g_lstat (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.c164 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 Dglob.c143 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