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

/netbsd-current/usr.bin/gzip/
H A Dunpack.c153 ssize_t bytesread; /* Bytes read from the file */ local
161 bytesread = read(in, hdr + prelen, PACK_HEADER_LENGTH - prelen);
162 if (bytesread < 0)
164 infile_newdata(bytesread);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c80 size_t bytesread; member in struct:tio_fileinfo
155 fp->bytesread = 0;
287 fp->bytesread += rv;
486 fprintf(stderr, "DEBUG_TIO_STATS READ=%d WRITTEN=%d\n", fp->bytesread,
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddbghelp_types.d213 DWORD *bytesread;
H A Dstacktrace.d340 *p.bytesread = 0x1C;
/netbsd-current/external/gpl2/grep/dist/src/
H A Dgrep.c423 ssize_t bytesread; local
424 while ((bytesread = read (bufdesc, readbuf, readsize)) < 0
427 if (bytesread < 0)
430 fillsize = bytesread;
/netbsd-current/sys/fs/hfs/
H A Dlibhfs.c554 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 106 milliseconds