Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c287 static struct tm tmGlobal; variable
1429 return localtime_r(timep, &tmGlobal);
1498 return gmtime_r(timep, &tmGlobal);
1526 return gmtsub(timep, offset, &tmGlobal);