Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c1068 #define BUFFER_CHUNK_SIZE 64 macro
1071 #define ROUND_CHUNK_SIZE(s) ((((s) + BUFFER_CHUNK_SIZE - 1) / \
1072 BUFFER_CHUNK_SIZE) * BUFFER_CHUNK_SIZE)
1152 bufsiz += BUFFER_CHUNK_SIZE;