Searched refs:timesub (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 243 static struct tm * timesub P((const time_t * timep, long offset, 1416 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); 1471 result = timesub(timep, offset, gmtptr, tmp); 1545 timesub(timep, offset, sp, tmp) in timesub() function
|