Home
last modified time | relevance | path

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

/external/dropbear/
Dloginrec.c220 li->type = LTYPE_LOGOUT; in login_logout()
513 case LTYPE_LOGOUT: in construct_utmp()
530 if (li->type == LTYPE_LOGOUT) in construct_utmp()
602 case LTYPE_LOGOUT: in construct_utmpx()
612 if (li->type == LTYPE_LOGOUT) in construct_utmpx()
787 case LTYPE_LOGOUT: in utmp_write_entry()
885 case LTYPE_LOGOUT: in utmpx_write_entry()
951 case LTYPE_LOGOUT: in wtmp_write_entry()
1120 case LTYPE_LOGOUT: in wtmpx_write_entry()
1263 case LTYPE_LOGOUT: in syslogin_write_entry()
Dloginrec.h119 #define LTYPE_LOGOUT 8 macro
/external/openssh/
Dloginrec.c253 li->type = LTYPE_LOGOUT; in login_logout()
473 else if (li->type == LTYPE_LOGOUT) in login_write()
668 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()
971 case LTYPE_LOGOUT: in utmp_write_entry()
1069 case LTYPE_LOGOUT: in utmpx_write_entry()
1137 case LTYPE_LOGOUT: in wtmp_write_entry()
1316 case LTYPE_LOGOUT: in wtmpx_write_entry()
[all …]
Dloginrec.h54 #define LTYPE_LOGOUT 8 macro