Searched defs:gfile_out_path (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbconf_xorg.c157 char gfile_out_path[MAXPATHLEN]; /* Gamma table path */ local
284 fbvar.gfile_out_path = NULL; /* No output gamma file path */
454 gfile_out_path,
455 sizeof (gfile_out_path))
483 if (fbvar.gfile_out_path != NULL) {
484 *fbvar.gfile_out_path = gfile_out_path;
628 unlink(gfile_out_path);
634 gfile_out_path,
H A Dfbc_gamma_table.c346 const char *gfile_out_path, /* Pathname of output gamma file */
356 gamma_out_stream = fopen(gfile_out_path, "w");
359 gfile_out_path);
345 fbc_write_packed_gamma_table( const char *gfile_out_path, char *gamma_string_red, char *gamma_string_green, char *gamma_string_blue) argument
H A Dfbc_properties.h87 const char **gfile_out_path; /* Gamma table output pathname */ member in struct:fbc_varient_st

Completed in 19 milliseconds