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

  /src/usr.bin/gzip/
unpack.c 153 ssize_t bytesread; /* Bytes read from the file */ local in function:unpack_parse_header
161 bytesread = read(in, hdr + prelen, PACK_HEADER_LENGTH - prelen);
162 if (bytesread < 0)
164 infile_newdata(bytesread);
  /src/sys/fs/hfs/
libhfs.c 554 uint64_t bytesread; local in function:hfslib_find_catalog_record_with_key
602 &bytesread,in_vol->chr.node_size, curnode * in_vol->chr.node_size,
695 uint64_t bytesread; local in function:hfslib_find_extent_record_with_key
728 if (hfslib_readd_with_extents(in_vol, buffer, &bytesread,
931 uint64_t bytesread; local in function:hfslib_get_directory_contents
973 if (hfslib_readd_with_extents(in_vol, buffer, &bytesread,

Completed in 15 milliseconds