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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c125 #define DICTMAXLINE 10240 /* maximum expected dictionary line length */ macro
150 char linebuf[DICTMAXLINE]; /* line read from dict */
236 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) {
382 char linebuf[DICTMAXLINE]; /* line read from dict */
403 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) {
442 char linebuf[DICTMAXLINE];
480 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) {

Completed in 61 milliseconds