Home
last modified time | relevance | path

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

/external/openssh/
Dloginrec.c252 li->type = LTYPE_LOGOUT; in login_logout()
475 else if (li->type == LTYPE_LOGOUT) in login_write()
670 case LTYPE_LOGOUT: in construct_utmp()
687 if (li->type == LTYPE_LOGOUT) in construct_utmp()
760 case LTYPE_LOGOUT: in construct_utmpx()
772 if (li->type == LTYPE_LOGOUT) in construct_utmpx()
973 case LTYPE_LOGOUT: in utmp_write_entry()
1071 case LTYPE_LOGOUT: in utmpx_write_entry()
1139 case LTYPE_LOGOUT: in wtmp_write_entry()
1318 case LTYPE_LOGOUT: in wtmpx_write_entry()
[all …]
Dloginrec.h54 #define LTYPE_LOGOUT 8 macro