Searched defs:spwd (Results 1 – 1 of 1) sorted by relevance
28 struct spwd { struct29 char *sp_namp; /* Login name */30 char *sp_pwdp; /* Encrypted password */31 long sp_lstchg; /* Date of last change */32 long sp_min; /* Minimum number of days between changes */33 long sp_max; /* Maximum number of days between changes */34 long sp_warn; /* Number of days to warn user to change the password */35 long sp_inact; /* Number of days the account may be inactive */36 long sp_expire; /* Number of days since 1970-01-01 until account expires */37 unsigned long sp_flag; /* Reserved */