Searched defs:gfile_path_buf (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.c311 char *gfile_path_buf, /* Gamma table output pathname buf */
327 memcpy(gfile_path_buf, config_file_path, dir_len);
328 strcpy(gfile_path_buf + dir_len, device_name);
329 strcat(gfile_path_buf, GAMMA_TABLE_EXT);
308 fbc_build_gamma_table_path( const char *config_file_path, const char *device_name, char *gfile_path_buf, int gfile_path_buf_len) argument

Completed in 19 milliseconds