Home | History | Annotate | Download | only in pwd_mkdb

Lines Matching defs:oldpwdfile

160 static char	oldpwdfile[MAX(MAXPATHLEN, LINE_MAX * 2)];
398 (void)snprintf(oldpwdfile, sizeof(oldpwdfile), "%s.orig",
400 if ((tfd = open(oldpwdfile, O_WRONLY | O_CREAT | O_EXCL,
402 mkpw_error("Cannot create `%s'", oldpwdfile);
405 mkpw_error("Cannot fdopen `%s'", oldpwdfile);
441 wr_error(oldpwdfile);
561 wr_error(oldpwdfile);
563 wr_error(oldpwdfile);
564 install(oldpwdfile, _PATH_PASSWD);
719 rm(oldpwdfile);