Searched defs:O_NONBLOCK (Results 1 - 12 of 12) sorted by last modified time

/freebsd-10.3-release/usr.sbin/ppp/
H A Dmain.c101 #define O_NONBLOCK O_NDELAY macro
/freebsd-10.3-release/usr.bin/chat/
H A Dchat.c105 #define O_NONBLOCK O_NDELAY macro
/freebsd-10.3-release/sys/sys/
H A Dfcntl.h90 #define O_NONBLOCK 0x0004 /* no delay */ macro
/freebsd-10.3-release/crypto/openssl/apps/
H A Ds_server.c2127 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
H A Ds_client.c1618 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
/freebsd-10.3-release/crypto/openssh/
H A Ddefines.h142 # define O_NONBLOCK 00004 /* Non Blocking Open */ macro
/freebsd-10.3-release/contrib/tcsh/
H A Dtc.func.c1654 # define O_NONBLOCK 0 macro
/freebsd-10.3-release/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h149 # define O_NONBLOCK FNDELAY macro
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_parse.c3028 #define O_NONBLOCK 0 macro
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dsocket.c140 #undef O_NONBLOCK macro
/freebsd-10.3-release/contrib/ntp/lib/isc/win32/
H A Dunistd.h21 #define O_NONBLOCK 1 macro
/freebsd-10.3-release/contrib/libreadline/examples/rlfe/
H A Dos.h372 # undef O_NONBLOCK macro
376 # define O_NONBLOCK O_NDELAY macro

Completed in 175 milliseconds