Searched refs:USER_PROCESS (Results 1 – 9 of 9) sorted by relevance
34 if ((toys.optflags & FLAG_a) || entry->ut_type == USER_PROCESS) { in who_main()
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()
49 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
72 if ((utmpstruct->ut_type == USER_PROCESS) && in sprint_uptime()
63 if (u.ut_type == USER_PROCESS) in utmpwatcher_handle()
662 ut->ut_type = USER_PROCESS; in construct_utmp()755 utx->ut_type = USER_PROCESS; in construct_utmpx()1169 if (ut->ut_type & USER_PROCESS) in wtmp_islogin()1333 if (utx->ut_type == USER_PROCESS) in wtmpx_islogin()
229 #define USER_PROCESS 0 macro
2479 utmpx.ut_type = USER_PROCESS;
2202 ut.ut_type = USER_PROCESS; in logwtmp()