Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/grep/
H A Dgrep.c84 #define GBUFSIZ 8192 macro
308 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()