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

/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c72 struct stat osbuf, sbuf, oshdbuf, shdbuf; local
87 if (stat(passwd, &osbuf) < 0) {
117 if (chmod(ptemp, (osbuf.st_mode & 0644)) < 0) {
127 if (((osbuf.st_gid != sbuf.st_gid) ||
128 (osbuf.st_uid != sbuf.st_uid)) &&
129 (chown(passwd, osbuf.st_uid, osbuf.st_gid) < 0)) {
152 if (chmod(ptemp, (osbuf.st_mode & 0644)) < 0) {
167 if (((osbuf.st_gid != sbuf.st_gid) ||
168 (osbuf
[all...]

Completed in 62 milliseconds