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

/freebsd-9.3-release/contrib/cvs/src/
H A Dlogin.c42 char *passfile; local
45 if ((passfile = getenv ("CVS_PASSFILE")) != NULL)
46 return xstrdup (passfile);
64 passfile = strcat_filename_onto_homedir (homedir, CVS_PASSWORD_FILE);
67 if (isfile (passfile))
69 chmod (passfile, 0600);
71 return passfile;
287 char *passfile; local
312 passfile = construct_cvspass_filename ();
313 fp = CVS_FOPEN (passfile, "
[all...]
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h57 extern char *passfile;
H A Dyppasswdd_server.c476 passfile = passfile_default;
589 passfile = (char *)&passfile_buf;
597 "%s.hold", passfile);
603 if (pw_init(dirname(passfile), passfile)) {
622 if (rename(passfile, passfile_hold) == -1) {
624 yp_error("rename of %s to %s failed", passfile,
629 if (strcmp(passfile, _PATH_MASTERPASSWD) == 0) {
637 rename(passfile_hold, passfile);
645 if (rename(pw_tempname(), passfile)
[all...]
H A Dyppasswdd_main.c94 char *passfile; variable
/freebsd-9.3-release/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 108 milliseconds