Home
last modified time | relevance | path

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

12345678910>>...22

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dsys_linux.c23 #ifdef FNDELAY in Sys_Shutdown()
24 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Shutdown()
35 #ifdef FNDELAY in Sys_Error()
36 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
54 #ifdef FNDELAY in Sys_PrintToTerminal()
59 fcntl (outfd, F_SETFL, origflags & ~FNDELAY); in Sys_PrintToTerminal()
71 #ifdef FNDELAY in Sys_PrintToTerminal()
167 #ifdef FNDELAY in main()
168 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
H A Dsys_sdl.c14 #ifndef FNDELAY
15 #define FNDELAY O_NDELAY macro
47 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Shutdown()
61 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
89 #ifdef FNDELAY in Sys_PrintToTerminal()
94 fcntl (outfd, F_SETFL, origflags & ~FNDELAY); in Sys_PrintToTerminal()
106 #ifdef FNDELAY in Sys_PrintToTerminal()
243 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
/dports/games/darkplaces/darkplaces/
H A Dsys_linux.c23 #ifdef FNDELAY in Sys_Shutdown()
24 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Shutdown()
35 #ifdef FNDELAY in Sys_Error()
36 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
54 #ifdef FNDELAY in Sys_PrintToTerminal()
59 fcntl (outfd, F_SETFL, origflags & ~FNDELAY); in Sys_PrintToTerminal()
71 #ifdef FNDELAY in Sys_PrintToTerminal()
167 #ifdef FNDELAY in main()
168 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
H A Dsys_sdl.c14 #ifndef FNDELAY
15 #define FNDELAY O_NDELAY macro
47 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Shutdown()
61 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
89 #ifdef FNDELAY in Sys_PrintToTerminal()
94 fcntl (outfd, F_SETFL, origflags & ~FNDELAY); in Sys_PrintToTerminal()
106 #ifdef FNDELAY in Sys_PrintToTerminal()
243 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
/dports/news/newsx/newsx-1.6/dbz/
H A Dnonblocking.c58 #if !defined(FNDELAY)
59 #define FNDELAY O_NDELAY macro
73 mode |= FNDELAY; in SetNonBlocking()
75 mode &= ~FNDELAY; in SetNonBlocking()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dnonblock_fcntl.c52 #ifndef FNDELAY
53 #define FNDELAY O_NDELAY macro
59 #define NON_BLOCKING_MODE FNDELAY
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dnonblock_fcntl.c52 #ifndef FNDELAY
53 #define FNDELAY O_NDELAY macro
59 #define NON_BLOCKING_MODE FNDELAY
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dnonblock_fcntl.c52 #ifndef FNDELAY
53 #define FNDELAY O_NDELAY macro
59 #define NON_BLOCKING_MODE FNDELAY
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dsys_sdl.c23 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Shutdown()
37 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
55 fcntl (1, F_SETFL, origflags & ~FNDELAY); in Sys_PrintToTerminal()
213 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
H A Dsys_linux.c37 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Shutdown()
49 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
67 fcntl (1, F_SETFL, origflags & ~FNDELAY); in Sys_PrintToTerminal()
294 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
/dports/games/quake2max/Quake2maX_0.45-src_unix/unix/
H A Dsys_unix.c93 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit()
110 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
285 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
289 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcs/
H A Dcsbind.c106 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
114 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
116 #if defined(FNDELAY) in portbind()
117 fcntl(fd, F_SETFL, fl|FNDELAY); in portbind()
138 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
/dports/shells/ksh93/ast-93u/src/lib/libcs/
H A Dcsbind.c106 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
114 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
116 #if defined(FNDELAY) in portbind()
117 fcntl(fd, F_SETFL, fl|FNDELAY); in portbind()
138 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcs/
H A Dcsbind.c106 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
114 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
116 #if defined(FNDELAY) in portbind()
117 fcntl(fd, F_SETFL, fl|FNDELAY); in portbind()
139 #if defined(O_NONBLOCK) || defined(FNDELAY) in portbind()
/dports/net/bounce/bounce-1.0/
H A Dbounce.c81 #ifdef FNDELAY in communicate()
82 fcntl(sfd,F_SETFL,fcntl(sfd,F_GETFL,0)&~FNDELAY); in communicate()
83 fcntl(cfd,F_SETFL,fcntl(cfd,F_GETFL,0)&~FNDELAY); in communicate()
101 #ifdef FNDELAY in communicate()
102 fcntl(sfd,F_SETFL,fcntl(sfd,F_GETFL,0)&~FNDELAY); in communicate()
103 fcntl(cfd,F_SETFL,fcntl(cfd,F_GETFL,0)&~FNDELAY); in communicate()
/dports/news/nnap/nnap-1.1/
H A Dnnap-1_1.c77 #ifdef FNDELAY in communicate()
78 fcntl(sfd,F_SETFL,fcntl(sfd,F_GETFL,0)&~FNDELAY); in communicate()
79 fcntl(cfd,F_SETFL,fcntl(cfd,F_GETFL,0)&~FNDELAY); in communicate()
97 #ifdef FNDELAY in communicate()
98 fcntl(sfd,F_SETFL,fcntl(sfd,F_GETFL,0)&~FNDELAY); in communicate()
99 fcntl(cfd,F_SETFL,fcntl(cfd,F_GETFL,0)&~FNDELAY); in communicate()
/dports/games/qudos/QuDos-0.40.1-src/src/unix/
H A Dsys_unix.c91 fcntl(0, F_SETFL, fcntl(0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit()
110 fcntl(0, F_SETFL, fcntl(0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
330 fcntl(0, F_SETFL, fcntl(0, F_GETFL, 0) | FNDELAY); in main()
334 fcntl(0, F_SETFL, fcntl(0, F_GETFL, 0) | FNDELAY); in main()
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dsocket.c141 #undef FNDELAY in make_socket_nonblocking()
151 #elif defined(FNDELAY) in make_socket_nonblocking()
152 if (fcntl(fd, F_SETFL, FNDELAY) < 0) { in make_socket_nonblocking()
/dports/devel/dev86/dev86-0.16.20/libc/include/
H A Dfcntl.h8 #ifndef FNDELAY
9 #define FNDELAY O_NDELAY macro
/dports/games/alienarena/alienarena-7.66/source/unix/
H A Dsys_unix.c139 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit()
156 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
378 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
382 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
/dports/games/alienarena-data/alienarena-7.66/source/unix/
H A Dsys_unix.c139 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit()
156 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
378 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
382 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Dsys_linux.c89 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit()
106 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
308 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
312 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntp_io.h50 #ifndef FNDELAY
52 # define FNDELAY O_NONBLOCK macro
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/puredb/src/
H A Dpuredb_p.h86 #ifndef FNDELAY
87 # define FNDELAY O_NDELAY macro
/dports/games/quake2-source/quake2-r0.16.2/src/linux/
H A Dsys_linux.c89 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit()
106 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
320 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
324 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()

12345678910>>...22