Home
last modified time | relevance | path

Searched refs:ut_type (Results 1 – 15 of 15) sorted by relevance

/third_party/toybox/toys/pending/
Dlast.c112 if (!strcmp(ut.ut_user, "runlevel")) ut.ut_type = RUN_LVL; in last_main()
113 else if (!strcmp(ut.ut_user, "reboot")) ut.ut_type = BOOT_TIME; in last_main()
114 else if (!strcmp(ut.ut_user, "shutdown")) ut.ut_type = SHUTDOWN_TIME; in last_main()
115 } else if (!*ut.ut_user) ut.ut_type = DEAD_PROCESS; in last_main()
116 else if (*ut.ut_user && *ut.ut_line && ut.ut_type != DEAD_PROCESS in last_main()
117 && strcmp(ut.ut_user, "LOGIN")) ut.ut_type = USER_PROCESS; in last_main()
122 if (ut.ut_line[0] == '|') ut.ut_type = OLD_TIME; in last_main()
123 if (ut.ut_line[0] == '{') ut.ut_type = NEW_TIME; in last_main()
126 if ((ut.ut_type == SHUTDOWN_TIME) || ((ut.ut_type == RUN_LVL) && in last_main()
132 } else if (ut.ut_type == BOOT_TIME) { in last_main()
[all …]
Dgetty.c273 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; in utmp_entry()
275 entry.ut_type = LOGIN_PROCESS; in utmp_entry()
Dtelnetd.c121 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; in utmp_entry()
123 if (!utp_ptr) entry.ut_type = DEAD_PROCESS; in utmp_entry()
/third_party/toybox/toys/other/
Dw.c26 if (x->ut_type==7) { in w_main()
Duptime.c76 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
/third_party/toybox/toys/posix/
Dwho.c35 if (FLAG(a) || entry->ut_type == USER_PROCESS) { in who_main()
/third_party/musl/ndk_musl_include/
Dutmpx.h18 short ut_type; member
/third_party/musl/include/
Dutmpx.h18 short ut_type; member
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h18 short ut_type; member
/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h18 short ut_type; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h18 short ut_type; member
/third_party/musl/libc-test/src/api/
Dutmpx.c15 F(short, ut_type) in f()
/third_party/toybox/lib/
Dportability.h217 struct utmpx {int ut_type;}; member
/third_party/libuv/src/unix/
Daix.c1028 if (utmp_buf->ut_user[0] && utmp_buf->ut_type == USER_PROCESS) in uv_uptime()
1030 if (utmp_buf->ut_type == BOOT_TIME) in uv_uptime()
Dos390.c220 u.ut_type = BOOT_TIME; in uv_uptime()