Searched refs:ar_stbuf (Results 1 – 1 of 1) sorted by relevance
1064 struct stat stbuf, ar_stbuf; in writefile() local1159 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()