Searched refs:MAX_LINE_LENGTH (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/tools/chrpicon/
H A Dchrpicon.h35 #define MAX_LINE_LENGTH 8192 macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
H A Dchrpicontoppm.c144 char line[MAX_LINE_LENGTH + 1];
146 while (fgets(line, MAX_LINE_LENGTH, fp)) {
166 char line[MAX_LINE_LENGTH + 1];
174 while (fgets(line, MAX_LINE_LENGTH, fp)) {
194 if ((p = fgets(line, MAX_LINE_LENGTH, fp)) == NULL) {
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/pfbtops/
H A Dpfbtops.c39 #define MAX_LINE_LENGTH 78 macro
117 else if (count >= MAX_LINE_LENGTH) {
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grops/
H A Dps.cpp68 #define MAX_LINE_LENGTH 72 macro
604 : out(0, MAX_LINE_LENGTH),
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dpost-html.cpp55 #define MAX_LINE_LENGTH 60 /* maximum characters we want in a line */ macro
4159 : html(0, MAX_LINE_LENGTH),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c8831 #define MAX_LINE_LENGTH 70
8856 if (curr_line_length + strlen (name) + 1 > MAX_LINE_LENGTH )
8913 if (curr_line_length + strlen (insn_name) > MAX_LINE_LENGTH)
8802 #define MAX_LINE_LENGTH macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c9249 #define MAX_LINE_LENGTH 70
9274 if (curr_line_length + strlen (name) + 1 > MAX_LINE_LENGTH )
9335 if (curr_line_length + strlen (insn_name) > MAX_LINE_LENGTH)
9221 #define MAX_LINE_LENGTH macro

Completed in 278 milliseconds