Home
last modified time | relevance | path

Searched refs:_PATH_LASTLOGX (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshlogin.c100 if ((llxp = getlastlogx(_PATH_LASTLOGX, uid, &llx)) != NULL) { in get_last_login_time()
259 if (updlastlogx(_PATH_LASTLOGX, uid, &llx) == -1) in record_login()
261 _PATH_LASTLOGX, strerror(errno)); in record_login()
/netbsd-src/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c309 if (getlastlogx(_PATH_LASTLOGX, pwd->pw_uid, &ll) != NULL) in dolastlogx()
327 if (updlastlogx(_PATH_LASTLOGX, pwd->pw_uid, &ll) != 0) in dolastlogx()
329 PAM_LOG("Login recorded in %s", _PATH_LASTLOGX); in dolastlogx()
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_lastlogx.c64 static char llfile[MAXPATHLEN] = _PATH_LASTLOGX;
H A Dcompat_utmpx.c143 static char llfile[MAXPATHLEN] = _PATH_LASTLOGX;
/netbsd-src/usr.bin/login/
H A Dcommon.c272 if (!quiet && getlastlogx(_PATH_LASTLOGX, pwd->pw_uid, &ll) != NULL) { in dolastlogx()
293 if (updlastlogx(_PATH_LASTLOGX, pwd->pw_uid, &ll) != 0) in dolastlogx()
/netbsd-src/include/
H A Dutmpx.h41 #define _PATH_LASTLOGX "/var/log/lastlogx" macro
/netbsd-src/usr.bin/finger/
H A Dutil.c181 lldb = dbopen(_PATH_LASTLOGX, O_RDONLY|O_SHLOCK, 0, DB_HASH, NULL); in enter_lastlog()
/netbsd-src/usr.sbin/lastlogin/
H A Dlastlogin.c136 _PATH_LASTLOGX; in main()