Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c199 copyFile(int a_srcFd, int a_dstFd, char *a_srcPath, char *a_dstPath, in copyFile() argument
294 if (vfpSafeWrite(a_dstFd, buf, (size_t)n) != n) { in copyFile()
313 nbytes = write(a_dstFd, cp, mapsize); in copyFile()
326 nbytes = write(a_dstFd, in copyFile()