Searched refs:__gl_stat_t (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | glob.h | 48 #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 *);
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 163 static int g_lstat(Char *, __gl_stat_t *, glob_t *); 166 static int g_stat(Char *, __gl_stat_t *, glob_t *); 584 __gl_stat_t sb; in glob2() 962 g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob) in g_lstat() 978 g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob) in g_stat()
|