HomeSort by: relevance | last modified time | path
    Searched refs:__stat64 (Results 1 - 7 of 7) 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/bsd/zstd/dist/programs/
util.h 108 typedef struct __stat64 stat_t;
  /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)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops-common.h 121 using stat_type = struct ::__stat64;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops-common.h 117 typedef struct ::__stat64 stat_type;
  /src/external/public-domain/sqlite/dist/
shell.c 1722 struct __stat64 x = {0};

Completed in 67 milliseconds