Home
last modified time | relevance | path

Searched refs:bytesread (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/gzip/
H A Dunpack.c153 ssize_t bytesread; /* Bytes read from the file */ in unpack_parse_header() local
161 bytesread = read(in, hdr + prelen, PACK_HEADER_LENGTH - prelen); in unpack_parse_header()
162 if (bytesread < 0) in unpack_parse_header()
164 infile_newdata(bytesread); in unpack_parse_header()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c80 size_t bytesread; member
155 fp->bytesread = 0; in tio_fdopen()
287 fp->bytesread += rv; in tio_read()
486 fprintf(stderr, "DEBUG_TIO_STATS READ=%d WRITTEN=%d\n", fp->bytesread, in tio_close()
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c423 ssize_t bytesread; in fillbuf() local
424 while ((bytesread = read (bufdesc, readbuf, readsize)) < 0 in fillbuf()
427 if (bytesread < 0) in fillbuf()
430 fillsize = bytesread; in fillbuf()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddbghelp_types.d213 DWORD *bytesread; variable
H A Dstacktrace.d340 *p.bytesread = 0x1C; in FixupDebugHeader()
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c554 uint64_t bytesread; in hfslib_find_catalog_record_with_key() local
602 &bytesread,in_vol->chr.node_size, curnode * in_vol->chr.node_size, in hfslib_find_catalog_record_with_key()
695 uint64_t bytesread; in hfslib_find_extent_record_with_key() local
728 if (hfslib_readd_with_extents(in_vol, buffer, &bytesread, in hfslib_find_extent_record_with_key()
931 uint64_t bytesread; in hfslib_get_directory_contents() local
973 if (hfslib_readd_with_extents(in_vol, buffer, &bytesread, in hfslib_get_directory_contents()