Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/libntp/
HDsocket.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()
HDiosignal.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-14-stable/contrib/ntp/include/
HDntp_io.h50 #ifndef FNDELAY
52 # define FNDELAY O_NONBLOCK macro
/freebsd-14-stable/crypto/openssl/crypto/bio/
HDbio_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()
/freebsd-14-stable/contrib/ntp/sntp/libopts/compat/
HDcompat.h149 # define O_NONBLOCK FNDELAY
/freebsd-14-stable/sys/sys/
HDfcntl.h197 #define FNDELAY O_NONBLOCK /* compat */ macro
/freebsd-14-stable/share/doc/psd/21.ipc/
HDspell.ok35 FNDELAY
/freebsd-14-stable/sbin/ipf/ipsend/
HDsock.c264 if (fcntl(fd, F_SETFL, FNDELAY) == -1) in do_socket()
/freebsd-14-stable/contrib/tcsh/
HDtc.func.c1706 # ifndef FNDELAY in fixio()
1707 # define FNDELAY 0 in fixio() macro
1719 FNDELAY|_FNDELAY|FNDLEAY); /* whew! */ in fixio()
/freebsd-14-stable/contrib/ntp/ntpdate/
HDntpdate.c1820 # if defined(FNDELAY) in init_io()
1821 if (fcntl(fd[nbsock], F_SETFL, FNDELAY) < 0) { in init_io()
/freebsd-14-stable/contrib/ee/
HDnew_curse.c2280 in_value = fcntl(0, F_SETFL, old_arg | FNDELAY);