Searched refs:__gl_stat_t (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dglob.h48 #ifndef __gl_stat_t
49 #define __gl_stat_t struct stat macro
69 int (*gl_lstat)(const char *, __gl_stat_t *);
70 int (*gl_stat)(const char *, __gl_stat_t *);
/netbsd-6-1-5-RELEASE/lib/libc/compat/gen/
H A Dcompat_glob.c16 #define __gl_stat_t struct stat12 macro
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_glob.c142 gl_stat(const char *name , __gl_stat_t *st)
154 gl_lstat(const char *name , __gl_stat_t *st)
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dglob.c162 static int g_lstat(Char *, __gl_stat_t *, glob_t *);
165 static int g_stat(Char *, __gl_stat_t *, glob_t *);
611 __gl_stat_t sb;
709 __gl_stat_t sbuf;
1089 g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob)
1105 g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob)

Completed in 67 milliseconds