Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c123 #define DICTMAXLINE 10240 /* maximum expected dictionary line length */ macro
148 char linebuf[DICTMAXLINE]; /* line read from dict */ in fm_dc_opendict()
234 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_opendict()
380 char linebuf[DICTMAXLINE]; /* line read from dict */ in fm_dc_key2code()
401 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_key2code()
440 char linebuf[DICTMAXLINE]; in fm_dc_code2key()
478 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_code2key()