Searched refs:_PATH_WTMP (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h86 #define _PATH_WTMP "/var/adm/wtmp"
90 #define _PATH_WTMP "/var/log/wtmp" macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutmp.h79 #define _PATH_WTMP "/var/log/wtmp" macro
/macosx-10.10.1/Heimdal-398.1.2/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) {
H A Dutmp_login.c160 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) {
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dlogwtmp.c69 #ifdef _PATH_WTMP
70 #define WTMP_FILE _PATH_WTMP
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddefines.h690 # ifdef _PATH_WTMP
691 # define WTMP_FILE _PATH_WTMP
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dwatch.c55 #if !defined(REAL_WTMP_FILE) && defined(_PATH_WTMP)
56 # define REAL_WTMP_FILE _PATH_WTMP
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c72 #undef _PATH_WTMP macro
75 #if !defined(WTMP_FILE) && defined(_PATH_WTMP)
76 #define WTMP_FILE _PATH_WTMP
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c73 #ifdef _PATH_WTMP
74 char wtmpf[] = _PATH_WTMP;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c1268 /* Append a struct wtmp to _PATH_WTMP */
1279 if ((fd = open(_PATH_WTMP, O_WRONLY | O_APPEND, 0)) < 0)

Completed in 115 milliseconds