Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c125 long datechg; /* Date the password was changed (mmddyy) */ member
743 ppasswd->datechg = ((long)(ptm->tm_mon+1) * 10000L) + in applypasswd()
747 ppasswd->datechg = 0L; in applypasswd()
877 pwdinfo->datechg, in writeunformatted()
953 pwdinfo->datechg, pwdinfo->mindaystilchg, in writeformatted()