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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 14 #define _stati64 _stat64
77 struct _stat64 { struct
91 #define __stat64 _stat64
92 #define stat64 _stat64 /* for POSIX */
tchar.h 730 #define _tstat64 _stat64
wchar.h 388 _CRTIMP int __cdecl _wstat64(const wchar_t *_Name,struct _stat64 *_Stat);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 71 _CRTIMP int __cdecl _fstat64(int _FileDes,struct _stat64 *_Stat);
77 struct _stat64 st;
97 _CRTIMP int __cdecl _stat64(const char *_Name,struct _stat64 *_Stat);
103 struct _stat64 st;
104 int ret=_stat64(_Name,&st);
129 _CRTIMP int __cdecl _wstat64(const wchar_t *_Name,struct _stat64 *_Stat);
202 struct _stat64 st;
227 struct _stat64 st;
228 int ret=_stat64(_Filename,&st)
    [all...]
  /external/bison/lib/
sys_stat.in.h 636 /* The system headers define _stati64 to _stat64. */
637 # undef _stat64
638 # define _stat64(name, st) rpl_stat (name, st)
646 /* The system headers define _stati64 to _stat64. */
647 # undef _stat64
648 # define _stat64(name, st) rpl_stat (name, st)
660 /* The system headers define stat to _stat64. */
661 # undef _stat64
662 # define _stat64(name, st) rpl_stat (name, st)
  /external/bison/darwin-lib/sys/
stat.h 948 /* The system headers define _stati64 to _stat64. */
949 # undef _stat64 macro
950 # define _stat64(name, st) rpl_stat (name, st) macro
958 /* The system headers define _stati64 to _stat64. */
959 # undef _stat64 macro
960 # define _stat64(name, st) rpl_stat (name, st) macro
972 /* The system headers define stat to _stat64. */
973 # undef _stat64 macro
974 # define _stat64(name, st) rpl_stat (name, st) macro
    [all...]
  /external/bison/linux-lib/sys/
stat.h 948 /* The system headers define _stati64 to _stat64. */
949 # undef _stat64
950 # define _stat64(name, st) rpl_stat (name, st)
958 /* The system headers define _stati64 to _stat64. */
959 # undef _stat64
960 # define _stat64(name, st) rpl_stat (name, st)
972 /* The system headers define stat to _stat64. */
973 # undef _stat64
974 # define _stat64(name, st) rpl_stat (name, st)
    [all...]
  /external/lz4/programs/
bench.c 222 struct _stat64 statbuf;
223 r = _stat64(infilename, &statbuf);
fullbench.c 242 struct _stat64 statbuf;
243 r = _stat64(infilename, &statbuf);

Completed in 201 milliseconds