HomeSort by: relevance | last modified time | path
    Searched defs:writesize (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
test_tar_large.c 206 size_t writesize; local
240 writesize = filedatasize;
241 if ((int64_t)writesize > filesize)
242 writesize = (size_t)filesize;
243 assertA((int)writesize
244 == archive_write_data(a, filedata, writesize));
245 filesize -= writesize;
test_write_format_zip_large.c 322 size_t writesize, buffsize, s; local
362 writesize = nullsize;
363 if ((int64_t)writesize > filesize)
364 writesize = (size_t)filesize;
365 assertEqualIntA(a, (int)writesize,
366 (int)archive_write_data(a, nulldata, writesize));
367 filesize -= writesize;
  /src/sys/dev/flash/
flash.h 109 uint32_t writesize; member in struct:flash_interface
  /src/sbin/dump/
tape.c 60 int writesize; /* size of malloc()ed buffer for tape */ variable
125 writesize = ntrec * TP_BSIZE;
134 tenths = writesize / density +
143 xmalloc((unsigned)(reqsiz + writesize + pgoff + TP_BSIZE));
305 if (got < writesize) {
376 if (got != writesize) {
557 if (got != writesize) {
869 while (eot_count < 10 && size < writesize) {
873 writesize-size);
877 writesize-size)
    [all...]
  /src/libexec/ftpd/
extern.h 292 LLT writesize; /* data write size */ member in struct:ftpclass

Completed in 74 milliseconds