Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c186 static struct tm * timesub(const time_t * timep, int_fast32_t offset,
1343 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); in localsub()
1418 result = timesub(timep, offset, gmtptr, tmp); in gmtsub()
1494 timesub(const time_t * const timep, const int_fast32_t offset, in timesub() function