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

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

Completed in 201 milliseconds