Home
last modified time | relevance | path

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

/external/openssh/
Dloginrec.c255 li->type = LTYPE_LOGOUT; in login_logout()
478 else if (li->type == LTYPE_LOGOUT) in login_write()
670 case LTYPE_LOGOUT: in construct_utmp()
684 if (li->type == LTYPE_LOGOUT) in construct_utmp()
757 case LTYPE_LOGOUT: in construct_utmpx()
769 if (li->type == LTYPE_LOGOUT) in construct_utmpx()
970 case LTYPE_LOGOUT: in utmp_write_entry()
1068 case LTYPE_LOGOUT: in utmpx_write_entry()
1136 case LTYPE_LOGOUT: in wtmp_write_entry()
1315 case LTYPE_LOGOUT: in wtmpx_write_entry()
[all …]
Dloginrec.h56 #define LTYPE_LOGOUT 8 macro