Home
last modified time | relevance | path

Searched refs:FNBLOCK (Results 1 – 21 of 21) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/rlfe/
H A Dos.h379 #if !defined(FNBLOCK) && defined(FNONBLOCK)
380 # define FNBLOCK FNONBLOCK macro
382 #if !defined(FNBLOCK) && defined(FNDELAY)
383 # define FNBLOCK FNDELAY macro
385 #if !defined(FNBLOCK) && defined(O_NONBLOCK)
386 # define FNBLOCK O_NONBLOCK macro
/dports/devel/gdb/gdb-11.1/readline/readline/examples/rlfe/
H A Dos.h381 #if !defined(FNBLOCK) && defined(FNONBLOCK)
382 # define FNBLOCK FNONBLOCK macro
384 #if !defined(FNBLOCK) && defined(FNDELAY)
385 # define FNBLOCK FNDELAY macro
387 #if !defined(FNBLOCK) && defined(O_NONBLOCK)
388 # define FNBLOCK O_NONBLOCK macro
/dports/devel/gdb761/gdb-7.6.1/readline/examples/rlfe/
H A Dos.h379 #if !defined(FNBLOCK) && defined(FNONBLOCK)
380 # define FNBLOCK FNONBLOCK macro
382 #if !defined(FNBLOCK) && defined(FNDELAY)
383 # define FNBLOCK FNDELAY macro
385 #if !defined(FNBLOCK) && defined(O_NONBLOCK)
386 # define FNBLOCK O_NONBLOCK macro
/dports/devel/readline/readline-8.1/examples/rlfe/
H A Dos.h381 #if !defined(FNBLOCK) && defined(FNONBLOCK)
382 # define FNBLOCK FNONBLOCK macro
384 #if !defined(FNBLOCK) && defined(FNDELAY)
385 # define FNBLOCK FNDELAY macro
387 #if !defined(FNBLOCK) && defined(O_NONBLOCK)
388 # define FNBLOCK O_NONBLOCK macro
/dports/sysutils/screen/screen-4.8.0/
H A Dos.h377 #if !defined(FNBLOCK) && defined(FNONBLOCK)
378 # define FNBLOCK FNONBLOCK macro
380 #if !defined(FNBLOCK) && defined(FNDELAY)
381 # define FNBLOCK FNDELAY macro
383 #if !defined(FNBLOCK) && defined(O_NONBLOCK)
384 # define FNBLOCK O_NONBLOCK macro
H A Dbraille.c270 fcntl(bd.bd_fd, F_SETFL, FNBLOCK);
H A Dwindow.c1151 (void) fcntl(f, F_SETFL, FNBLOCK);
1692 if (fcntl(w->w_ptyfd, F_SETFL, FNBLOCK))
H A Dsocket.c1028 if (fcntl(D_userfd, F_SETFL, FNBLOCK))
H A Dscreen.c1409 if (fcntl(D_userfd, F_SETFL, FNBLOCK)) in main()
H A Ddisplay.c3095 if (fcntl(D_userfd, F_SETFL, FNBLOCK))
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/osf-share/AT386/
H A Dcma_thread_io.h57 #ifdef FNBLOCK
59 # if O_NONBLOCK != FNBLOCK
/dports/devel/avr-gdb/gdb-7.3.1/gdb/osf-share/AT386/
H A Dcma_thread_io.h57 #ifdef FNBLOCK
59 # if O_NONBLOCK != FNBLOCK
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/osf-share/AT386/
H A Dcma_thread_io.h57 #ifdef FNBLOCK
59 # if O_NONBLOCK != FNBLOCK
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Ddv-sockser.c74 #ifdef FNBLOCK
75 #define O_NONBLOCK FNBLOCK
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Ddv-sockser.c73 #ifdef FNBLOCK
74 #define O_NONBLOCK FNBLOCK
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Ddv-sockser.c70 #ifdef FNBLOCK
71 #define O_NONBLOCK FNBLOCK
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Ddv-sockser.c70 #ifdef FNBLOCK
71 #define O_NONBLOCK FNBLOCK
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/
H A Dcusub.c57 #ifdef FNBLOCK
58 #define O_NONBLOCK FNBLOCK
H A Dserial.c140 #ifdef FNBLOCK
141 #define O_NONBLOCK FNBLOCK
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/
H A Dtstuu.c111 #ifdef FNBLOCK
112 #define O_NONBLOCK FNBLOCK
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_log.c739 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) { in ipf_log_read()