Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/libntp/
Dsocket.c141 #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()
Diosignal.c37 # 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/
Dntp_io.h50 #ifndef FNDELAY
52 # define FNDELAY O_NONBLOCK macro
/freebsd-10-stable/contrib/apr/network_io/unix/
Dsockopt.c32 #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/
Dshell.c176 # if defined (FNDELAY)
177 # define O_NDELAY FNDELAY
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
Dos.h382 #if !defined(FNBLOCK) && defined(FNDELAY)
383 # define FNBLOCK FNDELAY
Dconfigure.in73 #include <fcntl.h>], [int x = SIGCHLD | FNDELAY;], , AC_DEFINE(SYSV))
Dconfigure2821 int x = SIGCHLD | FNDELAY;
/freebsd-10-stable/contrib/ntp/sntp/libopts/compat/
Dcompat.h149 # define O_NONBLOCK FNDELAY
/freebsd-10-stable/sys/sys/
Dfcntl.h170 #define FNDELAY O_NONBLOCK /* compat */ macro
/freebsd-10-stable/contrib/ipfilter/ipsend/
Dlsock.c210 if (fcntl(fd, F_SETFL, FNDELAY) == -1)
Dsock.c408 if (fcntl(fd, F_SETFL, FNDELAY) == -1)
/freebsd-10-stable/share/doc/psd/21.ipc/
Dspell.ok35 FNDELAY
/freebsd-10-stable/contrib/amd/amd/
Drpc_fwd.c185 if (fcntl(fwd_sock, F_SETFL, FNDELAY) < 0 in fwd_init()
/freebsd-10-stable/contrib/tcsh/
Dtc.func.c1703 # ifndef FNDELAY in fixio()
1704 # define FNDELAY 0 in fixio() macro
1716 FNDELAY|_FNDELAY|FNDLEAY); /* whew! */ in fixio()
/freebsd-10-stable/contrib/ntp/ntpdate/
Dntpdate.c1809 # 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/
Dip_log.c745 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) {
/freebsd-10-stable/contrib/ee/
Dnew_curse.c2280 in_value = fcntl(0, F_SETFL, old_arg | FNDELAY);
/freebsd-10-stable/sys/dev/bktr/
Dbktr_core.c1258 if (ioflag & FNDELAY) { in vbi_read()