Searched refs:MAXLINELEN (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/
H A Dcomm.c59 #define MAXLINELEN (LINE_MAX + 1) macro
76 char line1[MAXLINELEN], line2[MAXLINELEN];
127 file1done = !fgets(line1, MAXLINELEN, fp1);
129 file2done = !fgets(line2, MAXLINELEN, fp2);
178 } while (fgets(buf, MAXLINELEN, fp));
220 char *p, line1[MAXLINELEN], line2[MAXLINELEN];
/haiku-fatelf/src/servers/registrar/
H A DTextSnifferAddon.cpp111 #define MAXLINELEN 300 /* longest sane line length */ macro
304 /* If this line is _longer_ than MAXLINELEN, remember it. */
305 if ((int)i > last_line_end + MAXLINELEN)
/haiku-fatelf/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp186 #define MAXLINELEN 300 /* longest sane line length */ macro
392 /* If this line is _longer_ than MAXLINELEN, remember it. */
393 if ((int)i > last_line_end + MAXLINELEN)

Completed in 99 milliseconds