Searched refs:setutxdb (Results 1 – 13 of 13) sorted by relevance
| /freebsd/usr.sbin/lastlogin/ |
| H A D | lastlogin.c | 114 if (setutxdb(UTXDB_LASTLOGIN, file) != 0) in main() 125 if (setutxdb(UTXDB_LASTLOGIN, file) != 0) in main()
|
| /freebsd/lib/libc/gen/ |
| H A D | getutxent.c | 44 setutxdb(int db, const char *file) in setutxdb() function 94 setutxdb(UTXDB_ACTIVE, NULL); in setutxent()
|
| H A D | Symbol.map | 356 setutxdb;
|
| H A D | Makefile.inc | 453 getutxent.3 setutxdb.3 \
|
| /freebsd/include/ |
| H A D | utmpx.h | 84 int setutxdb(int, const char *);
|
| /freebsd/lib/libpam/modules/pam_lastlog/ |
| H A D | pam_lastlog.c | 104 if (setutxdb(UTXDB_LASTLOGIN, NULL) != 0) { in pam_sm_open_session()
|
| /freebsd/usr.bin/who/ |
| H A D | who.c | 118 if (setutxdb(UTXDB_ACTIVE, *argv) != 0) in main()
|
| /freebsd/usr.bin/finger/ |
| H A D | util.c | 104 if (setutxdb(UTXDB_LASTLOGIN, NULL) == 0) in enter_lastlog()
|
| /freebsd/usr.sbin/ac/ |
| H A D | ac.c | 415 if (setutxdb(UTXDB_LOG, file) != 0) in ac()
|
| /freebsd/usr.bin/last/ |
| H A D | last.c | 187 if (setutxdb(UTXDB_LOG, file) != 0) in main()
|
| /freebsd/usr.bin/getent/ |
| H A D | getent.c | 708 if (setutxdb(db, file) != 0) in utmpx()
|
| /freebsd/crypto/openssh/ |
| H A D | loginrec.c | 1681 if (setutxdb(UTXDB_LASTLOGIN, NULL) != 0) in utmpx_get_entry()
|
| H A D | configure.ac | 2572 AC_CHECK_FUNCS([setutxdb setutxent utmpxname])
|