/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/rlfe/ |
H A D | os.h | 379 #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 D | os.h | 381 #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 D | os.h | 379 #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 D | os.h | 381 #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 D | os.h | 377 #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 D | braille.c | 270 fcntl(bd.bd_fd, F_SETFL, FNBLOCK);
|
H A D | window.c | 1151 (void) fcntl(f, F_SETFL, FNBLOCK); 1692 if (fcntl(w->w_ptyfd, F_SETFL, FNBLOCK))
|
H A D | socket.c | 1028 if (fcntl(D_userfd, F_SETFL, FNBLOCK))
|
H A D | screen.c | 1409 if (fcntl(D_userfd, F_SETFL, FNBLOCK)) in main()
|
H A D | display.c | 3095 if (fcntl(D_userfd, F_SETFL, FNBLOCK))
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/osf-share/AT386/ |
H A D | cma_thread_io.h | 57 #ifdef FNBLOCK 59 # if O_NONBLOCK != FNBLOCK
|
/dports/devel/avr-gdb/gdb-7.3.1/gdb/osf-share/AT386/ |
H A D | cma_thread_io.h | 57 #ifdef FNBLOCK 59 # if O_NONBLOCK != FNBLOCK
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/osf-share/AT386/ |
H A D | cma_thread_io.h | 57 #ifdef FNBLOCK 59 # if O_NONBLOCK != FNBLOCK
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/ |
H A D | dv-sockser.c | 74 #ifdef FNBLOCK 75 #define O_NONBLOCK FNBLOCK
|
/dports/devel/gdb761/gdb-7.6.1/sim/common/ |
H A D | dv-sockser.c | 73 #ifdef FNBLOCK 74 #define O_NONBLOCK FNBLOCK
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/ |
H A D | dv-sockser.c | 70 #ifdef FNBLOCK 71 #define O_NONBLOCK FNBLOCK
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/ |
H A D | dv-sockser.c | 70 #ifdef FNBLOCK 71 #define O_NONBLOCK FNBLOCK
|
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/ |
H A D | cusub.c | 57 #ifdef FNBLOCK 58 #define O_NONBLOCK FNBLOCK
|
H A D | serial.c | 140 #ifdef FNBLOCK 141 #define O_NONBLOCK FNBLOCK
|
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/ |
H A D | tstuu.c | 111 #ifdef FNBLOCK 112 #define O_NONBLOCK FNBLOCK
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/ |
H A D | ip_log.c | 739 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) { in ipf_log_read()
|