Home
last modified time | relevance | path

Searched refs:USE_LOCALTIME_RZ (Results 1 – 1 of 1) sorted by relevance

/timezone/
A Dzdump.c182 # define USE_LOCALTIME_RZ true macro
184 # define USE_LOCALTIME_RZ false macro
187 #if ! USE_LOCALTIME_RZ
265 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