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

12