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

  /src/external/gpl3/gdb/dist/gnulib/import/
tempname.c 66 # define __stat64(file, buf) stat (file, buf) macro
102 return __stat64 (dir, &buf) == 0 && S_ISDIR (buf.st_mode);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
tempname.c 66 # define __stat64(file, buf) stat (file, buf) macro
102 return __stat64 (dir, &buf) == 0 && S_ISDIR (buf.st_mode);
  /src/external/gpl2/xcvs/dist/lib/
glob.c 163 # ifndef __stat64
164 # define __stat64(fname, buf) __xstat64 (_STAT_VER, fname, buf) macro
172 # define __stat64(fname, buf) stat (fname, buf) macro
703 : (__stat64 (dirname, &st64) == 0 && S_ISDIR (st64.st_mode)))))
1052 : __stat64 (fullname, &st64) == 0 && S_ISDIR (st64.st_mode));
1102 : __stat64 (fullname, &st64)) == 0)

Completed in 18 milliseconds