Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetutxent.c57 case UTXDB_LOG: in setutxdb()
72 if (db != UTXDB_LOG) { in setutxdb()
116 if (udb == UTXDB_LOG) { in getfutxent()
/freebsd/include/
H A Dutmpx.h71 #define UTXDB_LOG 2 /* Log indexed by time. */ macro
/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.c694 db = UTXDB_LOG; in utmpx()