Home
last modified time | relevance | path

Searched defs:O_RDONLY (Results 1 - 25 of 39) sorted by relevance

12

/third_party/libuv/docs/code/uvcat/
H A Dmain.c55 uv_fs_open(uv_default_loop(), &open_req, argv[1], O_RDONLY, 0, on_open); in main() local
/third_party/curl/lib/
H A Dconfig-amigaos.h102 # define O_RDONLY 0x0000 macro
/third_party/python/Modules/
H A Dossaudiodev.c34 #define O_RDONLY 00 macro
/third_party/libwebsockets/include/
H A Dlibwebsockets.h88 #define O_RDONLY _O_RDONLY macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h45 #define O_RDONLY 00 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h44 #define O_RDONLY 00 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h44 #define O_RDONLY 00 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h44 #define O_RDONLY 00 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h45 #define O_RDONLY 00 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h44 #define O_RDONLY 00 macro
/third_party/musl/include/
H A Dfcntl.h47 #define O_RDONLY 00 macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h450 #define O_RDONLY 2 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs386 pub const O_RDONLY: ::c_int = 0; consts
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs123 pub const O_RDONLY: ::c_int = 0x0000; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs327 pub const O_RDONLY: ::c_int = 0; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs203 pub const O_RDONLY: c_int = 1; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs221 pub const O_RDONLY: c_int = 0x04000000; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs675 pub const O_RDONLY: ::c_int = 0; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1018 pub const O_RDONLY: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs441 pub const O_RDONLY: ::c_int = 0x0001_0000; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs734 pub const O_RDONLY: ::c_int = 0x0000; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs506 pub const O_RDONLY: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1900 pub const O_RDONLY: ::c_int = 0o000000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1466 pub const O_RDONLY: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1286 pub const O_RDONLY: ::c_int = 0; consts

Completed in 63 milliseconds

12