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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 72 __time64_t st_atime;
73 __time64_t st_mtime;
74 __time64_t st_ctime;
86 __time64_t st_atime;
87 __time64_t st_mtime;
88 __time64_t st_ctime;
time.h 37 __MINGW_EXTENSION typedef __int64 __time64_t; typedef
45 typedef __time64_t time_t;
139 double __cdecl _difftime64(__time64_t _Time1,__time64_t _Time2);
140 _CRTIMP char *__cdecl _ctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
141 errno_t __cdecl _ctime64_s (char *_Buf,size_t _SizeInBytes,const __time64_t *_Time);
142 _CRTIMP struct tm *__cdecl _gmtime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
143 _CRTIMP errno_t __cdecl _gmtime64_s (struct tm *_Tm,const __time64_t *_Time);
144 _CRTIMP struct tm *__cdecl _localtime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
145 _CRTIMP errno_t __cdecl _localtime64_s (struct tm *_Tm,const __time64_t *_Time)
    [all...]
io.h 46 __time64_t time_create;
47 __time64_t time_access;
48 __time64_t time_write;
55 __time64_t time_create;
56 __time64_t time_access;
57 __time64_t time_write;
105 __time64_t time_create;
106 __time64_t time_access;
107 __time64_t time_write;
114 __time64_t time_create
    [all...]
wchar.h 96 __time64_t time_create;
97 __time64_t time_access;
98 __time64_t time_write;
105 __time64_t time_create;
106 __time64_t time_access;
107 __time64_t time_write;
    [all...]
crtdefs.h 123 __MINGW_EXTENSION typedef __int64 __time64_t; typedef
138 typedef __time64_t time_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 37 __MINGW_EXTENSION typedef __int64 __time64_t; typedef
45 typedef __time64_t time_t;
70 __time64_t time;
utime.h 43 __MINGW_EXTENSION typedef __int64 __time64_t; typedef
51 typedef __time64_t time_t;
69 __time64_t actime;
70 __time64_t modtime;
types.h 29 typedef __int64 __time64_t; typedef
37 typedef __time64_t time_t;
stat.h 40 __MINGW_EXTENSION typedef __int64 __time64_t; typedef
48 typedef __time64_t time_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
time_s.h 23 errno_t __cdecl _ctime64_s (char *_Buf,size_t _SizeInBytes,const __time64_t *_Time);
24 errno_t __cdecl _gmtime64_s (struct tm *_Tm,const __time64_t *_Time);
25 errno_t __cdecl _localtime64_s (struct tm *_Tm,const __time64_t *_Time);
33 errno_t __cdecl _wctime64_s (wchar_t *_Buf,size_t _SizeInWords,const __time64_t *_Time);
wchar_s.h 145 errno_t __cdecl _wctime64_s (wchar_t *_Buf,size_t _SizeInWords,const __time64_t *_Time);

Completed in 137 milliseconds