Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucbcmd/vipw/
H A Dvipw.c59 char *stemp = "/etc/stmp"; variable
141 if (copyfile(shadow, stemp)) in main()
143 if (stat(stemp, &shdbuf) < 0) { in main()
149 if (editfile(editor, stemp, shadow, &o_mtime)) in main()
157 if (chmod(stemp, (oshdbuf.st_mode & 0400)) < 0) { in main()
158 (void) fprintf(stderr, "vipw: %s: ", stemp); in main()
173 if (rename(stemp, shadow) < 0) { in main()
174 (void) fprintf(stderr, "vipw: %s: ", stemp); in main()
180 (void) fprintf(stderr, "vipw: %s ", stemp); in main()
187 (void) unlink(stemp); in main()