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

/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dftpglob.h44 #ifndef __gl_stat_t
45 #define __gl_stat_t struct stat macro
65 int (*gl_lstat)(const char *, __gl_stat_t *);
66 int (*gl_stat)(const char *, __gl_stat_t *);
H A Dglob.c114 static int g_lstat(Char *, __gl_stat_t *, glob_t *);
117 static int g_stat(Char *, __gl_stat_t *, glob_t *);
515 __gl_stat_t sb;
819 g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob)
831 g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob)

Completed in 176 milliseconds