Searched refs:config_path_out (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_write_config.c | 342 char config_path_out[MAXPATHLEN]; /* Output file pathname */ local 354 > sizeof (config_path_out)) { 360 strcpy(config_path_out, fbvar->config_file_path); 361 strcat(config_path_out, "XXXXXX"); 367 config_fd_out = mkstemp(config_path_out); 370 fbc_errormsg("%s, %s\n", strerror(errno), config_path_out); 376 fbc_errormsg("%s, %s\n", strerror(errno), config_path_out); 410 strerror(errno), config_path_out); 417 strerror(errno), config_path_out); 431 if (rename(config_path_out, fbva [all...] |
Completed in 9 milliseconds