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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_gamma_table.c94 FILE *gamma_in_stream; /* Gamma file stream descriptor */ local
109 gamma_in_stream = fopen(gfile_in_path, "r");
110 if (gamma_in_stream == NULL) {
131 if (fgets(line_buf, MAX_LINE_LEN, gamma_in_stream)
133 if (feof(gamma_in_stream) == 0) {
206 fclose(gamma_in_stream);
401 FILE *gamma_in_stream; /* Gamma file stream descriptor */ local
421 gamma_in_stream = fopen(gfile_in_path, "r");
422 if (gamma_in_stream == NULL) {
435 gamma_in_stream);
[all...]

Completed in 10 milliseconds