Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dvfpops.c763 result = vfpSafeWrite(fd, a_vfp->_vfpStart, len); in vfpWriteToFile()
1203 vfpSafeWrite(int a_fildes, void *a_buf, size_t a_nbyte) in vfpSafeWrite() function
H A Dmapfile-vers176 vfpSafeWrite;
H A Dpkglib.h521 extern ssize_t vfpSafeWrite(int a_fildes, void *a_buf, size_t a_nbyte);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c294 if (vfpSafeWrite(a_dstFd, buf, (size_t)n) != n) { in copyFile()