| /src/external/mit/libuv/dist/test/ |
| test-udp-mmsg.c | 40 static int read_bytes; variable 77 read_bytes += nread; 144 ASSERT_EQ(read_bytes, NUM_SENDS * 4); /* we're sending 4 bytes per datagram */
|
| /src/sys/dev/ic/ |
| am79c930var.h | 59 void (*read_bytes)(struct am79c930_softc *, u_int32_t, u_int8_t *, size_t); member in struct:am79c930_ops
|
| awivar.h | 125 ((sc)->sc_chip.sc_ops->read_bytes)(&sc->sc_chip, off, ptr, len)
|
| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_nvwrite.c | 163 ssize_t read_bytes; local 214 read_bytes = read(fd, rgbDataToWrite, ulDataLength); 216 if (read_bytes < 0 || ulDataLength != (UINT32)read_bytes) {
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-perl.c | 293 int read_bytes = getline (&my_linebuf, &my_linebuf_size, fp); local 297 if (read_bytes < 0) 338 if (read_bytes >= 2 && my_linebuf[read_bytes - 1] == '\n' 339 && my_linebuf[read_bytes - 2] == '\r') 341 my_linebuf[read_bytes - 2] = '\n'; 342 my_linebuf[read_bytes - 1] = '\0'; 343 --read_bytes; 348 if (read_bytes >= 1 && my_linebuf[read_bytes - 1] == '\n' [all...] |
| /src/crypto/external/apache2/openssl/dist/test/cms-msg/ |
| make_missing_kdf_der.py | 95 data = Path(args.input_der).read_bytes()
|
| /src/external/bsd/libpcap/dist/ |
| sf-pcapng.c | 256 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, function 290 status = read_bytes(fp, &bhdr, sizeof(bhdr), 0, errbuf); 355 if (read_bytes(fp, bdata, data_remaining, 1, errbuf) == -1) 948 if (read_bytes(fp,
|
| /src/sys/compat/linux/common/ |
| linux_file.c | 1203 size_t read_bytes = to_copy - auio.uio_resid; local 1204 if (read_bytes == 0) { 1213 aiov.iov_len = read_bytes; 1217 auio.uio_resid = read_bytes; 1229 size_t written_bytes = read_bytes - auio.uio_resid;
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 121 size_t read_bytes = fread (buf, 1, sizeof (buf), f.get ()); local 123 if (read_bytes) 124 commandline.append (buf, read_bytes);
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 121 size_t read_bytes = fread (buf, 1, sizeof (buf), f.get ()); local 123 if (read_bytes) 124 commandline.append (buf, read_bytes);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| kf.cc | 162 = model->read_bytes (ptr_reg, ptr_tree, num_bytes_sval, ctxt); 164 = model->read_bytes (val_reg, val_tree, num_bytes_sval, ctxt); 319 = model->read_bytes (src_reg, src_tree, num_bytes_sval, ctxt); 360 = model->read_bytes (src_reg, src_tree, num_bytes_sval, ctxt); 1609 = model->read_bytes (src_reg,
|
| region-model.h | 389 const svalue *read_bytes (const region *src_reg,
|
| region-model.cc | 1958 = read_bytes (deref_rvalue (ptr_sval, NULL_TREE, nullptr), 1975 read_bytes (deref_rvalue (ptr_sval, NULL_TREE, ctxt), 4457 region_model::read_bytes (const region *src_reg, function in class:ana::region_model 4485 = read_bytes (src_reg, src_ptr_expr, num_bytes_sval, ctxt);
|
| /src/external/mit/libuv/dist/src/win/ |
| tty.c | 514 size_t read_bytes; local 558 read_bytes = bytes; 562 &read_bytes); 564 req->u.io.overlapped.InternalHigh = (DWORD) read_bytes;
|