Home
last modified time | relevance | path

Searched defs:O_NOFOLLOW (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/toybox/lib/
H A Dportability.h232 #define O_NOFOLLOW 0 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs320 pub const O_NOFOLLOW: ::c_int = 0x20000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs40 pub const O_NOFOLLOW: ::c_int = 0x20000; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dmod.rs62 pub const O_NOFOLLOW: ::c_int = 0x8000; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs56 pub const O_NOFOLLOW: ::c_int = 0x400000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs606 pub const O_NOFOLLOW: ::c_int = 0x20000; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs337 pub const O_NOFOLLOW: ::c_int = 0x100; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs152 pub const O_NOFOLLOW: ::c_int = 0x8000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs550 pub const O_NOFOLLOW: ::c_int = 0x20000; consts

Completed in 17 milliseconds

1234