Home
last modified time | relevance | path

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

/src/usr.sbin/daemon/
H A Ddaemon.c772 open_log(const char *outfn, mode_t outfm) in open_log() argument
775 return open(outfn, O_CREAT | O_WRONLY | O_APPEND | O_CLOEXEC, outfm); in open_log()