Searched refs:LTYPE_LOGOUT (Results 1 – 2 of 2) sorted by relevance
252 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 …]
54 #define LTYPE_LOGOUT 8 macro