Home
last modified time | relevance | path

Searched refs:UTXDB_LOG (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/lib/libc/gen/
H A Dgetutxent.c60 case UTXDB_LOG: in setutxdb()
75 if (db != UTXDB_LOG) { in setutxdb()
119 if (udb == UTXDB_LOG) { in getfutxent()
/freebsd-13.1/include/
H A Dutmpx.h73 #define UTXDB_LOG 2 /* Log indexed by time. */ macro
/freebsd-13.1/usr.sbin/ac/
H A Dac.c418 if (setutxdb(UTXDB_LOG, file) != 0) in ac()
/freebsd-13.1/usr.bin/last/
H A Dlast.c230 if (setutxdb(UTXDB_LOG, file) != 0) in main()
/freebsd-13.1/usr.bin/getent/
H A Dgetent.c696 db = UTXDB_LOG; in utmpx()