Searched refs:totalsecs (Results 1 – 2 of 2) sorted by relevance
77 void time_to_tm(time_t totalsecs, int offset, struct tm *result) in time_to_tm() argument82 days = totalsecs / SECS_PER_DAY; in time_to_tm()83 rem = totalsecs % SECS_PER_DAY; in time_to_tm()
182 void time_to_tm(time_t totalsecs, int offset, struct tm *result);