Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dloginrec.c242 li->type = LTYPE_LOGOUT; in login_logout()
468 else if (li->type == LTYPE_LOGOUT) in login_write()
663 case LTYPE_LOGOUT: in construct_utmp()
677 if (li->type == LTYPE_LOGOUT) in construct_utmp()
750 case LTYPE_LOGOUT: in construct_utmpx()
762 if (li->type == LTYPE_LOGOUT) in construct_utmpx()
966 case LTYPE_LOGOUT: in utmp_write_entry()
1064 case LTYPE_LOGOUT: in utmpx_write_entry()
1132 case LTYPE_LOGOUT: in wtmp_write_entry()
1311 case LTYPE_LOGOUT: in wtmpx_write_entry()
[all …]
H A Dloginrec.h56 #define LTYPE_LOGOUT 8 macro