Lines Matching defs:passwd
69 struct passwd nouser = {
209 char user[64], passwd[64];
210 struct passwd *pw, *getpwnam();
230 /* force a delay if passwd bad */
311 sprintf(passwd, "-h%s", inet_ntoa(sinp->sin_addr));
312 execl(UUCICO, "uucico", passwd, (char *)0);
426 struct passwd *pw;
521 static char passwd[64];
545 if (readline(passwd, sizeof (passwd)) < 0) {
546 fprintf(stderr, "passwd read\n");
549 temp = passwd;