Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dfile.c1064 struct stat stbuf, ar_stbuf; in writefile() local
1159 if (fstat(fd, &ar_stbuf) < 0) { in writefile()
1349 (void) chmod(name, ar_stbuf.st_mode & 0777); in writefile()
1350 if (chown(name, ar_stbuf.st_uid, ar_stbuf.st_gid) >= 0) in writefile()
1351 (void) chmod(name, ar_stbuf.st_mode & 07777); in writefile()