Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c256 static struct state * gmtptr; variable
263 #define gmtptr (&gmtmem) macro
1466 gmtptr = (struct state *) malloc(sizeof *gmtptr);
1467 if (gmtptr != NULL)
1469 gmtload(gmtptr);
1471 result = timesub(timep, offset, gmtptr, tmp);
1482 if (gmtptr == NULL)
1484 else tmp->TM_ZONE = gmtptr->chars;
1487 tmp->TM_ZONE = gmtptr->chars;
1948 lclptr : gmtptr);
[all …]