Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshlogin.c109 fd = open(_PATH_LASTLOG, O_RDONLY); in get_last_login_time()
221 fd = open(_PATH_LASTLOG, O_RDWR); in record_login()
225 logit("Could not write %.100s: %.100s", _PATH_LASTLOG, strerror(errno)); in record_login()
/netbsd-src/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c356 if ((fd = open(_PATH_LASTLOG, O_RDWR, 0)) == -1) { in dolastlog()
357 logit(LOG_NOTICE, "Cannot open `%s': %s", _PATH_LASTLOG, in dolastlog()
383 PAM_LOG("Login recorded in %s", _PATH_LASTLOG); in dolastlog()
/netbsd-src/include/
H A Dutmp.h47 #define _PATH_LASTLOG "/var/log/lastlog" macro
/netbsd-src/usr.bin/login/
H A Dcommon.c319 if ((fd = open(_PATH_LASTLOG, O_RDWR, 0)) >= 0) { in dolastlog()
/netbsd-src/usr.bin/finger/
H A Dutil.c183 fd = open(_PATH_LASTLOG, O_RDONLY, 0); in enter_lastlog()
/netbsd-src/usr.sbin/lastlogin/
H A Dlastlogin.c138 _PATH_LASTLOG; in main()