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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_gamma_table.h42 const char *config_file_path, /* Configuration file pathname */
H A Dfbconf_xorg.c148 const char *config_file_path; /* Name from xf86openConfigFile() */ local
269 fbvar.config_file_path = fbc_keywds_file[0].conf_name;
350 config_file_path = xf86openConfigFile(fbvar.config_search_path,
351 fbvar.config_file_path,
353 if (config_file_path != NULL) {
357 fbvar.config_file_path = config_file_path;
383 if (config_file_path == NULL) {
452 if (fbc_build_gamma_table_path(fbvar.config_file_path,
593 if (config_file_path
[all...]
H A Dfbc_write_config.c353 if ((strlen(fbvar->config_file_path) + 6 + 1)
356 fbvar->config_file_path);
360 strcpy(config_path_out, fbvar->config_file_path);
399 if (stat(fbvar->config_file_path, &stat_buf) == -1) {
431 if (rename(config_path_out, fbvar->config_file_path) != 0) {
433 fbvar->config_file_path);
H A Dfbc_gamma_table.c309 const char *config_file_path, /* Configuration file pathname */
317 dir_ptr = strrchr(config_file_path, '/');
320 dir_len = dir_ptr - config_file_path + 1;
327 memcpy(gfile_path_buf, config_file_path, dir_len);
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
H A Dfbc_properties.h74 const char *config_file_path; /* Config input file pathname */ member in struct:fbc_varient_st
H A Dfbc_propt.c88 printf("%s\n", fbvar->config_file_path);
H A Dfbc_getargs.c877 fbvar->config_file_path = argv[*arg+1];
903 fbvar->config_file_path = match_ent_ptr->conf_name;

Completed in 705 milliseconds