Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dshell.c175 # if defined (FNDELAY)
176 # define O_NDELAY FNDELAY
/dragonfly/sys/sys/
H A Dfcntl.h154 #define FNDELAY O_NONBLOCK /* compat */ macro
/dragonfly/contrib/tcsh-6/
H A Dtc.func.c1726 # ifndef FNDELAY in fixio()
1727 # define FNDELAY 0 in fixio() macro
1739 FNDELAY|_FNDELAY|FNDLEAY); /* whew! */ in fixio()
/dragonfly/contrib/ee/
H A Dnew_curse.c2280 in_value = fcntl(0, F_SETFL, old_arg | FNDELAY);