Home
last modified time | relevance | path

Searched refs:O_NDELAY (Results 1 – 25 of 107) sorted by relevance

12345

/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dshell.c181 #if !defined (O_NDELAY)
183 # define O_NDELAY FNDELAY macro
202 #ifdef O_NDELAY in sh_unset_nodelay_mode()
203 bflags |= O_NDELAY; in sh_unset_nodelay_mode()
H A Dinput.c75 #if !defined (O_NDELAY) && defined (O_NONBLOCK)
76 # define O_NDELAY O_NONBLOCK /* Posix style */ macro
245 #if defined (O_NDELAY) in rl_gather_tyi()
250 fcntl (tty, F_SETFL, (tem | O_NDELAY)); in rl_gather_tyi()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dshell.c181 #if !defined (O_NDELAY)
183 # define O_NDELAY FNDELAY macro
202 #ifdef O_NDELAY in sh_unset_nodelay_mode()
203 bflags |= O_NDELAY; in sh_unset_nodelay_mode()
H A Dinput.c75 #if !defined (O_NDELAY) && defined (O_NONBLOCK)
76 # define O_NDELAY O_NONBLOCK /* Posix style */ macro
245 #if defined (O_NDELAY) in rl_gather_tyi()
250 fcntl (tty, F_SETFL, (tem | O_NDELAY)); in rl_gather_tyi()
/netbsd/external/bsd/ntp/dist/libntp/
H A Dsocket.c144 #undef O_NDELAY in make_socket_nonblocking()
159 #elif defined(O_NDELAY) /* generally the same as FNDELAY */ in make_socket_nonblocking()
160 if (fcntl(fd, F_SETFL, O_NDELAY) < 0) { in make_socket_nonblocking()
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Ddv-sockser.c65 #ifndef O_NDELAY
67 #define O_NDELAY FNDELAY macro
69 #define O_NDELAY 0 macro
283 flags |= O_NONBLOCK | O_NDELAY; in connected_p()
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Ddv-sockser.c65 #ifndef O_NDELAY
67 #define O_NDELAY FNDELAY macro
69 #define O_NDELAY 0 macro
283 flags |= O_NONBLOCK | O_NDELAY; in connected_p()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dmain.c54 #if !defined(O_NDELAY) || !defined(F_GETFL) || !defined(F_SETFL)
164 #if defined(O_NDELAY) && defined(F_GETFL) && defined(F_SETFL) in sim_io_read_stdin()
178 status = fcntl(0, F_SETFL, flags | O_NDELAY); in sim_io_read_stdin()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dmain.c54 #if !defined(O_NDELAY) || !defined(F_GETFL) || !defined(F_SETFL)
164 #if defined(O_NDELAY) && defined(F_GETFL) && defined(F_SETFL) in sim_io_read_stdin()
178 status = fcntl(0, F_SETFL, flags | O_NDELAY); in sim_io_read_stdin()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.in.h274 #ifndef O_NDELAY
275 # define O_NDELAY 0
283 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfcntl.in.h274 #ifndef O_NDELAY
275 # define O_NDELAY 0
283 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dfcntl.h754 #ifndef O_NDELAY
755 # define O_NDELAY 0 macro
763 # define O_NONBLOCK O_NDELAY

12345