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

/freebsd-10.0-release/crypto/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 74 milliseconds