/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/ltp/include/lapi/ |
D | fcntl.h | 30 # define O_TMPFILE (020000000 | O_DIRECTORY) macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 173 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/ |
D | sljitProtExecAllocator.c | 97 #define O_TMPFILE 020200000 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 279 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 492 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 422 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | mod.rs | 224 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | mod.rs | 214 pub const O_TMPFILE: ::c_int = 4259840; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/ |
D | mod.rs | 561 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; constant
|