Home
last modified time | relevance | path

Searched defs:spwd (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dshadow.h39 struct spwd struct
41 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 change
48 long int sp_inact; /* Number of days the account may be
50 long int sp_expire; /* Number of days since 1970-01-01 until
52 unsigned long int sp_flag; /* Reserved. */
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c624 static struct spwd spwd; in getspent() local
639 static struct spwd spwd; in sgetspent() local

Completed in 5 milliseconds