Searched refs:timesub (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 157 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *, 1468 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); in localsub() 1533 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1587 timesub(const time_t *timep, int_fast32_t offset, in timesub() function
|