/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bproc.c | 109 if (flags & O_NONBLOCK) { 110 fcntl(0, F_SETFL, flags & ~O_NONBLOCK); 120 if (flags & O_NONBLOCK) { 121 fcntl(1, F_SETFL, flags & ~O_NONBLOCK); 131 if (flags & O_NONBLOCK) { 132 fcntl(2, F_SETFL, flags & ~O_NONBLOCK);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | connect.c | 35 with O_NONBLOCK. Also, the POLLOUT bit is set when the connection 76 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK ));
|
H A D | accept.c | 64 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK ));
|
H A D | sendto.c | 79 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK ));
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | flags.c | 105 o |= O_NONBLOCK;
|
H A D | fdopen.c | 84 if (oflags & O_NONBLOCK) {
|
H A D | fopen.c | 73 if (oflags & O_NONBLOCK) {
|
H A D | freopen.c | 154 if (oflags & O_NONBLOCK) {
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | io.sed.in | 64 SED_REPLACE(O_NONBLOCK)
|
H A D | io.d.in | 167 inline int O_NONBLOCK = @O_NONBLOCK@; 168 #pragma D binding "1.1" O_NONBLOCK
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | fcntl.h | 69 #define O_NONBLOCK 0x00000004 ///< no delay macro 162 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC |
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxproces.c | 295 if (flags & O_NONBLOCK) 296 fcntl(fd_map[0], F_SETFL, flags & ~O_NONBLOCK); 301 if (flags & O_NONBLOCK) 302 fcntl(fd_map[1], F_SETFL, flags & ~O_NONBLOCK); 307 if (flags & O_NONBLOCK) 308 fcntl(fd_map[2], F_SETFL, flags & ~O_NONBLOCK); 356 if (flags & O_NONBLOCK) { 357 fcntl(0, F_SETFL, flags & ~O_NONBLOCK); 367 if (flags & O_NONBLOCK) { 368 fcntl(1, F_SETFL, flags & ~O_NONBLOCK); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Gen/ |
H A D | opendir.c | 84 if ((fd = open(name, O_RDONLY | O_NONBLOCK, 0)) == -1 ||
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xf86_OSlib.h | 338 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 339 #define O_NDELAY O_NONBLOCK 340 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xf86_OSlib.h | 343 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 344 #define O_NDELAY O_NONBLOCK 345 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | xf86_OSlib.h | 415 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 416 # define O_NDELAY O_NONBLOCK 417 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | xf86_OSlib.h | 412 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 413 # define O_NDELAY O_NONBLOCK 414 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xf86_OSlib.h | 412 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 413 # define O_NDELAY O_NONBLOCK 414 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xf86_OSlib.h | 412 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 413 # define O_NDELAY O_NONBLOCK 414 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | xf86_OSlib.h | 377 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 378 # define O_NDELAY O_NONBLOCK 379 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xf86_OSlib.h | 380 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 381 # define O_NDELAY O_NONBLOCK 382 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xf86_OSlib.h | 345 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 346 # define O_NDELAY O_NONBLOCK 347 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xf86_OSlib.h | 343 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 344 #define O_NDELAY O_NONBLOCK 345 #endif /* !O_NDELAY && O_NONBLOCK */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xf86_OSlib.h | 343 #if !defined(O_NDELAY) && defined(O_NONBLOCK) 344 #define O_NDELAY O_NONBLOCK 345 #endif /* !O_NDELAY && O_NONBLOCK */
|