Home | History | Annotate | Download | only in tzcode

Lines Matching refs:gmtsub

152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
1396 ** SETNAME's type is intfast32_t for compatibility with gmtsub,
1412 return gmtsub(gmtptr, timep, 0, tmp);
1524 ** gmtsub is to gmtime as localsub is to localtime.
1528 gmtsub(struct state const *sp, time_t const *timep, int_fast32_t offset,
1554 return gmtsub(gmtptr, timep, 0, tmp);
1569 return gmtsub(gmtptr, timep, offset, &tm);
2127 return time1(tmp, gmtsub, gmtptr, 0);
2186 return time1(tmp, gmtsub, gmtptr, offset);