Home
last modified time | relevance | path

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

123

/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dfcntl.h40 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h21 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs52 pub const O_NDELAY: ::c_int = 0x80; consts
/third_party/lwip/src/include/lwip/
H A Dsockets.h447 #define O_NDELAY O_NONBLOCK /* same as O_NONBLOCK, for compatibility */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs530 pub const O_NDELAY: ::c_int = O_NONBLOCK; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs543 pub const O_NDELAY: ::c_int = 0x800; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs341 pub const O_NDELAY: ::c_int = O_NONBLOCK; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs562 pub const O_NDELAY: ::c_int = 0x80; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs335 pub const O_NDELAY: ::c_int = 0x4004; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs326 pub const O_NDELAY: ::c_int = 2048; consts

Completed in 19 milliseconds

123