/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bproc.c | 108 flags = fcntl(0, F_GETFL, 0); 119 flags = fcntl(1, F_GETFL, 0); 130 flags = fcntl(2, F_GETFL, 0);
|
H A D | bfile.c | 816 if (fcntl(bottom->secret->md.osfd, F_GETFL, 0) == -1)
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | fcntl.h | 93 #define F_GETFL 3 ///< get file status flags macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fdopen.c | 76 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxproces.c | 294 flags = fcntl(fd_map[0], F_GETFL, 0); 300 flags = fcntl(fd_map[1], F_GETFL, 0); 306 flags = fcntl(fd_map[2], F_GETFL, 0); 355 flags = fcntl(0, F_GETFL, 0); 366 flags = fcntl(1, F_GETFL, 0); 377 flags = fcntl(2, F_GETFL, 0); 975 flags = fcntl(pr_wp.pipefd[0], F_GETFL, 0); 977 flags = fcntl(pr_wp.pipefd[1], F_GETFL, 0);
|
H A D | uxpoll.c | 482 if (fcntl(bottom->secret->md.osfd, F_GETFL, 0) == -1)
|
H A D | unix.c | 1379 if (fcntl(osfd, F_GETFL, 0) == -1) { 2023 flags = fcntl(_pr_md_pipefd[0], F_GETFL, 0); 2025 flags = fcntl(_pr_md_pipefd[1], F_GETFL, 0); 2200 flags = fcntl(osfd, F_GETFL, 0); 3719 if (fcntl(filedes[i].fd, F_GETFL, 0) == -1) {
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | sockets.h | 323 #ifndef F_GETFL 324 #define F_GETFL 3 macro
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | pipe-posix.cpp | 257 int fFd = fcntl(hNative, F_GETFL, 0); 347 int fFlags = fcntl(pThis->fd, F_GETFL, 0); 409 int fFlags = fcntl(pThis->fd, F_GETFL, 0);
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | proxy.c | 334 sflags = fcntl(s, F_GETFL, 0); 336 DPRINTF(("F_GETFL: %R[sockerr]\n", SOCKERRNO()));
|
/vbox/src/recompiler/ |
H A D | cutils.c | 740 flags = fcntl(fd, F_GETFL);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | SysCalls.c | 279 - F_GETFL - Get the file status flags and file access modes, defined in 324 - F_GETFL - Value of file status flags and access modes. The return 385 case F_GETFL:
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | misc.c | 99 opt = fcntl(fd, F_GETFL, 0);
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | plevent.c | 871 flags = fcntl(self->eventPipe[0], F_GETFL, 0); 879 flags = fcntl(self->eventPipe[1], F_GETFL, 0);
|
/vbox/src/VBox/Main/src-server/linux/ |
H A D | HostHardwareLinux.cpp | 949 flags = fcntl(fd, F_GETFL, NULL);
|
/vbox/src/VBox/Runtime/r3/ |
H A D | tcp.cpp | 917 int fFlags = fcntl(hSocket, F_GETFL, 0);
|
H A D | socket.cpp | 361 int fFlags = fcntl(pThis->hNative, F_GETFL, 0);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | nanohttp.c | 853 if ((status = fcntl(s, F_GETFL, 0)) != -1) {
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | sockets.c | 2524 * Currently only the commands F_GETFL and F_SETFL are implemented. 2538 case F_GETFL:
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 3279 flags = fcntl(osfd, F_GETFL, 0); 4246 if (fcntl(selectfd[index], F_GETFL, 0) == -1)
|