Searched refs:tmGlobal (Results 1 – 1 of 1) sorted by relevance
232 static struct tm tmGlobal; variable1366 return localtime_r(timep, &tmGlobal); in localtime()1421 return gmtime_r(timep, &tmGlobal); in gmtime()1445 return gmtsub(timep, offset, &tmGlobal, NULL); // android-changed: extra parameter. in offtime()