Searched refs:copyFile (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | copyf.c | 146 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0); in copyf() 199 copyFile(int a_srcFd, int a_dstFd, char *a_srcPath, char *a_dstPath, in copyFile() function 500 n = copyFile(fd, tmpFd, a_path, template, &statbuf, 0L); in openLocal()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | cppath.c | 163 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0); in cppath()
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 235 extern int copyFile __P((int, int, char *, char *, struct stat *, long));
|