Home
last modified time | relevance | path

Searched refs:tmpshadowfile (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c104 char tmpshadowfile[FILENAME_MAX]; in changepasswd() local
636 strcpy(tmpshadowfile, shadow_file); in changepasswd()
637 strcat(tmpshadowfile, "-"); in changepasswd()
664 if (rename(shadow_file, tmpshadowfile) < 0) { in changepasswd()
677 if (rename(tmpshadowfile, shadow_file) < 0) { in changepasswd()
730 unlink(tmpshadowfile); in changepasswd()