Home
last modified time | relevance | path

Searched refs:conffile_fd (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmplayer.c856 int conffile_fd; in parse_cfgfiles() local
872 if ((conffile_fd = open(conffile, O_CREAT | O_EXCL | O_WRONLY, 0666)) != -1) { in parse_cfgfiles()
874 write(conffile_fd, default_config, strlen(default_config)); in parse_cfgfiles()
875 close(conffile_fd); in parse_cfgfiles()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmplayer.c856 int conffile_fd; in parse_cfgfiles() local
872 if ((conffile_fd = open(conffile, O_CREAT | O_EXCL | O_WRONLY, 0666)) != -1) { in parse_cfgfiles()
874 write(conffile_fd, default_config, strlen(default_config)); in parse_cfgfiles()
875 close(conffile_fd); in parse_cfgfiles()