Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcall-strs.c8 char bigbuf[1000]; variable
14 strcpy(bigbuf, s1); in str_func1()
15 return bigbuf; in str_func1()
34 strcpy(bigbuf, s1); in str_func()
35 strcat(bigbuf, s2); in str_func()
36 strcat(bigbuf, s3); in str_func()
37 strcat(bigbuf, s4); in str_func()
38 strcat(bigbuf, s5); in str_func()
39 strcat(bigbuf, s6); in str_func()
40 strcat(bigbuf, s7); in str_func()
[all …]
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsedit.c1255 struct buf bigbuf; local
1260 bufautobegin(&bigbuf);
1263 bufalloc(&bigbuf, s<<1);
1264 b = bigbuf.string;
1265 s = bigbuf.size;
1285 bufautoend(&bigbuf);
/netbsd-src/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c3546 bufwad_t *packbuf, *bigbuf, *pack, *bigH, *bigT; in ztest_dmu_read_write() local
3616 bigbuf = umem_alloc(bigsize, UMEM_NOFAIL); in ztest_dmu_read_write()
3630 error = dmu_read(os, bigobj, bigoff, bigsize, bigbuf, in ztest_dmu_read_write()
3652 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
3680 bigH = (bufwad_t *)((char *)bigbuf + i * chunksize); in ztest_dmu_read_write()
3684 ASSERT((uintptr_t)bigH - (uintptr_t)bigbuf < bigsize); in ztest_dmu_read_write()
3685 ASSERT((uintptr_t)bigT - (uintptr_t)bigbuf < bigsize); in ztest_dmu_read_write()
3735 dmu_write(os, bigobj, bigoff, bigsize, bigbuf, tx); in ztest_dmu_read_write()
3753 ASSERT(bcmp(bigbuf, bigcheck, bigsize) == 0); in ztest_dmu_read_write()
3760 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
[all …]
/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_os.c767 if (bktr->bigbuf == 0) /* no frame buffer allocated (ioctl failed) */ in bktr_ioctl()
811 return(atop(vtophys(bktr->bigbuf) + offset)); in bktr_mmap()
1236 if (bktr->bigbuf == 0) /* no frame buffer allocated (ioctl failed) */ in bktr_ioctl()
1276 return(i386_btop(vtophys(bktr->bigbuf) + offset)); in bktr_mmap()
1760 if (bktr->bigbuf == 0) /* no frame buffer allocated (ioctl failed) */ in bktr_ioctl()
1796 return(i386_btop(vtophys(bktr->bigbuf) + offset)); in bktr_mmap()
H A Dbktr_core.c566 bktr->bigbuf = sbuf; in common_bktr_attach()
568 memset((void *) bktr->bigbuf, 0, BROOKTREE_ALLOC); in common_bktr_attach()
890 ts =(struct timeval *)bktr->bigbuf + in common_bktr_intr()
1197 if (bktr->bigbuf == 0) /* no frame buffer allocated (ioctl failed) */ in video_read()
1228 status = uiomove((void *)bktr->bigbuf, count, uio); in video_read()
1619 if (bktr->bigbuf==0) /* no frame buffer allocated */
1661 if (bktr->bigbuf==0) /* no frame buffer allocated */
1789 bktr->bigbuf);
1795 kmem_free(kernel_map, bktr->bigbuf,
1799 bktr->bigbuf = sbuf;
[all …]
H A Dbktr_reg.h455 vaddr_t bigbuf; /* buffer that holds the captured image */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dfloats.d703 ulong[max_buf] bigbuf;
726 ulong[] mybig = bigbuf[0 .. count];
792 ulong[] mybig = bigbuf[0 .. count];
1596 ulong[max_buf] bigbuf;
1621 ulong[] mybig = bigbuf[0 .. count];
1659 ulong[] mybig = bigbuf[0 .. count];