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

/freebsd-current/contrib/ntp/libntp/
H A Dsocket.c140 #undef O_NONBLOCK macro
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h149 # define O_NONBLOCK FNDELAY macro
/freebsd-current/usr.sbin/ppp/
H A Dmain.c101 #define O_NONBLOCK O_NDELAY macro
/freebsd-current/lib/libc/tests/stdio/
H A Dgetdelim_test.c345 ATF_REQUIRE(fcntl(fileno(fp), F_SETFL, flags | O_NONBLOCK) >= 0); local
/freebsd-current/sys/sys/
H A Dfcntl.h89 #define O_NONBLOCK 0x0004 /* no delay */ macro
/freebsd-current/usr.bin/chat/
H A Dchat.c102 #define O_NONBLOCK O_NDELAY macro
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h123 # define O_NONBLOCK 0 macro
/freebsd-current/contrib/tcsh/
H A Dtc.func.c1686 # define O_NONBLOCK 0 macro
/freebsd-current/crypto/openssh/
H A Ddefines.h162 # define O_NONBLOCK 00004 /* Non Blocking Open */ macro
/freebsd-current/contrib/file/src/
H A Dfile.h709 #define O_NONBLOCK 0 macro
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_parse.c3042 #define O_NONBLOCK 0 macro

Completed in 205 milliseconds