Searched refs:MAX_LINE_LEN (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res_compatible.c47 #define MAX_LINE_LEN 1024 /* Max length of input line */ macro
230 char line_buf[MAX_LINE_LEN]; /* Line of video mode file */
247 if (fgets(line_buf, MAX_LINE_LEN, mode_comp_stream) == NULL) {
H A Dfbc_gamma_table.c44 #define MAX_LINE_LEN 1024 /* Max length of gamma file line */ macro
97 char line_buf[MAX_LINE_LEN + 1]; /* Gamma line buffer */
131 if (fgets(line_buf, MAX_LINE_LEN, gamma_in_stream)

Completed in 12 milliseconds