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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_write_config.c341 int config_fd_out; /* Config file output fd */ local
367 config_fd_out = mkstemp(config_path_out);
369 if (config_fd_out == -1) {
374 config_stream_out = fdopen(config_fd_out, "w");
377 close(config_fd_out);
408 if (fchmod(config_fd_out, stat_buf.st_mode) == -1) {
413 if (fchown(config_fd_out, stat_buf.st_uid, stat_buf.st_gid)

Completed in 10 milliseconds