Lines Matching full:gmtptr
185 static struct state * gmtptr;
192 #define gmtptr (&gmtmem)
1361 gmtptr = malloc(sizeof *gmtptr);
1363 if (gmtptr != NULL)
1364 gmtload(gmtptr);
1366 result = timesub(timep, offset, gmtptr, tmp);
1373 tmp->TM_ZONE = offset ? wildabbr : gmtptr ? gmtptr->chars : gmt;
1806 ((funcp == localsub) ? lclptr : gmtptr);
1898 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr);