Home
last modified time | relevance | path

Searched defs:O_NDELAY (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dfcntl.h40 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/arm/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/x86_64/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/generic/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/mips/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/x32/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h21 #define O_NDELAY O_NONBLOCK macro
/third_party/lwip/src/include/lwip/
Dsockets.h447 #define O_NDELAY O_NONBLOCK /* same as O_NONBLOCK, for compatibility */ macro