Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c97 struct stat srcStatbuf; in cppath() local
115 if (fstat(srcFd, &srcStatbuf) != 0) { in cppath()
143 a_mode = (srcStatbuf.st_mode & S_IAMB); in cppath()
163 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0); in cppath()
216 times.actime = srcStatbuf.st_atime; in cppath()
217 times.modtime = srcStatbuf.st_mtime; in cppath()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c87 struct stat srcStatbuf; in copyf() local
104 if (fstat(srcFd, &srcStatbuf) != 0) { in copyf()
113 srcStatbuf.st_mode); in copyf()
133 srcStatbuf.st_mode); in copyf()
146 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0); in copyf()
158 times.actime = srcStatbuf.st_atime; in copyf()
159 times.modtime = srcStatbuf.st_mtime; in copyf()