Searched refs:WEEK_INT (Results 1 – 1 of 1) sorted by relevance
53 #define WEEK_INT (86400 * 7) macro73 if (secs >= WEEK_INT) { in interval_string()74 num = secs / WEEK_INT; in interval_string()75 secs -= num*WEEK_INT; in interval_string()