/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/strace/xlat/ |
D | fcntlcmds.h | 7 #if defined(F_GETFD) || (defined(HAVE_DECL_F_GETFD) && HAVE_DECL_F_GETFD) 8 XLAT(F_GETFD),
|
D | fcntlcmds.in | 2 F_GETFD
|
/external/vboot_reference/cgpt/ |
D | cgpt_nor.c | 212 int fd_flags = fcntl(1, F_GETFD); in ReadNorFlash() 237 int fd_flags = fcntl(1, F_GETFD); in WriteNorFlash()
|
/external/valgrind/memcheck/tests/ |
D | file_locking.c | 49 flags = fcntl(fd, F_GETFD); in open_lock_and_map()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 100 #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/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 | 255 flags = fcntl(fd, F_GETFD); in init_debug()
|
/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/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/deqp/framework/delibs/deutil/ |
D | deFile.c | 127 int oldFlags = fcntl(file->fd, F_GETFD, 0); in deFile_setFlags()
|
/external/mesa3d/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()
|
/external/dnsmasq/src/ |
D | helper.c | 273 if ((i = fcntl(event_fd, F_GETFD)) != -1) in create_helper()
|
/external/strace/ |
D | desc.c | 209 case F_GETFD: in SYS_FUNC()
|
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/ |
D | native_fbdev.c | 527 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in native_create_display()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 271 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main() 982 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main()
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
D | shell.py | 109 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
|
/external/libvncserver/x11vnc/ |
D | cleanup.c | 742 int flags = fcntl(fd, F_GETFD); in close_exec_fds()
|