Home
last modified time | relevance | path

Searched refs:bigbuf (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcall-strs.c6 char bigbuf[1000]; variable
17 strcpy(bigbuf, s1);
18 return bigbuf;
54 strcpy(bigbuf, s1);
55 strcat(bigbuf, s2);
56 strcat(bigbuf, s3);
57 strcat(bigbuf, s4);
58 strcat(bigbuf, s5);
59 strcat(bigbuf, s6);
60 strcat(bigbuf, s7);
[all …]
/openbsd-src/lib/libcurses/base/
H A Dnew_pair.c103 char bigbuf[256 * 20]; in dumpit() local
104 char *p = bigbuf; in dumpit()
106 size_t have = sizeof(bigbuf); in dumpit()
112 if ((size_t) (p - bigbuf) + 50 > have) in dumpit()
114 _nc_SPRINTF(p, _nc_SLIMIT(have - (p - bigbuf)) in dumpit()
122 strlen(bigbuf), bigbuf)); in dumpit()
/openbsd-src/usr.bin/tic/
H A Ddump_entry.c1492 char bigbuf[65536]; in dump_entry() local
1499 if (_nc_write_object(tterm, bigbuf, &offset, sizeof(bigbuf)) == OK) { in dump_entry()
1509 "%02X", UChar(bigbuf[n])); in dump_entry()
1522 encode_b64(numbuf, bigbuf, n, &value); in dump_entry()
/openbsd-src/sys/dev/pci/bktr/
H A Dbktr_core.c395 bktr->bigbuf = buf; in common_bktr_attach()
397 bzero((void *)bktr->bigbuf, BROOKTREE_ALLOC); in common_bktr_attach()
724 ts =(struct timeval *)bktr->bigbuf + in common_bktr_intr()
998 if (bktr->bigbuf == 0) /* no frame buffer allocated (ioctl failed) */ in video_read()
1029 status = uiomove((caddr_t)bktr->bigbuf, count, uio); in video_read()
1400 if (bktr->bigbuf==0) /* no frame buffer allocated */ in video_ioctl()
1443 if (bktr->bigbuf == 0) /* no frame buffer allocated */ in video_ioctl()
1570 bktr->bigbuf); in video_ioctl()
1572 bktr->bigbuf = buf; in video_ioctl()
3406 bzero((caddr_t)bktr->bigbuf, in start_capture()
H A Dbktr_os.c438 if (bktr->bigbuf == 0) /* no frame buffer allocated (ioctl failed) */ in bktr_ioctl()
H A Dbktr_reg.h503 vaddr_t bigbuf; /* buffer that holds the captured image */ member