Searched refs:SEC_PER_MIN (Results 1 – 2 of 2) sorted by relevance
28 #define SEC_PER_MIN ((time_t)60) macro29 #define SEC_PER_HOUR ((time_t)60 * SEC_PER_MIN)
288 min = epoch / SEC_PER_MIN; in gmtime_r()289 epoch -= SEC_PER_MIN * min; in gmtime_r()
Completed in 7 milliseconds