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:SYS_getgid
(Results
1 - 25
of
47
) sorted by relevance
1
2
/third_party/musl/porting/linux/user/include/sys/
H
A
D
syscall.h
10
#undef
SYS_getgid
macro
29
#define
SYS_getgid
SYS_getgid32
macro
/third_party/musl/include/sys/
H
A
D
syscall.h
9
#undef
SYS_getgid
macro
28
#define
SYS_getgid
SYS_getgid32
macro
/third_party/musl/src/unistd/
H
A
D
getgid.c
6
return __syscall(
SYS_getgid
);
in getgid()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H
A
D
syscall.c
43
gid = syscall(
SYS_getgid
);
in syscall_0200()
45
t_error("%s syscall
SYS_getgid
is not 0\n", __func__);
in syscall_0200()
/third_party/ltp/testcases/kernel/syscalls/syscall/
H
A
D
syscall01.c
62
g2 = syscall(
SYS_getgid
);
in verify_getgid()
66
tst_res(TPASS, "getgid() == syscall(
SYS_getgid
)");
in verify_getgid()
68
tst_res(TFAIL, "getgid() = %i, syscall(
SYS_getgid
) = %i",
in verify_getgid()
/third_party/musl/porting/liteos_m/user/src/internal/
H
A
D
syscall.h
75
#undef
SYS_getgid
macro
94
#define
SYS_getgid
SYS_getgid32
macro
/third_party/musl/src/internal/
H
A
D
syscall.h
88
#undef
SYS_getgid
macro
107
#define
SYS_getgid
SYS_getgid32
macro
/third_party/musl/porting/linux/user/src/internal/
H
A
D
syscall.h
88
#undef
SYS_getgid
macro
107
#define
SYS_getgid
SYS_getgid32
macro
/third_party/musl/src/process/
H
A
D
posix_spawn.c
82
if ((ret=__syscall(SYS_setgid, __syscall(
SYS_getgid
))) ||
in child()
/third_party/musl/porting/liteos_a/user/src/process/
H
A
D
posix_spawn.c
81
if ((ret=__syscall(SYS_setgid, __syscall(
SYS_getgid
))) ||
in child()
/third_party/musl/porting/liteos_m/user/include/bits/
H
A
D
syscall.h
456
#define
SYS_getgid
47
macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H
A
D
not_x32.rs
183
pub const
SYS_getgid
: ::c_long = 104;
consts
H
A
D
x32.rs
146
pub const
SYS_getgid
: ::c_long = __X32_SYSCALL_BIT + 104;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H
A
D
mod.rs
279
pub const
SYS_getgid
: ::c_long = 176;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H
A
D
mod.rs
237
pub const
SYS_getgid
: ::c_long = 176;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H
A
D
arm.rs
189
pub const
SYS_getgid
: ::c_long = 47;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H
A
D
mod.rs
313
pub const
SYS_getgid
: ::c_long = 4000 + 47;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H
A
D
hexagon.rs
401
pub const
SYS_getgid
: ::c_int = 176;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H
A
D
mod.rs
198
pub const
SYS_getgid
: ::c_long = 47;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H
A
D
mod.rs
441
pub const
SYS_getgid
: ::c_long = 176;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H
A
D
powerpc.rs
474
pub const
SYS_getgid
: ::c_long = 47;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H
A
D
mod.rs
205
pub const
SYS_getgid
: ::c_long = 4000 + 47;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H
A
D
mod.rs
510
pub const
SYS_getgid
: ::c_long = 47;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H
A
D
mod.rs
546
pub const
SYS_getgid
: ::c_long = 176;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H
A
D
mod.rs
501
pub const
SYS_getgid
: ::c_long = 104;
consts
Completed in 34 milliseconds
1
2