Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:USER_PROCESS
(Results
1 - 20
of
20
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
who.c
35
if (FLAG(a) || entry->ut_type ==
USER_PROCESS
) {
in who_main()
/third_party/toybox/toys/pending/
H
A
D
last.c
117
&& 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
D
utmpx.h
60
#define
USER_PROCESS
7
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
utmpx.h
60
#define
USER_PROCESS
7
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
utmpx.h
60
#define
USER_PROCESS
7
macro
/third_party/musl/include/
H
A
D
utmpx.h
60
#define
USER_PROCESS
7
macro
/third_party/musl/libc-test/src/api/
H
A
D
utmpx.c
22
C(
USER_PROCESS
)
in f()
/third_party/toybox/toys/other/
H
A
D
uptime.c
73
while ((entry = getutxent())) if (entry->ut_type ==
USER_PROCESS
) users++;
in uptime_main()
/third_party/toybox/lib/
H
A
D
portability.h
223
#define
USER_PROCESS
0
macro
/third_party/libuv/src/unix/
H
A
D
aix.c
1044
if (utmp_buf->ut_user[0] && utmp_buf->ut_type ==
USER_PROCESS
)
in uv_uptime()
/third_party/node/deps/uv/src/unix/
H
A
D
aix.c
1028
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
D
mod.rs
652
pub const
USER_PROCESS
: ::c_short = 7;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H
A
D
mod.rs
1430
pub const
USER_PROCESS
: ::c_short = 7;
consts
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1444
pub const
USER_PROCESS
: ::c_short = 4;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
2199
pub const
USER_PROCESS
: u16 = 7;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1881
pub const
USER_PROCESS
: ::c_short = 7;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1029
pub const
USER_PROCESS
: ::c_short = 7;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
2188
pub const
USER_PROCESS
: ::c_short = 7;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
mod.rs
2990
pub const
USER_PROCESS
: ::c_short = 4;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
2627
pub const
USER_PROCESS
: ::c_short = 7;
consts
Completed in 76 milliseconds