Home | History | Annotate | Download | only in gencnval

Lines Matching defs:MAX_LINE_SIZE

66 #define MAX_LINE_SIZE 0x7FFF    /* 32767 */
313 char line[MAX_LINE_SIZE];
314 char lastLine[MAX_LINE_SIZE];
331 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {