Searched refs:setutxdb (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/usr.sbin/lastlogin/ |
| D | lastlogin.c | 113 if (setutxdb(UTXDB_LASTLOGIN, file) != 0) in main() 124 if (setutxdb(UTXDB_LASTLOGIN, file) != 0) in main()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | getutxent.c | 52 setutxdb(int db, const char *file) in setutxdb() function 102 setutxdb(UTXDB_ACTIVE, NULL); in setutxent()
|
| D | Symbol.map | 353 setutxdb;
|
| D | Makefile.inc | 443 getutxent.3 setutxdb.3 \
|
| /freebsd-12-stable/include/ |
| D | utmpx.h | 86 int setutxdb(int, const char *);
|
| /freebsd-12-stable/lib/libpam/modules/pam_lastlog/ |
| D | pam_lastlog.c | 106 if (setutxdb(UTXDB_LASTLOGIN, NULL) != 0) { in pam_sm_open_session()
|
| /freebsd-12-stable/usr.bin/who/ |
| D | who.c | 121 if (setutxdb(UTXDB_ACTIVE, *argv) != 0) in main()
|
| /freebsd-12-stable/usr.bin/finger/ |
| D | util.c | 113 if (setutxdb(UTXDB_LASTLOGIN, NULL) == 0) in enter_lastlog()
|
| /freebsd-12-stable/usr.sbin/ac/ |
| D | ac.c | 418 if (setutxdb(UTXDB_LOG, file) != 0) in ac()
|
| /freebsd-12-stable/usr.bin/last/ |
| D | last.c | 230 if (setutxdb(UTXDB_LOG, file) != 0) in main()
|
| /freebsd-12-stable/usr.bin/getent/ |
| D | getent.c | 710 if (setutxdb(db, file) != 0) in utmpx()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | loginrec.c | 1634 if (setutxdb(UTXDB_LASTLOGIN, NULL) != 0) in utmpx_get_entry()
|
| D | configure.ac | 2291 AC_CHECK_FUNCS([setutxdb setutxent utmpxname])
|