Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dutxdb.h36 #define _PATH_UTX_LOG "/var/log/utx.log" macro
H A Dgetutxent.c59 file = _PATH_UTX_LOG; in setutxdb()
H A Dpututxline.c274 fd = _open(_PATH_UTX_LOG, O_CREAT|O_WRONLY|O_APPEND|O_CLOEXEC, 0644); in utx_log_add()