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

/osnet-11/usr/src/lib/libc/inc/
H A Dstdiom.h107 * of PUSHBACK plus the first byte of the buffer. The FILE buffer must,
109 * of PUSHBACK should be a multiple of word.
110 * At least 4 bytes of PUSHBACK are needed. If sizeof (int) = 1 this breaks.
112 #define PUSHBACK (((3 + sizeof (int) - 1) / sizeof (int)) * sizeof (int)) macro
115 #define _SMBFSZ (((PUSHBACK + 4) < 8) ? 8 : (PUSHBACK + 4))

Completed in 22 milliseconds