Searched refs:totalsecs (Results 1 – 1 of 1) sorted by relevance
208 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);218 static inline void time_to_tm(time_t totalsecs, int offset, struct tm *result) in time_to_tm() argument220 time64_to_tm(totalsecs, offset, result); in time_to_tm()