Home
last modified time | relevance | path

Searched refs:setutxdb (Results 1 – 13 of 13) sorted by relevance

/freebsd/usr.sbin/lastlogin/
H A Dlastlogin.c114 if (setutxdb(UTXDB_LASTLOGIN, file) != 0) in main()
125 if (setutxdb(UTXDB_LASTLOGIN, file) != 0) in main()
/freebsd/lib/libc/gen/
H A Dgetutxent.c44 setutxdb(int db, const char *file) in setutxdb() function
94 setutxdb(UTXDB_ACTIVE, NULL); in setutxent()
H A DSymbol.map356 setutxdb;
H A DMakefile.inc453 getutxent.3 setutxdb.3 \
/freebsd/include/
H A Dutmpx.h84 int setutxdb(int, const char *);
/freebsd/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c104 if (setutxdb(UTXDB_LASTLOGIN, NULL) != 0) { in pam_sm_open_session()
/freebsd/usr.bin/who/
H A Dwho.c118 if (setutxdb(UTXDB_ACTIVE, *argv) != 0) in main()
/freebsd/usr.bin/finger/
H A Dutil.c104 if (setutxdb(UTXDB_LASTLOGIN, NULL) == 0) in enter_lastlog()
/freebsd/usr.sbin/ac/
H A Dac.c415 if (setutxdb(UTXDB_LOG, file) != 0) in ac()
/freebsd/usr.bin/last/
H A Dlast.c187 if (setutxdb(UTXDB_LOG, file) != 0) in main()
/freebsd/usr.bin/getent/
H A Dgetent.c708 if (setutxdb(db, file) != 0) in utmpx()
/freebsd/crypto/openssh/
H A Dloginrec.c1681 if (setutxdb(UTXDB_LASTLOGIN, NULL) != 0) in utmpx_get_entry()
H A Dconfigure.ac2572 AC_CHECK_FUNCS([setutxdb setutxent utmpxname])