OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__time64_t
(Results
1 - 6
of
6
) sorted by null
/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/
time.h
37
__MINGW_EXTENSION typedef __int64
__time64_t
;
typedef
45
typedef
__time64_t
time_t;
132
double __cdecl _difftime64(
__time64_t
_Time1,
__time64_t
_Time2);
133
_CRTIMP char *__cdecl _ctime64(const
__time64_t
*_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
134
_CRTIMP struct tm *__cdecl _gmtime64(const
__time64_t
*_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
135
_CRTIMP struct tm *__cdecl _localtime64(const
__time64_t
*_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
136
_CRTIMP
__time64_t
__cdecl _mktime64(struct tm *_Tm);
137
_CRTIMP
__time64_t
__cdecl _mkgmtime64(struct tm *_Tm);
138
_CRTIMP
__time64_t
__cdecl _time64(__time64_t *_Time)
[
all
...]
_mingw.h
473
__MINGW_EXTENSION typedef __int64
__time64_t
;
typedef
481
typedef
__time64_t
time_t;
Completed in 202 milliseconds