Searched refs:GBUFSIZ (Results 1 – 1 of 1) sorted by relevance
84 #define GBUFSIZ 8192 macro308 fw_lPrntBufLen = GBUFSIZ + 1; in execute()328 if ((count = read(temp, prntbuf, GBUFSIZ)) <= 0) { in execute()358 if (offset + GBUFSIZ > fw_lPrntBufLen) { in execute()363 fw_lPrntBufLen += GBUFSIZ; in execute()381 if ((count = read(temp, p, GBUFSIZ)) > 0) in execute()