Home | History | Annotate | Download | only in time

Lines Matching defs:gmtptr

290 static struct state *  gmtptr;
293 static struct state *const gmtptr = &gmtmem;
1629 gmtptr = malloc(sizeof *gmtptr);
1631 if (gmtptr)
1632 gmtload(gmtptr);
1703 return gmtsub(gmtptr, timep, 0, tmp);
1844 result = timesub(timep, offset, gmtptr, tmp);
1852 result->TM_ZONE = UNCONST(offset ? wildabbr : gmtptr ?
1853 gmtptr->chars : utc);
1893 return gmtsub(gmtptr, timep, (int_fast32_t)offset, &tm);
2513 return time1(tmp, gmtsub, gmtptr, 0);
2582 return time1(tmp, gmtsub, gmtptr, (int_fast32_t)offset);