Home
last modified time | relevance | path

Searched refs:AT_EUID (Results 1 - 25 of 36) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgeteuid.c27 unsigned long int ret = getauxval(AT_EUID); in geteuid_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_getid_test.cpp34 EXPECT_EQ(geteuid(), getauxval(AT_EUID)); in HWTEST_F()
/third_party/musl/porting/linux/user/src/env/
H A 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/
H A D__libc_start_main.c45 if (aux[AT_UID]==aux[AT_EUID] && aux[AT_GID]==aux[AT_EGID] in __init_libc()
/third_party/musl/porting/liteos_a/user/src/env/
H A 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/
H A 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/
H A Dmod.rs280 pub const AT_EUID: ::c_ulong = 12; consts
/third_party/elfio/elfio/
H A Delf_types.hpp1073 constexpr Elf_Word AT_EUID = 12; // Effective uid member
/third_party/musl/porting/linux/user/include/
H A Delf.h1001 #define AT_EUID 12 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h992 #define AT_EUID 12 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h992 #define AT_EUID 12 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h992 #define AT_EUID 12 macro
/third_party/musl/include/
H A Delf.h1027 #define AT_EUID 12 macro
/third_party/elfutils/libelf/
H A Delf.h1194 #define AT_EUID 12 /* Effective uid */ macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1767 libc.secure = ((aux[0]&0x7800)!=0x7800 || aux[AT_UID]!=aux[AT_EUID] in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1766 libc.secure = ((aux[0]&0x7800)!=0x7800 || aux[AT_UID]!=aux[AT_EUID] in __dls3()
/third_party/musl/ldso/
H A Ddynlink.c1861 libc.secure = ((aux[0]&0x7800)!=0x7800 || aux[AT_UID]!=aux[AT_EUID]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1356 pub const AT_EUID: ::c_int = 2000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs159 pub const AT_EUID: u32 = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1572 pub const AT_EUID: ::c_ulong = 12; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3049 pub const AT_EUID: ::c_int = 12; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs164 pub const AT_EUID: u32 = 12; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs164 pub const AT_EUID: u32 = 12; consts
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2889 libc.secure = ((aux[0]&0x7800)!=0x7800 || aux[AT_UID]!=aux[AT_EUID] in __dls3()
/third_party/musl/ldso/linux/
H A Ddynlink.c3119 libc.secure = ((aux[0]&0x7800)!=0x7800 || aux[AT_UID]!=aux[AT_EUID] in __dls3()

Completed in 167 milliseconds

12