Home
last modified time | relevance | path

Searched refs:AT_EGID (Results 1 – 25 of 39) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dgetegid.c27 unsigned long int ret = getauxval(AT_EGID); in getegid_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
Dunistd_getid_test.cpp56 EXPECT_EQ(getegid(), getauxval(AT_EGID));
/third_party/musl/porting/liteos_a/user/src/env/
D__libc_start_main.c42 if (aux[AT_UID]==aux[AT_EUID] && aux[AT_GID]==aux[AT_EGID] in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
D__libc_start_main.c43 if (aux[AT_UID]==aux[AT_EUID] && aux[AT_GID]==aux[AT_EGID] in __init_libc()
/third_party/musl/src/env/
D__libc_start_main.c42 if (aux[AT_UID]==aux[AT_EUID] && aux[AT_GID]==aux[AT_EGID] in __init_libc()
/third_party/musl/porting/linux/user/src/env/
D__libc_start_main.c43 if (aux[AT_UID]==aux[AT_EUID] && aux[AT_GID]==aux[AT_EGID] in __init_libc()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs282 pub const AT_EGID: ::c_ulong = 14; constant
/third_party/rust/crates/libc/libc-test/semver/
Dnetbsd.txt70 AT_EGID
Dfreebsd.txt88 AT_EGID
Dlinux.txt158 AT_EGID
/third_party/musl/porting/linux/user/include/
Delf.h1002 #define AT_EGID 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h994 #define AT_EGID 14 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h994 #define AT_EGID 14 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h994 #define AT_EGID 14 macro
/third_party/musl/include/
Delf.h997 #define AT_EGID 14 macro
/third_party/elfio/elfio/
Delf_types.hpp1075 constexpr Elf_Word AT_EGID = 14; // Effective gid variable
/third_party/musl/ndk_musl_include/
Delf.h994 #define AT_EGID 14 macro
/third_party/elfutils/libelf/
Delf.h1196 #define AT_EGID 14 /* Effective gid */ macro
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1767 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1768 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
/third_party/musl/ldso/
Ddynlink.c1751 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1358 pub const AT_EGID: ::c_int = 2002; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3051 pub const AT_EGID: ::c_int = 14; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1574 pub const AT_EGID: ::c_ulong = 14; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs166 pub const AT_EGID: u32 = 14; constant

12