Searched refs:writesize (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/SETUP/replacecontents/
H A Dreplacecontents.c49 ssize_t readsize, writesize; local
119 writesize = write(dstfd, newcontent, newcontentlength);
120 if (writesize == -1)
122 else if (writesize != newcontentlength)
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_tar_large.c222 size_t writesize; local
256 writesize = filedatasize;
257 if ((int64_t)writesize > filesize)
258 writesize = (size_t)filesize;
259 assertA((int)writesize
260 == archive_write_data(a, filedata, writesize));
261 filesize -= writesize;
/macosx-10.10/xar-254/xar/lib/
H A Dio.c257 int64_t readsize=0, writesize=0, inc = 0, this_write=0; local
317 writesize += written;
326 lseek(XAR(x)->heap_fd, -writesize, SEEK_CUR);
339 XAR(x)->heap_len += writesize;
370 lseek(XAR(x)->heap_fd, -writesize, SEEK_CUR);
371 XAR(x)->heap_len -= writesize;
391 lseek(XAR(x)->heap_fd, -writesize, SEEK_CUR);
393 XAR(x)->heap_len -= writesize;
422 asprintf(&tmpstr, "%"PRIu64, writesize);
543 int64_t fsize, inc = 0, seekoff, writesize local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexec.c810 int writesize = 1 << 13;
818 /* Distance to next multiple of writesize. */
819 nwrite = (((int) ptr + writesize) & -writesize) - (int) ptr;
808 int writesize = 1 << 13; local
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c2859 size_t writesize; local
2868 writesize = sizeof(attr_header_t);
2885 writesize = ATTR_BUF_SIZE;
2904 uio_addiov(auio, (uintptr_t)filehdr, writesize);

Completed in 222 milliseconds