HomeSort by: relevance | last modified time | path
    Searched refs:oldpwdfile (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 159 static char oldpwdfile[MAX(MAXPATHLEN, LINE_MAX * 2)]; variable
397 (void)snprintf(oldpwdfile, sizeof(oldpwdfile), "%s.orig",
399 if ((tfd = open(oldpwdfile, O_WRONLY | O_CREAT | O_EXCL,
401 mkpw_error("Cannot create `%s'", oldpwdfile);
404 mkpw_error("Cannot fdopen `%s'", oldpwdfile);
440 wr_error(oldpwdfile);
560 wr_error(oldpwdfile);
562 wr_error(oldpwdfile);
563 install(oldpwdfile, _PATH_PASSWD)
    [all...]

Completed in 59 milliseconds