Home
last modified time | relevance | path

Searched refs:FASYNC (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/cad/magic/magic-8.3.245/utils/
H A Dsignals.c69 #ifndef FASYNC
70 # define FASYNC 00100 /* kludge for SUN2s */ macro
360 #ifdef FASYNC
361 if (fcntl(filenum, F_SETFL, flags | FASYNC) == -1)
373 #ifdef FASYNC
375 if (fcntl(filenum, F_SETFL, flags & (~FASYNC)) == -1)
420 #ifdef FASYNC
422 if (fcntl(filenum, F_SETFL, flags & (~FASYNC)) == -1)
/dports/comms/gnokii/gnokii-0.6.31/common/devices/
H A Dsocketphonet.c112 retcode = fcntl(fd, F_SETFL, (with_async ? FASYNC : 0) | FNONBLOCK); in socketphonet_open()
114 # ifdef FASYNC in socketphonet_open()
115 retcode = fcntl(fd, F_SETFL, (with_async ? FASYNC : 0) | O_NONBLOCK); in socketphonet_open()
H A Dtcp.c172 retcode = fcntl(fd, F_SETFL, (with_async ? FASYNC : 0) | FNONBLOCK); in tcp_opendevice()
174 # ifdef FASYNC in tcp_opendevice()
175 retcode = fcntl(fd, F_SETFL, (with_async ? FASYNC : 0) | O_NONBLOCK); in tcp_opendevice()
H A Dunixserial.c290 retcode = fcntl(fd, F_SETFL, (with_async ? FASYNC : 0) | FNONBLOCK); in serial_opendevice()
292 # ifdef FASYNC in serial_opendevice()
293 retcode = fcntl(fd, F_SETFL, (with_async ? FASYNC : 0) | O_NONBLOCK); in serial_opendevice()
/dports/lang/ocaml/ocaml-4.05.0/config/auto-aux/
H A Dasync_io.c33 #if defined(SIGIO) && defined(FASYNC) && defined(F_SETFL) && defined(F_SETOWN) in main()
42 fcntl(p[OUT], F_SETFL, ret | FASYNC); in main()
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntp_io.h56 #ifndef FASYNC
58 # define FASYNC O_ASYNC macro
/dports/lang/ocaml-nox11/ocaml-4.05.0/config/auto-aux/
H A Dasync_io.c33 #if defined(SIGIO) && defined(FASYNC) && defined(F_SETFL) && defined(F_SETOWN) in main()
42 fcntl(p[OUT], F_SETFL, ret | FASYNC); in main()
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/asm-generic/
H A Dfcntl.h42 #ifndef FASYNC
43 #define FASYNC 00020000 macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/asm-generic/
H A Dfcntl.h42 #ifndef FASYNC
43 #define FASYNC 00020000 macro
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/sysdep/posix/
H A Dsignals.c65 #if defined FASYNC && !defined O_ASYNC
66 #define O_ASYNC FASYNC
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm/
H A Daio.c81 # if !defined(FASYNC) && defined(O_ASYNC)
82 # define FASYNC O_ASYNC macro
318 # elif defined(FASYNC) in aioEnable()
321 … if ( fcntl(fd, F_SETFL, arg | O_NONBLOCK | FASYNC ) < 0) perror("fcntl(F_SETFL, FASYNC)"); in aioEnable()
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Diosignal.c155 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) in init_clock_sig()
189 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) in init_clock_sig()
231 # elif defined(FASYNC) in init_socket_sig()
241 if (fcntl(fd, F_SETFL, flags|FASYNC) < 0) in init_socket_sig()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/uapi/asm-generic/
H A Dfcntl.h43 #ifndef FASYNC
44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/uapi/asm-generic/
H A Dfcntl.h43 #ifndef FASYNC
44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/asm-generic/
H A Dfcntl.h44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/asm-generic/
H A Dfcntl.h44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/asm-generic/
H A Dfcntl.h44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/asm-generic/
H A Dfcntl.h44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/asm-generic/
H A Dfcntl.h44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/uapi/asm-generic/
H A Dfcntl.h43 #ifndef FASYNC
44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dinflow.c45 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
633 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
666 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags | FASYNC); in set_sigio_trap()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dinflow.c45 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
633 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
666 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags | FASYNC); in set_sigio_trap()
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-irix5/
H A DFILE.py151 FASYNC = 0x1000 variable
215 FASYNC = 0x1000 variable
/dports/lang/python27/Python-2.7.18/Lib/plat-irix5/
H A DFILE.py151 FASYNC = 0x1000 variable
215 FASYNC = 0x1000 variable
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dfcntl.h143 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FDSYNC|FRSYNC|FALTIO|\
156 #define FASYNC O_ASYNC /* kernel/compat */ macro

12345678910>>...13