HomeSort by: relevance | last modified time | path
    Searched defs:timesub (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
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 *
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 *

Completed in 57 milliseconds