Searched refs:USE_LOCALTIME_RZ (Results 1 – 1 of 1) sorted by relevance
182 # define USE_LOCALTIME_RZ true macro184 # define USE_LOCALTIME_RZ false macro187 #if ! USE_LOCALTIME_RZ265 if (USE_LOCALTIME_RZ) { in gmtzinit()281 return USE_LOCALTIME_RZ ? localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp); in my_gmtime_r()
Completed in 5 milliseconds