Searched refs:WEEK_INT (Results 1 – 1 of 1) sorted by relevance
51 #define WEEK_INT (86400 * 7) macro71 if (secs >= WEEK_INT) { in interval_string()72 num = secs / WEEK_INT; in interval_string()73 secs -= num*WEEK_INT; in interval_string()