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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c97 struct stat srcStatbuf; local
115 if (fstat(srcFd, &srcStatbuf) != 0) {
128 * --> use the mode of the source (srcStatbuf.st_mode) but mask off all
143 a_mode = (srcStatbuf.st_mode & S_IAMB);
163 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0);
216 times.actime = srcStatbuf.st_atime;
217 times.modtime = srcStatbuf.st_mtime;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c87 struct stat srcStatbuf; local
104 if (fstat(srcFd, &srcStatbuf) != 0) {
113 srcStatbuf.st_mode);
133 srcStatbuf.st_mode);
146 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0);
158 times.actime = srcStatbuf.st_atime;
159 times.modtime = srcStatbuf.st_mtime;

Completed in 245 milliseconds