Home
last modified time | relevance | path

Searched defs:O_TMPFILE (Results 1 - 25 of 46) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/ltp/include/lapi/
H A Dfcntl.h29 # define O_TMPFILE (020000000 | O_DIRECTORY) macro
/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c97 #define O_TMPFILE 020200000 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs173 pub const O_TMPFILE: ::c_int = 0x2000000 | O_DIRECTORY; consts
219 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs279 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs492 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs422 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs561 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dmod.rs214 pub const O_TMPFILE: ::c_int = 4259840; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs608 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; consts

Completed in 18 milliseconds

12