Searched refs:FNDELAY (Results 1 – 19 of 19) sorted by relevance
| /freebsd-10-stable/contrib/ntp/libntp/ |
| D | socket.c | 141 #undef FNDELAY in make_socket_nonblocking() 151 #elif defined(FNDELAY) in make_socket_nonblocking() 152 if (fcntl(fd, F_SETFL, FNDELAY) < 0) { in make_socket_nonblocking()
|
| D | iosignal.c | 37 # define FNDELAY O_NDELAY macro 155 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) in init_clock_sig() 189 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) in init_clock_sig()
|
| /freebsd-10-stable/contrib/ntp/include/ |
| D | ntp_io.h | 50 #ifndef FNDELAY 52 # define FNDELAY O_NONBLOCK macro
|
| /freebsd-10-stable/contrib/apr/network_io/unix/ |
| D | sockopt.c | 32 #elif defined(FNDELAY) in soblock() 33 fd_flags &= ~FNDELAY; in soblock() 58 #elif defined(FNDELAY) in sononblock() 59 fd_flags |= FNDELAY; in sononblock()
|
| /freebsd-10-stable/contrib/libreadline/ |
| D | shell.c | 176 # if defined (FNDELAY) 177 # define O_NDELAY FNDELAY
|
| /freebsd-10-stable/contrib/libreadline/examples/rlfe/ |
| D | os.h | 382 #if !defined(FNBLOCK) && defined(FNDELAY) 383 # define FNBLOCK FNDELAY
|
| D | configure.in | 73 #include <fcntl.h>], [int x = SIGCHLD | FNDELAY;], , AC_DEFINE(SYSV))
|
| D | configure | 2821 int x = SIGCHLD | FNDELAY;
|
| /freebsd-10-stable/contrib/ntp/sntp/libopts/compat/ |
| D | compat.h | 149 # define O_NONBLOCK FNDELAY
|
| /freebsd-10-stable/sys/sys/ |
| D | fcntl.h | 170 #define FNDELAY O_NONBLOCK /* compat */ macro
|
| /freebsd-10-stable/contrib/ipfilter/ipsend/ |
| D | lsock.c | 210 if (fcntl(fd, F_SETFL, FNDELAY) == -1)
|
| D | sock.c | 408 if (fcntl(fd, F_SETFL, FNDELAY) == -1)
|
| /freebsd-10-stable/share/doc/psd/21.ipc/ |
| D | spell.ok | 35 FNDELAY
|
| /freebsd-10-stable/contrib/amd/amd/ |
| D | rpc_fwd.c | 185 if (fcntl(fwd_sock, F_SETFL, FNDELAY) < 0 in fwd_init()
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | tc.func.c | 1703 # ifndef FNDELAY in fixio() 1704 # define FNDELAY 0 in fixio() macro 1716 FNDELAY|_FNDELAY|FNDLEAY); /* whew! */ in fixio()
|
| /freebsd-10-stable/contrib/ntp/ntpdate/ |
| D | ntpdate.c | 1809 # if defined(FNDELAY) in init_io() 1810 if (fcntl(fd[nbsock], F_SETFL, FNDELAY) < 0) { in init_io()
|
| /freebsd-10-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_log.c | 745 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) {
|
| /freebsd-10-stable/contrib/ee/ |
| D | new_curse.c | 2280 in_value = fcntl(0, F_SETFL, old_arg | FNDELAY);
|
| /freebsd-10-stable/sys/dev/bktr/ |
| D | bktr_core.c | 1258 if (ioflag & FNDELAY) { in vbi_read()
|