| /openbsd/src/regress/lib/libssl/record/ |
| D | recordtest.c | 123 uint8_t *read_buf; member 132 .read_buf = test_record_1, 144 .read_buf = test_record_1, 160 .read_buf = test_record_1, 180 .read_buf = test_record_1, 204 .read_buf = test_record_1, 217 .read_buf = test_record_1, 226 .read_buf = test_record_2, 240 .read_buf = test_record_3, 379 rs.buf = rrt->read_buf; in test_record_recv()
|
| /openbsd/src/gnu/usr.bin/perl/ext/PerlIO-via/t/ |
| D | via.t | 138 my $read_buf = "x" x 10; 161 $read_buf = "x" x 9; 173 $_[1] = $read_buf;
|
| /openbsd/src/sys/ddb/ |
| D | db_dwarf.c | 149 read_buf(struct dwbuf *d, struct dwbuf *v, size_t n) in read_buf() function 233 !read_buf(&table, &unit, unitsize)) in db_dwarf_line_at_pc() 287 !read_buf(&unit, &extra, extsize) || in db_dwarf_line_at_pc()
|
| /openbsd/src/usr.sbin/vmd/ |
| D | vioscsi.c | 878 const uint8_t *read_buf; in vioscsi_handle_read_6() local 926 read_buf = vioscsi_finish_read(dev, info); in vioscsi_handle_read_6() 928 if (read_buf == NULL) { in vioscsi_handle_read_6() 980 if (write_mem(acct->resp_desc->addr, read_buf, info->len)) { in vioscsi_handle_read_6() 1003 const uint8_t *read_buf; in vioscsi_handle_read_10() local 1055 read_buf = vioscsi_finish_read(dev, info); in vioscsi_handle_read_10() 1057 if (read_buf == NULL) { in vioscsi_handle_read_10() 1122 if (write_mem(acct->resp_desc->addr, read_buf + chunk_offset, in vioscsi_handle_read_10()
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | client.c | 4009 char *read_buf; local 4014 recv_line (sock, &read_buf); 4016 if (strcmp (read_buf, "I HATE YOU") == 0) 4043 else if (strncmp (read_buf, "E ", 2) == 0) 4045 fprintf (stderr, "%s\n", read_buf + 2); 4049 else if (strncmp (read_buf, "error ", 6) == 0) 4054 p = read_buf + 6; 4066 else if (strcmp (read_buf, "I LOVE YOU") == 0) 4068 free (read_buf); 4078 current_parsed_root->hostname, read_buf); [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/ |
| D | link.h | 177 uint8_t *read_buf,
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | infttrace.c | 3644 int read_buf; in call_ptrace() local 3685 (TTRACE_ARG_TYPE) & read_buf); in call_ptrace() 3688 return read_buf; in call_ptrace() 3695 (TTRACE_ARG_TYPE) & read_buf); in call_ptrace() 3698 return read_buf; in call_ptrace()
|
| /openbsd/src/sys/lib/libz/ |
| D | deflate.c | 214 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf() function 299 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window() 1711 read_buf(s->strm, s->strm->next_out, len); in deflate_stored() 1781 read_buf(s->strm, s->window + s->strstart, have); in deflate_stored()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | deflate.c | 218 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf() function 303 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window() 1704 read_buf(s->strm, s->strm->next_out, len); in deflate_stored() 1772 read_buf(s->strm, s->window + s->strstart, have); in deflate_stored()
|
| /openbsd/src/lib/libz/ |
| D | deflate.c | 214 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf() function 299 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window() 1709 read_buf(s->strm, s->strm->next_out, len); in deflate_stored() 1779 read_buf(s->strm, s->window + s->strstart, have); in deflate_stored()
|
| D | ChangeLog | 1259 - read_buf buf parameter of type Bytef* instead of charf*
|