HomeSort by relevance Sort by last modified time
    Searched refs:g_lstat (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 154 static int g_lstat(Char *, struct stat *, glob_t *);
660 if (g_lstat(pathbuf, &sb, pglob))
1021 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) function
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 163 static int g_lstat(Char *, __gl_stat_t *, glob_t *);
602 if (g_lstat(pathbuf, &sb, pglob))
962 g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob) function

Completed in 307 milliseconds