Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/login/
H A Dlogin_locl.h111 #ifndef _PATH_WTMP
113 #define _PATH_WTMP WTMP_FILE macro
115 #define _PATH_WTMP "/var/adm/wtmp" macro
H A Dutmpx_login.c59 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) { in utmpx_update()
H A Dutmp_login.c160 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) { in utmp_login()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c69 #ifdef _PATH_WTMP
70 #define WTMP_FILE _PATH_WTMP
/freebsd/contrib/ntp/libntp/
H A Dsystime.c391 * to _PATH_WTMP . in update_uwtmp()
464 # ifndef _PATH_WTMP in update_uwtmp()
465 # define _PATH_WTMP WTMP_FILE in update_uwtmp()
467 utmpname(_PATH_WTMP); in update_uwtmp()
466 # define _PATH_WTMP update_uwtmp() macro
/freebsd/crypto/openssh/
H A Ddefines.h816 # ifdef _PATH_WTMP
817 # define WTMP_FILE _PATH_WTMP
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c72 #undef _PATH_WTMP
75 #if !defined(WTMP_FILE) && defined(_PATH_WTMP)
76 #define WTMP_FILE _PATH_WTMP