Home
last modified time | relevance | path

Searched refs:FNDELAY (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_io.h52 #ifndef FNDELAY
54 # define FNDELAY O_NONBLOCK macro
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dshell.c182 # if defined (FNDELAY)
183 # define O_NDELAY FNDELAY
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dshell.c182 # if defined (FNDELAY)
183 # define O_NDELAY FNDELAY
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_sock.c306 # elif defined(F_GETFL) && defined(F_SETFL) && (defined(O_NONBLOCK) || defined(FNDELAY)) in BIO_socket_nbio()
317 l &= ~FNDELAY; /* BSD4.x */ in BIO_socket_nbio()
323 l |= FNDELAY; /* BSD4.x */ in BIO_socket_nbio()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Diosignal.c39 # define FNDELAY O_NDELAY macro
157 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) in init_clock_sig()
191 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) in init_clock_sig()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dnon_blocking.c50 #define PATTERN FNDELAY
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h384 #if !defined(FNBLOCK) && defined(FNDELAY)
385 # define FNBLOCK FNDELAY
H A Dconfigure.in75 #include <fcntl.h>], [int x = SIGCHLD | FNDELAY;], , AC_DEFINE(SYSV))
H A Dconfigure3396 int x = SIGCHLD | FNDELAY;
/netbsd-src/sys/sys/
H A Dfcntl.h161 #define FNDELAY O_NONBLOCK /* compat */ macro
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dlsock.c212 if (fcntl(fd, F_SETFL, FNDELAY) == -1)
H A Dsock.c414 if (fcntl(fd, F_SETFL, FNDELAY) == -1)
/netbsd-src/share/doc/psd/21.ipc/
H A Dspell.ok35 FNDELAY
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Drpc_fwd.c187 if (fcntl(fwd_sock, F_SETFL, FNDELAY) < 0 in fwd_init()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d655 enum FNDELAY = O_NONBLOCK;
/netbsd-src/usr.sbin/ypbind/
H A Dypbind.c994 (void)fcntl(rpcsock, F_SETFL, fcntl(rpcsock, F_GETFL, 0) | FNDELAY); in sunrpc_setup()
995 (void)fcntl(pingsock, F_SETFL, fcntl(pingsock, F_GETFL, 0) | FNDELAY); in sunrpc_setup()
/netbsd-src/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c1823 # if defined(FNDELAY) in init_io()
1824 if (fcntl(fd[nbsock], F_SETFL, FNDELAY) < 0) { in init_io()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Dconfigure.in75 #include <fcntl.h>], [int x = SIGCHLD | FNDELAY;], , AC_DEFINE(SYSV))
H A Dconfigure3396 int x = SIGCHLD | FNDELAY;
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_log.c738 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) { in ipf_log_read()