Home
last modified time | relevance | path

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

123

/external/strace/xlat/
Dfcntlcmds.h5 #if !(defined(F_GETFD) || (defined(HAVE_DECL_F_GETFD) && HAVE_DECL_F_GETFD))
6 # define F_GETFD 1 macro
94 XLAT(F_GETFD),
Dfcntlcmds.in3 F_GETFD 1
/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/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/avahi/avahi-core/
Dfdutil.c36 if ((n = fcntl(fd, F_GETFD)) < 0) in avahi_set_cloexec()
/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/linux-lib/
Dfcntl.h495 #ifndef F_GETFD
496 # define F_GETFD 2 macro
/external/bison/darwin-lib/
Dfcntl.h495 #ifndef F_GETFD
496 # define F_GETFD 2 macro
/external/boringssl/src/crypto/rand/
Durandom.c84 int flags = fcntl(fd, F_GETFD); in init_once()
/external/autotest/scheduler/
Dstatus_server.py106 old_flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
/external/bison/m4/
Ddup2.m433 if (fcntl (1, F_GETFD) != FD_CLOEXEC)
Dfcntl.m410 # - supports F_GETFD
/external/dhcpcd-6.8.2/
Dcontrol.c163 if ((flags = fcntl(fd, F_GETFD, 0)) == -1 || in control_handle1()
219 if ((flags = fcntl(fd, F_GETFD, 0)) == -1 || in make_sock()
Dcommon.c158 if (fcntl(ctx->log_fd, F_GETFD, &f) == -1 || in logger_open()
/external/strace/
Dfcntl.c140 case F_GETFD: in print_fcntl()
/external/libbrillo/brillo/message_loops/
Dglib_message_loop.cc60 if (fcntl(fd, F_GETFD) == -1 && errno == EBADF) in WatchFileDescriptor()
/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc402 .CASES((F_GETFL, F_GETFD), Error(ENOENT)) in EvaluateSyscall()
419 emulator.ExpectErrno(ENOENT, FakeSyscall(__NR_fcntl, kFakeSockFD, F_GETFD)); in TEST()
/external/e2fsprogs/lib/et/
Derror_message.c255 flags = fcntl(fd, F_GETFD); in init_debug()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc199 F_GETFD, in RestrictFcntlCommands()
/external/dbus/dbus/
Ddbus-socket-set-epoll.c92 flags = fcntl (self->epfd, F_GETFD, 0); in _dbus_socket_set_epoll_new()
/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()

123