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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res_compatible.c70 char *line_ptr; /* Ptr into line buffer */ local
85 line_ptr = strchr(line_buf, '#');
86 if (line_ptr != NULL) {
87 *line_ptr = '\0';
93 line_ptr = line_buf;
94 line_ptr += strspn(line_ptr, FBC_WHITESPACE);
95 if (*line_ptr == '\0') {
102 *fb_model_name = line_ptr;
103 line_ptr
232 char *line_ptr; /* Ptr into line_buf[] buffer */ local
[all...]
H A Dfbc_write_config.c166 fbc_line_elem_t *line_ptr; /* Ptr to ER data for a config line */ local
183 for (line_ptr = line_list->head_ptr;
184 line_ptr != NULL;
185 line_ptr = line_ptr->next_ptr) {
189 switch (line_ptr->status) {
196 line_ptr->status);
200 line_ptr->status);
212 if (line_ptr->print_fn == NULL) {
235 (line_ptr
[all...]
H A Dfbc_gamma_table.c99 char *line_ptr; /* Ptr into gamma file line buffer */ local
120 line_ptr = &line_buf[0];
121 *line_ptr = '\0'; /* Empty line buffer */
126 if ((*line_ptr == '\0') || (*line_ptr == '#')) {
154 line_ptr = &line_buf[0];
157 if (isspace(*line_ptr)) {
158 line_ptr += 1;
165 gamma_value = strtoul(line_ptr, &end_ptr, 0);
166 if ((end_ptr <= line_ptr) || (gamma_valu
[all...]

Completed in 28 milliseconds