Home
last modified time | relevance | path

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

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