Searched defs:passwd (Results 1 – 14 of 14) sorted by relevance
38 struct passwd { struct40 char *pw_passwd; /* encrypted password */ argument54 struct passwd *getpwuid __P((uid_t)); argument
405 struct passwd { /* see getpwent(3) */ struct407 char *pw_passwd; argument408 int pw_uid;409 int pw_gid;410 int pw_quota;411 char *pw_comment;412 char *pw_gecos;413 char *pw_dir;414 char *pw_shell;
324 static struct passwd passwd; variable
18 static struct passwd passwd; variable
111 char *passwd, *getpass(); local
38 char passwd[64]; local
77 struct passwd *passwd, *getpwnam(); local
81 struct passwd *passwd, *getpwnam(); local
135 char user[64], passwd[64]; variable
432 int rsaencpwd_passwdok(name, passwd) in rsaencpwd_passwdok() argument
386 int passwdok(name, passwd) in passwdok() argument
128 register struct passwd *passwd; local
487 pass(passwd) in pass() argument
244 char passwd[15]; /* game password */ member