Searched refs:_PATH_LASTLOGX (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshlogin.c | 100 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 D | pam_lastlog.c | 309 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 D | compat_lastlogx.c | 64 static char llfile[MAXPATHLEN] = _PATH_LASTLOGX;
|
| H A D | compat_utmpx.c | 143 static char llfile[MAXPATHLEN] = _PATH_LASTLOGX;
|
| /netbsd-src/usr.bin/login/ |
| H A D | common.c | 272 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 D | utmpx.h | 41 #define _PATH_LASTLOGX "/var/log/lastlogx" macro
|
| /netbsd-src/usr.bin/finger/ |
| H A D | util.c | 181 lldb = dbopen(_PATH_LASTLOGX, O_RDONLY|O_SHLOCK, 0, DB_HASH, NULL); in enter_lastlog()
|
| /netbsd-src/usr.sbin/lastlogin/ |
| H A D | lastlogin.c | 136 _PATH_LASTLOGX; in main()
|