HomeSort by: relevance | last modified time | path
    Searched refs:bytesread (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
unpack.c 173 ssize_t bytesread; /* Bytes read from the file */ local
189 bytesread = read(in, hdr + copysize, PACK_HEADER_LENGTH - copysize);
190 if (bytesread < 0)
192 infile_newdata(bytesread);
  /src/sys/fs/hfs/
libhfs.c 554 uint64_t bytesread; local
602 &bytesread,in_vol->chr.node_size, curnode * in_vol->chr.node_size,
695 uint64_t bytesread; local
728 if (hfslib_readd_with_extents(in_vol, buffer, &bytesread,
931 uint64_t bytesread; local
973 if (hfslib_readd_with_extents(in_vol, buffer, &bytesread,

Completed in 20 milliseconds