Lines Matching refs:open
160 * if -K then open only /dev/kmsg
162 * thus no need to open config either.
174 * open config either so just return.
187 perror_exit("can't open '%s'", TT.config_file);
222 * Can't open config file or support is not enabled
235 // open every log file in list.
269 } else tfd->logfd = open(tfd->filename, O_CREAT | O_WRONLY | O_APPEND, 0666);
272 tfd->logfd = open(tfd->filename, O_APPEND);
301 tf->logfd = open(tf->filename, O_CREAT | O_WRONLY | O_APPEND, 0666);
303 perror_msg("can't open %s", tf->filename);
457 error_msg("Can't open single socket for listening.");