/external/bison/lib/ |
D | fcntl.c | 194 int flags = fcntl (fd, F_GETFD); in rpl_fcntl() 256 int flags = fcntl (result, F_GETFD); in rpl_fcntl() 270 case F_GETFD: in rpl_fcntl()
|
D | pipe2.c | 131 if ((fcntl_flags = fcntl (fd[1], F_GETFD, 0)) < 0 in pipe2() 133 || (fcntl_flags = fcntl (fd[0], F_GETFD, 0)) < 0 in pipe2()
|
D | fcntl.in.h | 183 #ifndef F_GETFD 184 # define F_GETFD 2
|
D | cloexec.c | 43 int flags = fcntl (desc, F_GETFD, 0); in set_cloexec_flag()
|
/external/valgrind/main/memcheck/tests/ |
D | file_locking.c | 49 flags = fcntl(fd, F_GETFD); in open_lock_and_map()
|
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 92 #define F_GETFD 1 /* get close_on_exec */ macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 495 #ifndef F_GETFD 496 # define F_GETFD 2 macro
|
/external/bison/linux-lib/ |
D | fcntl.h | 495 #ifndef F_GETFD 496 # define F_GETFD 2 macro
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
D | SQLiteFileSystemPosix.cpp | 87 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in chromiumOpen()
|
/external/qemu/ |
D | oslib-posix.c | 87 f = fcntl(fd, F_GETFD); in qemu_set_cloexec()
|
/external/bison/m4/ |
D | dup2.m4 | 33 if (fcntl (1, F_GETFD) != FD_CLOEXEC)
|
D | fcntl.m4 | 10 # - supports F_GETFD
|
/external/dhcpcd/ |
D | common.c | 114 if ((flags = fcntl(fd, F_GETFD, 0)) == -1 || in set_cloexec()
|
/external/e2fsprogs/lib/et/ |
D | error_message.c | 230 flags = fcntl(fd, F_GETFD); in init_debug()
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | linux_netlink.c | 71 flags = fcntl (linux_netlink_socket, F_GETFD); in set_fd_cloexec_nb()
|
/external/chromium/chrome/browser/nacl_host/ |
D | nacl_process_host.cc | 37 int flags = fcntl(fd, F_GETFD); in SetCloseOnExec()
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 165 ErrorCode::OP_EQUAL, F_GETFD, in RestrictFcntlCommands()
|
/external/chromium_org/third_party/sqlite/ |
D | system-sqlite.patch | 122 + osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC); 253 - osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC); 319 osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC); 518 + osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC); 651 - osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC); 717 osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
|
/external/strace/ |
D | desc.c | 58 { F_GETFD, "F_GETFD" }, 383 case F_GETFD: in sys_fcntl()
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | kernel_proxy_test.cc | 93 ASSERT_EQ(0, ki_fcntl_wrapper(fd, F_GETFD)); in TEST_F() 99 ASSERT_EQ(FD_CLOEXEC, ki_fcntl_wrapper(fd, F_GETFD)); in TEST_F()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/ |
D | native_drm.c | 325 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in native_create_display()
|
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
D | native_drm.c | 325 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in native_create_display()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/ |
D | native_drm.c | 144 fcntl(drmdpy->fd, F_SETFD, fcntl(drmdpy->fd, F_GETFD) | FD_CLOEXEC); in drm_handle_device()
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
D | native_drm.c | 144 fcntl(drmdpy->fd, F_SETFD, fcntl(drmdpy->fd, F_GETFD) | FD_CLOEXEC); in drm_handle_device()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
D | x11_screen.c | 275 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in x11_screen_enable_dri2()
|