Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dwho.c34 if ((toys.optflags & FLAG_a) || entry->ut_type == USER_PROCESS) { in who_main()
/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/other/
Duptime.c39 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
/external/selinux/policycoreutils/restorecond/
Dutmpwatcher.c63 if (u.ut_type == USER_PROCESS) in utmpwatcher_handle()
/external/toybox/lib/
Dportability.h230 #define USER_PROCESS 0 macro
/external/ppp/pppd/
Dsys-linux.c2202 ut.ut_type = USER_PROCESS; in logwtmp()
Dsys-solaris.c2479 utmpx.ut_type = USER_PROCESS;