Searched refs:UTXDB_LASTLOGIN (Results 1 - 7 of 7) sorted by last modified time

/freebsd-10.0-release/include/
H A Dutmpx.h70 #define UTXDB_LASTLOGIN 1 /* Last login sessions. */ macro
/freebsd-10.0-release/usr.bin/finger/
H A Dutil.c111 if (setutxdb(UTXDB_LASTLOGIN, NULL) == 0)
/freebsd-10.0-release/usr.bin/getent/
H A Dgetent.c692 db = UTXDB_LASTLOGIN;
/freebsd-10.0-release/crypto/openssh/
H A Dloginrec.c510 defined(UTXDB_LASTLOGIN) && defined(HAVE_GETUTXUSER)
1621 defined(UTXDB_LASTLOGIN) && defined(HAVE_GETUTXUSER)
1627 if (setutxdb(UTXDB_LASTLOGIN, NULL) != 0)
1644 #endif /* USE_UTMPX && HAVE_SETUTXDB && UTXDB_LASTLOGIN && HAVE_GETUTXUSER */
/freebsd-10.0-release/lib/libc/gen/
H A Dgetutxent.c59 case UTXDB_LASTLOGIN:
/freebsd-10.0-release/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c106 if (setutxdb(UTXDB_LASTLOGIN, NULL) != 0) {
/freebsd-10.0-release/usr.sbin/lastlogin/
H A Dlastlogin.c101 if (setutxdb(UTXDB_LASTLOGIN, file) != 0)
112 if (setutxdb(UTXDB_LASTLOGIN, file) != 0)

Completed in 93 milliseconds