Searched refs:USER_PROCESS (Results 1 – 8 of 8) sorted by relevance
117 && strcmp(ut.ut_user, "LOGIN")) ut.ut_type = USER_PROCESS; in last_main()141 } else if (ut.ut_type == USER_PROCESS && *ut.ut_line) { in last_main()
35 if (FLAG(a) || entry->ut_type == USER_PROCESS) { in who_main()
76 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
63 if (u.ut_type == USER_PROCESS) in utmpwatcher_handle()
201 #define USER_PROCESS 0 macro
665 ut->ut_type = USER_PROCESS; in construct_utmp()758 utx->ut_type = USER_PROCESS; in construct_utmpx()1172 if (ut->ut_type & USER_PROCESS) in wtmp_islogin()1336 if (utx->ut_type == USER_PROCESS) in wtmpx_islogin()
2479 utmpx.ut_type = USER_PROCESS;
2202 ut.ut_type = USER_PROCESS; in logwtmp()