Searched defs:spwd (Results 1 – 2 of 2) sorted by relevance
39 struct spwd struct41 char *sp_namp; /* Login name. */42 char *sp_pwdp; /* Encrypted password. */43 long int sp_lstchg; /* Date of last change. */44 long int sp_min; /* Minimum number of days between changes. */45 long int sp_max; /* Maximum number of days between changes. */46 long int sp_warn; /* Number of days to warn user to change48 long int sp_inact; /* Number of days the account may be50 long int sp_expire; /* Number of days since 1970-01-01 until52 unsigned long int sp_flag; /* Reserved. */
624 static struct spwd spwd; in getspent() local639 static struct spwd spwd; in sgetspent() local
Completed in 5 milliseconds