Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c117 static size_t prntbuflen, conbuflen; variable
962 conbuflen = BUFSIZE; in grep()
1266 while ((line_len + 1) > (conbuflen - in grep()
1272 if (conbuflen > SIZE_MAX - BUFSIZE) { in grep()
1279 conbuflen += BUFSIZE; in grep()
1280 conbuf = realloc(conbuf, conbuflen + 1); in grep()