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