Searched refs:stemp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/ucbcmd/vipw/ |
H A D | vipw.c | 57 char *stemp = "/etc/stmp"; variable 139 if (copyfile(shadow, stemp)) in main() 141 if (stat(stemp, &shdbuf) < 0) { in main() 147 if (editfile(editor, stemp, shadow, &o_mtime)) in main() 155 if (chmod(stemp, (oshdbuf.st_mode & 0400)) < 0) { in main() 156 (void) fprintf(stderr, "vipw: %s: ", stemp); in main() 171 if (rename(stemp, shadow) < 0) { in main() 172 (void) fprintf(stderr, "vipw: %s: ", stemp); in main() 178 (void) fprintf(stderr, "vipw: %s ", stemp); in main() 185 (void) unlink(stemp); in main()
|