Searched defs:O_NONBLOCK (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dunistd.h21 #define O_NONBLOCK 1 macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsocket.c140 #undef O_NONBLOCK macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h149 # define O_NONBLOCK FNDELAY macro
/freebsd-11-stable/usr.sbin/ppp/
H A Dmain.c103 #define O_NONBLOCK O_NDELAY macro
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h372 # undef O_NONBLOCK macro
376 # define O_NONBLOCK O_NDELAY macro
/freebsd-11-stable/sys/sys/
H A Dfcntl.h90 #define O_NONBLOCK 0x0004 /* no delay */ macro
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c105 #define O_NONBLOCK O_NDELAY macro
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c1827 (void)fcntl(fileno_stdin(), F_SETFL, O_NONBLOCK); local
H A Ds_server.c2359 (void)fcntl(fileno_stdin(), F_SETFL, O_NONBLOCK); local
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h152 # define O_NONBLOCK 00004 /* Non Blocking Open */ macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.func.c1686 # define O_NONBLOCK 0 macro
/freebsd-11-stable/contrib/file/src/
H A Dfile.h659 #define O_NONBLOCK 0 macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c3028 #define O_NONBLOCK 0 macro

Completed in 287 milliseconds