Searched refs:fw_lPrntBufLen (Results 1 – 1 of 1) sorted by relevance
91 static long fw_lPrntBufLen = 0; variable308 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()