Searched defs:stemp (Results 1 - 1 of 1) sorted by relevance

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

Completed in 55 milliseconds