Searched refs:acwarntime (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-passwd.c136 quad_t pwtimeleft, actimeleft, daysleft, pwwarntime, acwarntime; local
138 pwwarntime = acwarntime = TWO_WEEKS;
146 acwarntime = login_getcaptime(lc, "expire-warn", TWO_WEEKS,
157 if (actimeleft != 0 && actimeleft < acwarntime) {

Completed in 169 milliseconds