HomeSort by: relevance | last modified time | path
    Searched defs:glob_lstat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
glob.c 72 # ifndef GLOB_LSTAT
73 # define GLOB_LSTAT gl_lstat
90 # define GLOB_LSTAT gl_lstat
207 glob_lstat (glob_t *pglob, int flags, const char *fullname)
217 ? pglob->GLOB_LSTAT (fullname, &ust.st)
1338 if (glob_lstat (pglob, flags, fullname) == 0
206 glob_lstat (glob_t *pglob, int flags, const char *fullname) function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob.c 72 # ifndef GLOB_LSTAT
73 # define GLOB_LSTAT gl_lstat
90 # define GLOB_LSTAT gl_lstat
207 glob_lstat (glob_t *pglob, int flags, const char *fullname)
217 ? pglob->GLOB_LSTAT (fullname, &ust.st)
1338 if (glob_lstat (pglob, flags, fullname) == 0
206 glob_lstat (glob_t *pglob, int flags, const char *fullname) function

Completed in 29 milliseconds