Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c131 long expdate; /* Date of expiration (mmddyy) */ member
759 ppasswd->expdate = ((long)(ptm->tm_mon+1) * 10000L) + in applypasswd()
763 ppasswd->expdate = 0L; in applypasswd()
886 pwdinfo->inactive, pwdinfo->expdate); in writeunformatted()
965 pwdinfo->inactive, pwdinfo->expdate); in writeformatted()