| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | ntp_io.h | 52 #ifndef FNDELAY 54 # define FNDELAY O_NONBLOCK macro
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | shell.c | 182 # if defined (FNDELAY) 183 # define O_NDELAY FNDELAY
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | shell.c | 182 # if defined (FNDELAY) 183 # define O_NDELAY FNDELAY
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | b_sock.c | 306 # 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 D | bio_sock.c | 322 # 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 D | iosignal.c | 39 # 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 D | non_blocking.c | 50 #define PATTERN FNDELAY
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
| H A D | os.h | 384 #if !defined(FNBLOCK) && defined(FNDELAY) 385 # define FNBLOCK FNDELAY
|
| H A D | configure.in | 75 #include <fcntl.h>], [int x = SIGCHLD | FNDELAY;], , AC_DEFINE(SYSV))
|
| H A D | configure | 3396 int x = SIGCHLD | FNDELAY;
|
| /netbsd-src/sys/sys/ |
| H A D | fcntl.h | 161 #define FNDELAY O_NONBLOCK /* compat */ macro
|
| /netbsd-src/external/bsd/ipf/dist/ipsend/ |
| H A D | lsock.c | 212 if (fcntl(fd, F_SETFL, FNDELAY) == -1)
|
| H A D | sock.c | 414 if (fcntl(fd, F_SETFL, FNDELAY) == -1)
|
| /netbsd-src/share/doc/psd/21.ipc/ |
| H A D | spell.ok | 35 FNDELAY
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | rpc_fwd.c | 187 if (fcntl(fwd_sock, F_SETFL, FNDELAY) < 0 in fwd_init()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | fcntl.d | 655 enum FNDELAY = O_NONBLOCK;
|
| /netbsd-src/usr.sbin/ypbind/ |
| H A D | ypbind.c | 994 (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 D | ntpdate.c | 1823 # 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 D | configure.in | 75 #include <fcntl.h>], [int x = SIGCHLD | FNDELAY;], , AC_DEFINE(SYSV))
|
| H A D | configure | 3396 int x = SIGCHLD | FNDELAY;
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_log.c | 738 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) { in ipf_log_read()
|