Lines Matching defs:passwd
62 #define passwd yp_passwd_rec
64 #undef passwd
79 errx(eval, "NIS passwd database unchanged");
83 getnewpasswd(struct passwd *pw, char **old_pass)
153 makeypp(struct yppasswd *ypp, struct passwd *pw)
168 ypgetpwnam(const char *nam, struct passwd *pwd)
177 reason = yp_match(domain, "master.passwd.byname", nam, namlen,
180 reason = yp_match(domain, "passwd.byname", nam, namlen,
223 struct passwd pwb, pwb2, *pw;
272 * Find the host for the passwd map; it should be running
275 if ((r = yp_master(domain, "passwd.byname", &master)) != 0)
324 master, "the master NIS passwd server.");
384 struct passwd *pw, pwb;
399 * Find the host for the passwd map; it should be running
402 if ((r = yp_master(domain, "passwd.byname", &master)) != 0) {
461 master, "the master NIS passwd server.");