Searched refs:yp_host (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/passwd/
H A Dpasswd.c59 static char *yp_host; variable
82 yp_host = optarg;
156 pam_err = pam_set_data(pamh, "yp_server", yp_host, NULL);
/freebsd-11-stable/usr.bin/chpass/
H A Dchpass.c89 const char *yp_domain = NULL, *yp_host = NULL; local
121 yp_host = optarg;
162 ypclnt = ypclnt_new(yp_domain, "passwd.byname", yp_host);
243 ypclnt = ypclnt_new(yp_domain, "passwd.byname", yp_host);

Completed in 161 milliseconds