Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c232 static struct tm tmGlobal; variable
1366 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()