Home
last modified time | relevance | path

Searched refs:USER_PROCESS (Results 1 – 9 of 9) 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.c49 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
/external/ltp/tools/top-LTP/proc/
Dwhattime.c72 if ((utmpstruct->ut_type == USER_PROCESS) && in sprint_uptime()
/external/selinux/restorecond/
Dutmpwatcher.c63 if (u.ut_type == USER_PROCESS) in utmpwatcher_handle()
/external/openssh/
Dloginrec.c662 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()
/external/toybox/lib/
Dportability.h229 #define USER_PROCESS 0 macro
/external/ppp/pppd/
Dsys-solaris.c2479 utmpx.ut_type = USER_PROCESS;
Dsys-linux.c2202 ut.ut_type = USER_PROCESS; in logwtmp()