Home | History | Annotate | Download | only in openssh

Lines Matching refs:DAY

39 #ifdef DAY
40 # undef DAY
42 #define DAY (24L * 60 * 60) /* 1 day in seconds */
48 * occurs the day after the day specified.
62 today = time(NULL) / DAY;
75 "Your account will expire in %d day%s.\n", daysleft,
101 today = time(NULL) / DAY;
135 "Your password will expire in %d day%s.\n", daysleft,