Searched defs:OUTPUTSIZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dstdhosts.c51 #define OUTPUTSIZ (PBLKSIZ - 3 * sizeof (short)) macro
52 #define INPUTSIZ (OUTPUTSIZ + 2)
229 * key + separator + value <= OUTPUTSIZ (for ndbm)
239 char tmpbuf[OUTPUTSIZ+1]; /* Buffer before writing out */
247 if (n > OUTPUTSIZ) {
293 if (n > OUTPUTSIZ) {
298 cmd, OUTPUTSIZ, lineno);

Completed in 58 milliseconds