Home
last modified time | relevance | path

Searched refs:LTYPE_LOGOUT (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dloginrec.c256 li->type = LTYPE_LOGOUT; in login_logout()
479 else if (li->type == LTYPE_LOGOUT) in login_write()
671 case LTYPE_LOGOUT: in construct_utmp()
685 if (li->type == LTYPE_LOGOUT) in construct_utmp()
758 case LTYPE_LOGOUT: in construct_utmpx()
770 if (li->type == LTYPE_LOGOUT) in construct_utmpx()
974 case LTYPE_LOGOUT: in utmp_write_entry()
1072 case LTYPE_LOGOUT: in utmpx_write_entry()
1140 case LTYPE_LOGOUT: in wtmp_write_entry()
1319 case LTYPE_LOGOUT: in wtmpx_write_entry()
[all …]
H A Dloginrec.h56 #define LTYPE_LOGOUT 8 macro