Home
last modified time | relevance | path

Searched refs:copyFile (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c146 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()
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c163 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0); in cppath()
/titanic_41/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h232 extern int copyFile __P((int, int, char *, char *, struct stat *, long));