Home
last modified time | relevance | path

Searched refs:USER_PROCESS (Results 1 – 8 of 8) sorted by relevance

/external/toybox/toys/pending/
Dlast.c117 && 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()
/external/toybox/toys/posix/
Dwho.c35 if (FLAG(a) || entry->ut_type == USER_PROCESS) { in who_main()
/external/toybox/toys/other/
Duptime.c76 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
/external/selinux/restorecond/
Dutmpwatcher.c63 if (u.ut_type == USER_PROCESS) in utmpwatcher_handle()
/external/toybox/lib/
Dportability.h201 #define USER_PROCESS 0 macro
/external/openssh/
Dloginrec.c665 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()
/external/ppp/pppd/
Dsys-solaris.c2479 utmpx.ut_type = USER_PROCESS;
Dsys-linux.c2202 ut.ut_type = USER_PROCESS; in logwtmp()