| /src/games/hunt/huntd/ |
| answer.c | 343 char smallbuf[16]; local 349 (void) snprintf(smallbuf, sizeof(smallbuf), 352 outstr(pp, smallbuf, 3);
|
| /src/sys/arch/atari/vme/ |
| leo.c | 359 u_int8_t smallbuf[SMALLBSIZE]; local 376 offset, smallbuf, size); 377 if ((error = uiomove((void *)smallbuf, size, uio))) 381 offset, smallbuf, size);
|
| /src/external/bsd/dhcpcd/dist/src/ |
| if-bsd.c | 204 socklen_t smallbuf = 1; local 207 &smallbuf, (socklen_t)sizeof(smallbuf)) == -1)
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| netmgr-int.h | 411 uint8_t smallbuf[512]; member in struct:isc_nmsocket_tls_send_req
|