Searched refs:_PATH_LASTLOG (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h87 #define _PATH_LASTLOG "/var/adm/lastlog"
91 #define _PATH_LASTLOG "/var/log/lastlog" macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutmp.h80 #define _PATH_LASTLOG "/var/log/lastlog" macro
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddefines.h700 # ifdef _PATH_LASTLOG
701 # define LASTLOG_FILE _PATH_LASTLOG
H A Dconfigure16843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if your system defines _PATH_LASTLOG" >&5
16844 $as_echo_n "checking if your system defines _PATH_LASTLOG... " >&6; }
16860 char *lastlog = _PATH_LASTLOG;
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dauth.c112 #if defined(_PATH_LASTLOG) && defined(__linux__)
1846 #if defined(_PATH_LASTLOG) && !defined(USE_PAM)
1851 if ((fd = open(_PATH_LASTLOG, O_RDWR, 0)) >= 0) {
1860 #endif /* _PATH_LASTLOG and not USE_PAM */
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c1090 * Write _PATH_LASTLOG given a struct utmp record. We use
1134 if ((fd = open(_PATH_LASTLOG, O_WRONLY, 0)) < 0)

Completed in 152 milliseconds