Home
last modified time | relevance | path

Searched defs:O_RDWR (Results 1 - 25 of 35) sorted by relevance

12

/third_party/musl/porting/linux/user/include/
H A Dfcntl.h47 #define O_RDWR 02 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h46 #define O_RDWR 02 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h46 #define O_RDWR 02 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h46 #define O_RDWR 02 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h47 #define O_RDWR 02 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h46 #define O_RDWR 02 macro
/third_party/musl/include/
H A Dfcntl.h49 #define O_RDWR 02 macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h456 #define O_RDWR (O_RDONLY|O_WRONLY) macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs388 pub const O_RDWR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs125 pub const O_RDWR: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs329 pub const O_RDWR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs205 pub const O_RDWR: c_int = 4; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs225 pub const O_RDWR: c_int = O_WRONLY | O_RDONLY; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs677 pub const O_RDWR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1016 pub const O_RDWR: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs443 pub const O_RDWR: ::c_int = 0x0003_0000; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs736 pub const O_RDWR: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs508 pub const O_RDWR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1902 pub const O_RDWR: ::c_int = 0o000002; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1468 pub const O_RDWR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1288 pub const O_RDWR: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs179 pub const O_RDWR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs191 pub const O_RDWR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs180 pub const O_RDWR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs180 pub const O_RDWR: u32 = 2; consts

Completed in 124 milliseconds

12