Home
last modified time | relevance | path

Searched refs:readbuf (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/test/
H A Dharness.c18 char *readbuf = NULL; variable
34 write(1, readbuf, readbuf_used); in dump()
50 readbuf = realloc(readbuf, readbuf_sz); in drain()
52 if (!readbuf) in drain()
54 memcpy(readbuf + readbuf_used, buf, sz); in drain()
/netbsd-src/external/gpl2/lvm2/dist/lib/label/
H A Dlabel.c119 char readbuf[LABEL_SCAN_SIZE] __attribute((aligned(8))); in _find_labeller() local
122 LABEL_SCAN_SIZE, readbuf)) { in _find_labeller()
130 lh = (struct label_header *) (readbuf + in _find_labeller()
196 char readbuf[LABEL_SCAN_SIZE] __attribute((aligned(8))); in label_remove() local
216 if (!dev_read(dev, UINT64_C(0), LABEL_SCAN_SIZE, readbuf)) { in label_remove()
224 lh = (struct label_header *) (readbuf + in label_remove()
/netbsd-src/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.in90 local ($line,$rin, $win, $ein, $readbuf, $ret);
91 $readbuf = "";
105 sysread (VRFY, $readbuf, 1024);
106 chop ($readbuf);
108 foreach $line ( split('\n', $readbuf)) {
/netbsd-src/games/monop/
H A Dexecute.c362 char readbuf[512]; in rest_f() local
382 while (fgets(readbuf, sizeof(readbuf), inf)) { in rest_f()
388 sp = strchr(readbuf, '\n'); in rest_f()
396 if (restore_parseline(readbuf)) { in rest_f()
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c374 char readbuf[HTTPREAD_READBUF_SIZE]; /* temp use to read into */ in httpread_read_handler() local
380 nread = read(h->sd, readbuf, sizeof(readbuf)); in httpread_read_handler()
385 wpa_hexdump_ascii(MSG_MSGDUMP, "httpread - read", readbuf, nread); in httpread_read_handler()
412 rbp = readbuf; in httpread_read_handler()
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c320 char *readbuf; in fillbuf() local
329 readbuf = buflim; in fillbuf()
365 readbuf = ALIGN_TO (newbuf + 1 + save, pagesize); in fillbuf()
366 bufbeg = readbuf - save; in fillbuf()
376 readsize = buffer + bufalloc - readbuf; in fillbuf()
393 && (mmap ((caddr_t) readbuf, mmapsize, in fillbuf()
424 while ((bytesread = read (bufdesc, readbuf, readsize)) < 0 in fillbuf()
436 fillsize = undossify_input (readbuf, fillsize); in fillbuf()
438 buflim = readbuf + fillsize; in fillbuf()
/netbsd-src/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c177 readbuf(struct state *s, void *buf, size_t len) in readbuf() function
207 got = readbuf(s, s->inbuf, Z_BUFSIZE); in readgz()
268 got = readbuf(s, s->inbuf, Z_BUFSIZE); in get_u8()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c4777 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; in evhttp_uri_parse_with_flags() local
4789 readbuf = mm_strdup(source_uri); in evhttp_uri_parse_with_flags()
4790 if (readbuf == NULL) { in evhttp_uri_parse_with_flags()
4795 readp = readbuf; in evhttp_uri_parse_with_flags()
4891 mm_free(readbuf); in evhttp_uri_parse_with_flags()
4897 if (readbuf) in evhttp_uri_parse_with_flags()
4898 mm_free(readbuf); in evhttp_uri_parse_with_flags()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20052561 (sol_thread_xfer_partial): Change type of readbuf and writebuf
2598 * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbuf
2740 (hppa32_return_value, hppa64_return_value): Change type of readbuf
3260 * corelow.c (core_xfer_partial): Change type of readbuf and
3263 type of readbuf and writebuf to `gdb_byte *'.
3264 * bsd-uthread.c (bsd_uthread_xfer_partial): Change type of readbuf
3266 * inf-ptrace.c (inf_ptrace_xfer_partial): Change type of readbuf
3272 * bfd-target.c (target_bfd_xfer_partial): Change type of readbuf
3280 (remote_xfer_partial): Change type of readbuf and writebuf to
3368 readbuf and writebuf arguments to `gdb_byte *'.
[all …]
H A DChangeLog-20064406 * arm-tdep.c (arm_return_value): Change type of readbuf and
H A DChangeLog-200913295 print the address of readbuf and writebuf. Cast the address of
H A DChangeLog-20042586 On each iteration offset, readbuf and writebuf.
H A DChangeLog-20031119 "readbuf" and "writebuf".
H A DChangeLog-20181316 (s12z_return_value): Populate readbuf if non-null.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20052561 (sol_thread_xfer_partial): Change type of readbuf and writebuf
2598 * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbuf
2740 (hppa32_return_value, hppa64_return_value): Change type of readbuf
3260 * corelow.c (core_xfer_partial): Change type of readbuf and
3263 type of readbuf and writebuf to `gdb_byte *'.
3264 * bsd-uthread.c (bsd_uthread_xfer_partial): Change type of readbuf
3266 * inf-ptrace.c (inf_ptrace_xfer_partial): Change type of readbuf
3272 * bfd-target.c (target_bfd_xfer_partial): Change type of readbuf
3280 (remote_xfer_partial): Change type of readbuf and writebuf to
3368 readbuf and writebuf arguments to `gdb_byte *'.
[all …]
H A DChangeLog-20064406 * arm-tdep.c (arm_return_value): Change type of readbuf and
H A DChangeLog-200913295 print the address of readbuf and writebuf. Cast the address of
H A DChangeLog-20181316 (s12z_return_value): Populate readbuf if non-null.
H A DChangeLog-20042586 On each iteration offset, readbuf and writebuf.
H A DChangeLog-20031119 "readbuf" and "writebuf".
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-202110248 "readbuf" and "writebuf".
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git87391 …#7 0x00005555556e04ba in handle_qxfer_threads (annex=0x629000000213 "", readbuf=0x621000019100 '\…
90750 gdb_byte *readbuf, const gdb_byte *writebuf)
110299 - xfer = linux_proc_xfer_partial (object, annex, readbuf, writebuf,
110303 + return linux_proc_xfer_memory_partial (readbuf, writebuf,
110307 return inf_ptrace_target::xfer_partial (object, annex, readbuf, writebuf,
124685 gdb: LoongArch: Use GDB style to check readbuf and writebuf
124686 The GDB style is to write 'if (readbuf != nullptr)', and the same for
129617 proc_xfer_memory (CORE_ADDR memaddr, unsigned char *readbuf,
129620 gdb_assert ((readbuf == nullptr) != (writebuf == nullptr));
179307 …61cb8aa6250 <record_btrace_ops>, object=TARGET_OBJECT_MEMORY, annex=0x0, readbuf=0x7ffc4ee34c58 "\…
[all …]