Searched refs:passfile (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h57 extern char *passfile;
H A Dyppasswdd_server.c495 passfile = passfile_default;
608 passfile = (char *)&passfile_buf;
616 "%s.hold", passfile);
622 if (pw_init(dirname(passfile), passfile)) {
641 if (rename(passfile, passfile_hold) == -1) {
643 yp_error("rename of %s to %s failed", passfile,
648 if (strcmp(passfile, _PATH_MASTERPASSWD) == 0) {
656 rename(passfile_hold, passfile);
664 if (rename(pw_tempname(), passfile)
[all...]
H A Dyppasswdd_main.c95 char *passfile; variable
/freebsd-11-stable/libexec/mknetid/
H A Dmknetid.c67 char *passfile = _PATH_PASSWD; variable
121 passfile = optarg;
151 if ((pfp = fopen(passfile, "r")) == NULL) {
152 err(1, "%s", passfile);

Completed in 118 milliseconds