Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c153 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
1646 result = timesub(&t, ttisp->tt_utoff, sp, tmp); in localsub()
1715 result = timesub(timep, offset, gmtptr, tmp); in gmtsub()
1783 timesub(const time_t *timep, int_fast32_t offset, in timesub() function