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

/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c105 char tmpadjunctfile[FILENAME_MAX]; local
640 strcpy(tmpadjunctfile, adjunct_file);
641 strcat(tmpadjunctfile, "-");
691 if (rename(adjunct_file, tmpadjunctfile) < 0) {
709 if (rename(tmpadjunctfile, adjunct_file) < 0) {
732 unlink(tmpadjunctfile);

Completed in 41 milliseconds