Home
last modified time | relevance | path

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

/src/usr.sbin/daemon/
H A Ddaemon.c105 static int open_log(const char *, mode_t);
329 state.output_fd = open_log(state.output_filename, state.output_file_mode); in main()
772 open_log(const char *outfn, mode_t outfm) in open_log() function
783 outfd = open_log(state->output_filename, state->output_file_mode); in reopen_log()