Searched refs:newshadowfile (Results 1 – 1 of 1) sorted by relevance
101 char newshadowfile[FILENAME_MAX]; in changepasswd() local180 strcpy(newshadowfile, shadow_file); in changepasswd()181 strcat(newshadowfile, ".ptmp"); in changepasswd()257 if ((nspfd = open(newshadowfile, O_WRONLY | O_CREAT | O_EXCL, in changepasswd()266 newshadowfile); in changepasswd()277 newshadowfile); in changepasswd()674 if (rename(newshadowfile, shadow_file) < 0) { in changepasswd()751 unlink(newshadowfile); in changepasswd()