Home
last modified time | relevance | path

Searched refs:USER_PROCESS (Results 1 - 20 of 20) sorted by relevance

/third_party/toybox/toys/posix/
H A Dwho.c35 if (FLAG(a) || entry->ut_type == USER_PROCESS) { in who_main()
/third_party/toybox/toys/pending/
H A 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()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dutmpx.h60 #define USER_PROCESS 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutmpx.h60 #define USER_PROCESS 7 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dutmpx.h60 #define USER_PROCESS 7 macro
/third_party/musl/include/
H A Dutmpx.h60 #define USER_PROCESS 7 macro
/third_party/musl/libc-test/src/api/
H A Dutmpx.c22 C(USER_PROCESS) in f()
/third_party/toybox/toys/other/
H A Duptime.c73 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
/third_party/toybox/lib/
H A Dportability.h223 #define USER_PROCESS 0 macro
/third_party/libuv/src/unix/
H A Daix.c1044 if (utmp_buf->ut_user[0] && utmp_buf->ut_type == USER_PROCESS) in uv_uptime()
/third_party/node/deps/uv/src/unix/
H A Daix.c1028 if (utmp_buf->ut_user[0] && utmp_buf->ut_type == USER_PROCESS) in uv_uptime()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs652 pub const USER_PROCESS: ::c_short = 7; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1430 pub const USER_PROCESS: ::c_short = 7; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1444 pub const USER_PROCESS: ::c_short = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2199 pub const USER_PROCESS: u16 = 7; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1881 pub const USER_PROCESS: ::c_short = 7; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1029 pub const USER_PROCESS: ::c_short = 7; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2188 pub const USER_PROCESS: ::c_short = 7; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2990 pub const USER_PROCESS: ::c_short = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs2627 pub const USER_PROCESS: ::c_short = 7; consts

Completed in 76 milliseconds