Home | History | Annotate | Download | only in tzcode

Lines Matching full:timesub

186 static struct tm *  timesub(const time_t * timep, int_fast32_t offset,
1353 ** timesub(&t, 0L, sp, tmp);
1355 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp);
1407 result = timesub(timep, offset, gmtptr, tmp);
1464 timesub(const time_t *const timep, const int_fast32_t offset,