Home
last modified time | relevance | path

Searched refs:FNDELAY (Results 1 - 11 of 11) sorted by relevance

/third_party/NuttX/fs/vfs/
H A Dfs_fcntl.c40 #define FNDELAY O_NDELAY macro
41 #define FFCNTL (FNONBLOCK | FNDELAY | FAPPEND | FFSYNC | FASYNC)
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c322 # elif defined(F_GETFL) && defined(F_SETFL) && (defined(O_NONBLOCK) || defined(FNDELAY)) in BIO_socket_nbio()
334 l &= ~FNDELAY; /* BSD4.x */ in BIO_socket_nbio()
340 l |= FNDELAY; /* BSD4.x */ in BIO_socket_nbio()
/third_party/openssl/crypto/bio/
H A Dbio_sock.c322 # elif defined(F_GETFL) && defined(F_SETFL) && (defined(O_NONBLOCK) || defined(FNDELAY)) in BIO_socket_nbio()
334 l &= ~FNDELAY; /* BSD4.x */ in BIO_socket_nbio()
340 l |= FNDELAY; /* BSD4.x */ in BIO_socket_nbio()
/third_party/backends/include/sane/
H A Dsanei_backend.h33 # ifdef FNDELAY
34 # define O_NONBLOCK FNDELAY /* last resort */
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h114 #define FNDELAY O_NDELAY macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h113 #define FNDELAY O_NDELAY macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h113 #define FNDELAY O_NDELAY macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h113 #define FNDELAY O_NDELAY macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h116 #define FNDELAY O_NDELAY macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h113 #define FNDELAY O_NDELAY macro
/third_party/musl/include/
H A Dfcntl.h116 #define FNDELAY O_NDELAY macro

Completed in 6 milliseconds