Searched refs:line_buf (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_res_compatible.c | 60 char *line_buf, /* Line of video mode exception file */ 85 line_ptr = strchr(line_buf, '#'); 93 line_ptr = line_buf; 224 char *manufacturer_id; /* Display Mfg ID in line_buf[] */ 226 char *product_field; /* Disp dev prod code in line_buf[] */ 229 char *fb_model_name; /* Frame buffer model in line_buf[] */ 230 char line_buf[MAX_LINE_LEN]; /* Line of video mode file */ local 232 char *line_ptr; /* Ptr into line_buf[] buffer */ 233 char *mode_name; /* Video mode name in line_buf[] */ 240 line_ptr = &line_buf[ 59 fbc_res_comp_parse( char *line_buf, char **fb_model_name, char **manufacturer_id, char **product_field, uint16_t *product_code, char **video_mode, char **error_text) argument [all...] |
H A D | fbc_gamma_table.c | 97 char line_buf[MAX_LINE_LEN + 1]; /* Gamma line buffer */ local 120 line_ptr = &line_buf[0]; 131 if (fgets(line_buf, MAX_LINE_LEN, gamma_in_stream) 154 line_ptr = &line_buf[0];
|
Completed in 19 milliseconds