Home
last modified time | relevance | path

Searched defs:O_NONBLOCK (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/backends/include/sane/
H A Dsanei_backend.h31 # define O_NONBLOCK O_NDELAY macro
34 # define O_NONBLOCK FNDELAY /* last resort */ macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h6 #define O_NONBLOCK 0200 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h6 #define O_NONBLOCK 0200 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h6 #define O_NONBLOCK 0200 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs321 pub const O_NONBLOCK: ::c_int = 04000; consts
/third_party/node/tools/
H A Dtest.py613 from os import O_NONBLOCK namespace
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs46 pub const O_NONBLOCK: ::c_int = 128; consts
/third_party/lwip/src/include/lwip/
H A Dsockets.h444 #define O_NONBLOCK 1 /* nonblocking I/O */ macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs394 pub const O_NONBLOCK: ::c_int = 16384; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs415 pub const O_NONBLOCK: ::c_int = 2048; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs336 pub const O_NONBLOCK: ::c_int = 0x4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs556 pub const O_NONBLOCK: ::c_int = 128; consts

Completed in 25 milliseconds

1234