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

  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 160 static char oldpwdfile[MAX(MAXPATHLEN, LINE_MAX * 2)]; variable in typeref:typename:char[]
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)
    [all...]

Completed in 14 milliseconds