Searched defs:localtime_r (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtime.h174 #ifndef localtime_r
175 #define localtime_r(_Time, _Tm) ({ struct tm *___tmp_tm = \ macro
208 #ifndef localtime_r
209 #define localtime_r(_Time, _Tm) (localtime ((_Time)) ? *(_Tm) = *localtime ((_Time),(_Tm)) : 0) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtime.h174 #ifndef localtime_r
175 #define localtime_r(_Time, _Tm) ({ struct tm *___tmp_tm = \ macro
208 #ifndef localtime_r
209 #define localtime_r(_Time, _Tm) (localtime ((_Time)) ? *(_Tm) = *localtime ((_Time),(_Tm)) : 0) macro

Completed in 100 milliseconds