Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dpututxline.c83 fp = futx_open(_PATH_UTX_ACTIVE); in utx_active_add()
148 fp = futx_open(_PATH_UTX_ACTIVE); in utx_active_remove()
183 fd = _open(_PATH_UTX_ACTIVE, O_CREAT|O_RDWR|O_TRUNC, 0644); in utx_active_init()
194 truncate(_PATH_UTX_ACTIVE, 0); in utx_active_purge()
H A Dutxdb.h34 #define _PATH_UTX_ACTIVE "/var/run/utx.active" macro
H A Dgetutxent.c51 file = _PATH_UTX_ACTIVE; in setutxdb()