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

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c91 static long fw_lPrntBufLen = 0; variable
308 fw_lPrntBufLen = GBUFSIZ + 1;
309 if ((prntbuf = malloc(fw_lPrntBufLen)) == NULL) {
312 if ((linebuf = malloc(fw_lPrntBufLen)) == NULL) {
358 if (offset + GBUFSIZ > fw_lPrntBufLen) {
363 fw_lPrntBufLen += GBUFSIZ;
365 fw_lPrntBufLen)) == NULL)
374 if ((linebuf = malloc(fw_lPrntBufLen)) == NULL)

Completed in 58 milliseconds