Lines Matching defs:oup
232 struct utmpx *oup;
252 if ((oup = getutxid(&u)) != NULL) {
253 bcopy(oup->ut_host, u.ut_host, sizeof (u.ut_host));
254 bcopy(oup->ut_line, u.ut_line, sizeof (u.ut_line));
255 bcopy(oup->ut_user, u.ut_user, sizeof (u.ut_user));
266 else if (oup != NULL)
267 u.ut_exit.e_exit = oup->ut_exit.e_termination;
310 struct utmpx *oup;
326 if ((oup = getutxid(&u)) != NULL) {
327 bcopy(oup->ut_user, u.ut_user, sizeof (u.ut_user));
328 bcopy(oup->ut_line, u.ut_line, sizeof (u.ut_line));
329 bcopy(oup->ut_host, u.ut_host, sizeof (u.ut_host));