Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
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 *);
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c163 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()