HomeSort by: relevance | last modified time | path
    Searched refs:smallbuf (Results 1 - 5 of 5) sorted by relevancy

  /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/mpl/bind/dist/lib/isc/netmgr/
tlsstream.c 209 isc_buffer_init(&send_req->data, send_req->smallbuf,
210 sizeof(send_req->smallbuf));
396 isc_buffer_init(&send_req->data, &send_req->smallbuf,
397 sizeof(send_req->smallbuf));
netmgr-int.h 411 uint8_t smallbuf[512]; member in struct:isc_nmsocket_tls_send_req
  /src/external/bsd/dhcpcd/dist/src/
if-bsd.c 204 socklen_t smallbuf = 1; local
207 &smallbuf, (socklen_t)sizeof(smallbuf)) == -1)

Completed in 31 milliseconds