Home | History | Annotate | Download | only in tzcode

Lines Matching full:gmtptr

188 static struct state *	gmtptr;
195 #define gmtptr (&gmtmem)
1358 gmtptr = (struct state *) malloc(sizeof *gmtptr);
1359 if (gmtptr != NULL)
1361 gmtload(gmtptr);
1363 result = timesub(timep, offset, gmtptr, tmp);
1374 if (gmtptr == NULL)
1376 else tmp->TM_ZONE = gmtptr->chars;
1379 tmp->TM_ZONE = gmtptr->chars;
1820 ((funcp == localsub) ? lclptr : gmtptr);
1914 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr);