Home | History | Annotate | Download | only in libcutils

Lines Matching refs:gmtptr

221 static struct state *	gmtptr;
226 #define gmtptr (&gmtmem)
1318 gmtptr = (struct state *) malloc(sizeof *gmtptr);
1319 if (gmtptr != NULL)
1321 gmtload(gmtptr);
1323 result = timesub(timep, offset, gmtptr, tmp);
1334 if (gmtptr == NULL)
1336 else tmp->TM_ZONE = gmtptr->chars;
1339 tmp->TM_ZONE = gmtptr->chars;