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

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c252 static struct tm * timesub(const time_t * timep, long offset,
255 static void timesub(const time_t * timep, long offset,
1498 ** timesub(&t, 0L, sp, tmp);
1501 if (timesub(&t, ttisp->tt_gmtoff, sp, tmp) == NULL)
1504 timesub(&t, ttisp->tt_gmtoff, sp, tmp);
1625 if(timesub(timep, offset, gmtptr, tmp) == NULL)
1628 timesub(timep, offset, gmtptr, tmp);
1742 timesub(timep, offset, sp, tmp) function
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c174 static struct tm * timesub(const time_t * timep, long offset,
1312 ** timesub(&t, 0L, sp, tmp);
1314 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp);
1363 result = timesub(timep, offset, gmtptr, tmp);
1431 timesub(timep, offset, sp, tmp) function

Completed in 94 milliseconds