Searched defs:passwd (Results 1 – 5 of 5) sorted by relevance
50 struct passwd { struct52 char *pw_passwd; /* encrypted password */ argument62 struct passwd *getpwuid (uid_t); argument
17 struct passwd { struct19 char *pw_passwd; argument26 typedef struct passwd passwd; argument
48 struct passwd { struct50 string pw_passwd<>; /* encrypted password */ argument60 passwd newpw; /* new passwd entry */ argument
50 struct passwd struct53 char *pw_passwd; /* Password. */ argument54 __uid_t pw_uid; /* User ID. */55 __gid_t pw_gid; /* Group ID. */56 char *pw_gecos; /* Real name. */57 char *pw_dir; /* Home directory. */58 char *pw_shell; /* Shell program. */
414 unsigned char passwd[511]; /* List of passwords */ member