localtime.c | 285 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *, 1777 ** timesub(&t, 0L, sp, tmp); 1779 result = timesub(&t, ttisp->tt_utoff, sp, tmp); 1844 result = timesub(timep, offset, gmtptr, tmp); 1926 timesub(const time_t *timep, int_fast32_t offset, function in typeref:struct:tm *
|