Searched refs:totalsecs (Results 1 – 2 of 2) sorted by relevance
47 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm() argument55 days = div_s64_rem(totalsecs, SECS_PER_DAY, &remainder); in time64_to_tm()
58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);