/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
time_s.h | 47 __CRT_INLINE errno_t __cdecl gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime32_s(_Tm, _Time); } function 51 __CRT_INLINE errno_t __cdecl gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime64_s(_Tm, _Time); } function
|
/external/fmtlib/fmt/ |
time.h | 62 inline Null<> gmtime_s(...) { return Null<>(); } function in namespace:fmt::internal 119 return fallback(gmtime_s(&tm_, &time_));
|
/external/boringssl/src/crypto/asn1/ |
time_support.c | 71 if (gmtime_s(result, time)) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
time.h | 227 __forceinline errno_t __cdecl gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime32_s(_Tm, _Time); } function 232 __forceinline errno_t __cdecl gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime64_s(_Tm, _Time); } function 273 return gmtime_s(_Tm, _Time) ? NULL : _Tm;
|
/external/libmicrohttpd/src/microhttpd/ |
connection.c | 572 if (0 == gmtime_s (&now, &t)) [all...] |
/external/google-breakpad/src/processor/ |
minidump.cc | 373 gmtime_s(×truct, &tt); [all...] |
/external/libmicrohttpd/ |
configure | [all...] |