Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/ncurses/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()
/freebsd-14.2/contrib/ncurses/progs/
H A Ddump_entry.c1490 char bigbuf[65536]; in dump_entry() local
1497 if (_nc_write_object(tterm, bigbuf, &offset, sizeof(bigbuf)) == OK) { in dump_entry()
1507 "%02X", UChar(bigbuf[n])); in dump_entry()
1520 encode_b64(numbuf, bigbuf, n, &value); in dump_entry()
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c4767 bigbuf = umem_alloc(bigsize, UMEM_NOFAIL); in ztest_dmu_read_write()
4803 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
4912 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
4982 bufwad_t *packbuf, *bigbuf; in ztest_dmu_read_write_zcopy() local
5049 bigbuf = umem_zalloc(bigsize, UMEM_NOFAIL); in ztest_dmu_read_write_zcopy()
5097 umem_free(bigbuf, bigsize); in ztest_dmu_read_write_zcopy()
5125 bigbuf, DMU_READ_PREFETCH); in ztest_dmu_read_write_zcopy()
5145 (caddr_t)bigbuf + (off - bigoff), in ztest_dmu_read_write_zcopy()
5149 (caddr_t)bigbuf + (off - bigoff), in ztest_dmu_read_write_zcopy()
5152 (caddr_t)bigbuf + (off - bigoff) + in ztest_dmu_read_write_zcopy()
[all …]