Home
last modified time | relevance | path

Searched refs:LTYPE_LOGOUT (Results 1 – 2 of 2) 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