Searched refs:F_GETFL (Results 1 - 20 of 20) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbproc.c108 flags = fcntl(0, F_GETFL, 0);
119 flags = fcntl(1, F_GETFL, 0);
130 flags = fcntl(2, F_GETFL, 0);
H A Dbfile.c816 if (fcntl(bottom->secret->md.osfd, F_GETFL, 0) == -1)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfcntl.h93 #define F_GETFL 3 ///< get file status flags macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfdopen.c76 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c294 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 Duxpoll.c482 if (fcntl(bottom->secret->md.osfd, F_GETFL, 0) == -1)
H A Dunix.c1379 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 Dsockets.h323 #ifndef F_GETFL
324 #define F_GETFL 3 macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp257 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 Dproxy.c334 sflags = fcntl(s, F_GETFL, 0);
336 DPRINTF(("F_GETFL: %R[sockerr]\n", SOCKERRNO()));
/vbox/src/recompiler/
H A Dcutils.c740 flags = fcntl(fd, F_GETFL);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c279 - 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 Dmisc.c99 opt = fcntl(fd, F_GETFL, 0);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c871 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 DHostHardwareLinux.cpp949 flags = fcntl(fd, F_GETFL, NULL);
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp917 int fFlags = fcntl(hSocket, F_GETFL, 0);
H A Dsocket.cpp361 int fFlags = fcntl(pThis->hNative, F_GETFL, 0);
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c853 if ((status = fcntl(s, F_GETFL, 0)) != -1) {
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c2524 * 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 Dptio.c3279 flags = fcntl(osfd, F_GETFL, 0);
4246 if (fcntl(selectfd[index], F_GETFL, 0) == -1)

Completed in 2322 milliseconds