Searched refs:timesub (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c208 static struct tm * timesub(const time_t * timep, long offset,
1424 ** timesub(&t, 0L, sp, tmp);
1426 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp);
1513 result = timesub(timep, offset, gmtptr, tmp);
1613 timesub(timep, offset, sp, tmp) function

Completed in 54 milliseconds