Home
last modified time | relevance | path

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

/titanic_44/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 */ in fm_dc_opendict()
236 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_opendict()
382 char linebuf[DICTMAXLINE]; /* line read from dict */ in fm_dc_key2code()
403 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_key2code()
442 char linebuf[DICTMAXLINE]; in fm_dc_code2key()
480 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_code2key()