Home
last modified time | relevance | path

Searched defs:O_TRUNC (Results 1 - 25 of 57) sorted by relevance

123

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h4 #define O_TRUNC 01000 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs190 pub const O_TRUNC: ::c_int = 0x400; consts
236 pub const O_TRUNC: ::c_int = 512; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs322 pub const O_TRUNC: ::c_int = 01000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs7 pub const O_TRUNC: ::c_int = 512; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs489 pub const O_TRUNC: ::c_int = 512; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs391 pub const O_TRUNC: ::c_int = 1024; consts
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs128 pub const O_TRUNC: ::c_int = 0x0200; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs573 pub const O_TRUNC: ::c_int = 512; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs332 pub const O_TRUNC: ::c_int = 1024; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs211 pub const O_TRUNC: c_int = 0x20; consts

Completed in 18 milliseconds

123