Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c160 static struct state * gmtptr; variable
167 static struct state *const gmtptr = &gmtmem; variable
1504 gmtptr = malloc(sizeof *gmtptr); in gmtcheck()
1506 if (gmtptr) in gmtcheck()
1507 gmtload(gmtptr); in gmtcheck()
1575 return gmtsub(gmtptr, timep, 0, tmp); in localsub()
1715 result = timesub(timep, offset, gmtptr, tmp); in gmtsub()
1723 (offset ? wildabbr : gmtptr ? gmtptr->chars : utc)); in gmtsub()
1736 return gmtsub(gmtptr, timep, 0, tmp); in gmtime_r()
1758 return gmtsub(gmtptr, timep, offset, &tm); in offtime()
[all …]