| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_newcid_test.c | 59 size_t bytesread; local 82 &bytesread))) 90 if (!TEST_mem_eq(msg, msglen, buf, bytesread)) 121 if (!TEST_mem_eq(msg, msglen, buf, bytesread)) 129 &bytesread))) 133 if (!TEST_size_t_eq(bytesread, 0)) 136 if (!TEST_mem_eq(msg, msglen, buf, bytesread))
|
| quicfaultstest.c | 32 size_t bytesread; local 48 if (!TEST_true(ossl_quic_tserver_read(qtserv, 0, buf, sizeof(buf), &bytesread))) 56 if (!TEST_mem_eq(msg, msglen, buf, bytesread)) 270 size_t bytesread, byteswritten; local 350 if (!TEST_true(SSL_read_ex(cssl, buf, sizeof(buf), &bytesread))) 353 if (!TEST_mem_eq(msg, msglen, buf, bytesread))
|
| /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/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/ |
| tio.c | 80 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,
|
| /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,
|
| /src/external/gpl2/grep/dist/src/ |
| grep.c | 423 ssize_t bytesread; local 424 while ((bytesread = read (bufdesc, readbuf, readsize)) < 0 427 if (bytesread < 0) 430 fillsize = bytesread;
|