Home
last modified time | relevance | path

Searched refs:WEEK_INT (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/e2p/
Dls.c53 #define WEEK_INT (86400 * 7) macro
73 if (secs >= WEEK_INT) { in interval_string()
74 num = secs / WEEK_INT; in interval_string()
75 secs -= num*WEEK_INT; in interval_string()