passwd50
struct passwd50 *
getpwnam_r(const char *name , struct passwd50 *p, char *buf, size_t len,
struct passwd50 **q)
getpwuid_r(uid_t uid, struct passwd50 *p, char *buf, size_t len,
struct passwd50 **q)
struct passwd50 *
pw_scan(char *buf, struct passwd50 *p, int *flags)
getpwent_r(struct passwd50 *p, char *buf, size_t len, struct passwd50 **q)
static struct passwd50 * (*__getpwnamf)(const char *);
static struct passwd50 * (*__getpwuidf)(uid_t);
struct passwd50 *p = (*__getpwnamf)(name);
struct passwd50 *p = (*__getpwuidf)(uid);
struct passwd50 * (*getpwnamf)(const char *),
struct passwd50 * (*getpwuidf)(uid_t))
static struct passwd50 *
struct passwd50 *q = (void *)p;
struct passwd50 *
passwd_to_passwd50(const struct passwd *p, struct passwd50 *q)
passwd50_to_passwd(const struct passwd50 *p, struct passwd *q)
struct passwd50 *getpwuid(uid_t);
struct passwd50 *getpwnam(const char *);
int getpwnam_r(const char *, struct passwd50 *, char *, size_t,
struct passwd50 **);
int getpwuid_r(uid_t, struct passwd50 *, char *, size_t,
struct passwd50 **);
struct passwd50 *getpwent(void);
int pw_scan(char *, struct passwd50 *, int *);
int getpwent_r(struct passwd50 *, char *, size_t, struct passwd50 **);
struct passwd50 * (*)(const char *), struct passwd50 * (*)(uid_t));
pw_getpwconf(char *buf, size_t len, const struct passwd50 *p, const char *opt)
login_getpwclass(const struct passwd50 *pw50)
setusercontext(login_cap_t *lc, struct passwd50 *pw50, uid_t uid, u_int flags)
pw_scan(char *buf, struct passwd50 *p, int *flags)
pw_copy(int ffd, int tfd, struct passwd50 *pw50, struct passwd50 *opw50)
pw_copyx(int ffd, int tfd, struct passwd50 *pw50, struct passwd50 *opw50,
pw_getpwconf(char *buf, size_t len, const struct passwd50 *p, const char *opt)
struct passwd50;
login_cap_t *login_getpwclass(const struct passwd50 *);
int setusercontext(login_cap_t *, struct passwd50 *, uid_t, u_int);
struct passwd50;
void pw_copy(int, int, struct passwd50 *, struct passwd50 *);
int pw_copyx(int, int, struct passwd50 *, struct passwd50 *,
void pw_getpwconf(char *, size_t, const struct passwd50 *,