Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c1066 #define BUFFER_CHUNK_SIZE 64 macro
1069 #define ROUND_CHUNK_SIZE(s) ((((s) + BUFFER_CHUNK_SIZE - 1) / \
1070 BUFFER_CHUNK_SIZE) * BUFFER_CHUNK_SIZE)
1150 bufsiz += BUFFER_CHUNK_SIZE;