Searched refs:parentstat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3935 struct stat parentstat; local
3959 if (fstat(dirfd, &parentstat) == -1) {
3974 newmode = S_IWUSR | parentstat.st_mode;
4003 if (fchmod(dirfd, parentstat.st_mode) == -1) {
4023 times[0].tv_sec = parentstat.st_atime;
4025 times[1].tv_sec = parentstat.st_mtime;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8420 struct stat parentstat; local
8444 if (fstat(dirfd, &parentstat) == -1) {
8459 newmode = S_IWUSR | parentstat.st_mode;
8489 if (fchmod(dirfd, parentstat.st_mode) == -1) {
8512 times[0].tv_sec = parentstat.st_atime;
8514 times[1].tv_sec = parentstat.st_mtime;

Completed in 96 milliseconds