11 #include <bits/alltypes.h>
13 #define SHADOW "/etc/shadow"
24 unsigned long sp_flag
;
29 struct spwd
*getspent(void);
30 struct spwd
*fgetspent(FILE *);
31 struct spwd
*sgetspent(const char *);
32 int putspent(const struct spwd
*, FILE *);
34 struct spwd
*getspnam(const char *);
35 int getspnam_r(const char *, struct spwd
*, char *, size_t, struct spwd
**);