Home | History | Annotate | Download | only in tzcode

Lines Matching refs:gmtsub

145 static struct tm *	gmtsub(const time_t * timep, int_fast32_t offset,
1267 return gmtsub(timep, offset, tmp);
1349 ** gmtsub is to gmtime as localsub is to localtime.
1353 gmtsub(const time_t *const timep, const int_fast32_t offset,
1381 return gmtsub(timep, 0L, &tm);
1391 return gmtsub(timep, 0L, tmp);
1399 return gmtsub(timep, offset, &tm);
1953 return time1(tmp, gmtsub, 0L);
1961 return time1(tmp, gmtsub, offset);