Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/vme/
H A Dleo.c359 u_int8_t smallbuf[SMALLBSIZE]; in leomove() local
376 offset, smallbuf, size); in leomove()
377 if ((error = uiomove((void *)smallbuf, size, uio))) in leomove()
381 offset, smallbuf, size); in leomove()
/netbsd-src/games/hunt/huntd/
H A Danswer.c343 char smallbuf[16]; in stplayer() local
349 (void) snprintf(smallbuf, sizeof(smallbuf), in stplayer()
352 outstr(pp, smallbuf, 3); in stplayer()
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtlsstream.c209 isc_buffer_init(&send_req->data, send_req->smallbuf, in tls_failed_read_cb()
210 sizeof(send_req->smallbuf)); in tls_failed_read_cb()
396 isc_buffer_init(&send_req->data, &send_req->smallbuf, in tls_do_bio()
397 sizeof(send_req->smallbuf)); in tls_do_bio()
H A Dnetmgr-int.h406 uint8_t smallbuf[512];
871 uint8_t smallbuf[512]; global() member
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif-bsd.c204 socklen_t smallbuf = 1; in if_opensockets_os() local
207 &smallbuf, (socklen_t)sizeof(smallbuf)) == -1) in if_opensockets_os()
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog3767 * darwin: fix uv_exepath(smallbuf) UV_EPERM error (Ben Noordhuis)
3769 * openbsd: fix uv_exepath(smallbuf) UV_EINVAL error (Ben Noordhuis)