Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 25 of 42) sorted by relevance

12

/external/bison/lib/
Dfcntl.c194 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()
Dpipe2.c131 if ((fcntl_flags = fcntl (fd[1], F_GETFD, 0)) < 0 in pipe2()
133 || (fcntl_flags = fcntl (fd[0], F_GETFD, 0)) < 0 in pipe2()
Dfcntl.in.h183 #ifndef F_GETFD
184 # define F_GETFD 2
Dcloexec.c43 int flags = fcntl (desc, F_GETFD, 0); in set_cloexec_flag()
/external/strace/xlat/
Dfcntlcmds.h7 #if defined(F_GETFD) || (defined(HAVE_DECL_F_GETFD) && HAVE_DECL_F_GETFD)
8 XLAT(F_GETFD),
Dfcntlcmds.in2 F_GETFD
/external/vboot_reference/cgpt/
Dcgpt_nor.c212 int fd_flags = fcntl(1, F_GETFD); in ReadNorFlash()
237 int fd_flags = fcntl(1, F_GETFD); in WriteNorFlash()
/external/valgrind/memcheck/tests/
Dfile_locking.c49 flags = fcntl(fd, F_GETFD); in open_lock_and_map()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h100 #define F_GETFD 1 /* get close_on_exec */ macro
/external/bison/darwin-lib/
Dfcntl.h495 #ifndef F_GETFD
496 # define F_GETFD 2 macro
/external/bison/linux-lib/
Dfcntl.h495 #ifndef F_GETFD
496 # define F_GETFD 2 macro
/external/bison/m4/
Ddup2.m433 if (fcntl (1, F_GETFD) != FD_CLOEXEC)
Dfcntl.m410 # - supports F_GETFD
/external/dhcpcd/
Dcommon.c114 if ((flags = fcntl(fd, F_GETFD, 0)) == -1 || in set_cloexec()
/external/e2fsprogs/lib/et/
Derror_message.c255 flags = fcntl(fd, F_GETFD); in init_debug()
/external/mesa3d/src/gallium/state_trackers/egl/drm/
Dnative_drm.c325 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in native_create_display()
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
Dnative_drm.c144 fcntl(drmdpy->fd, F_SETFD, fcntl(drmdpy->fd, F_GETFD) | FD_CLOEXEC); in drm_handle_device()
/external/deqp/framework/delibs/deutil/
DdeFile.c127 int oldFlags = fcntl(file->fd, F_GETFD, 0); in deFile_setFlags()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dx11_screen.c275 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in x11_screen_enable_dri2()
/external/dnsmasq/src/
Dhelper.c273 if ((i = fcntl(event_fd, F_GETFD)) != -1) in create_helper()
/external/strace/
Ddesc.c209 case F_GETFD: in SYS_FUNC()
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
Dnative_fbdev.c527 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in native_create_display()
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c271 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/
Dshell.py109 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
/external/libvncserver/x11vnc/
Dcleanup.c742 int flags = fcntl(fd, F_GETFD); in close_exec_fds()

12