/external/strace/xlat/ |
D | fcntlcmds.h | 5 #if !(defined(F_GETFD) || (defined(HAVE_DECL_F_GETFD) && HAVE_DECL_F_GETFD)) 6 # define F_GETFD 1 macro 94 XLAT(F_GETFD),
|
D | fcntlcmds.in | 3 F_GETFD 1
|
/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/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/avahi/avahi-core/ |
D | fdutil.c | 36 if ((n = fcntl(fd, F_GETFD)) < 0) in avahi_set_cloexec()
|
/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/linux-lib/ |
D | fcntl.h | 495 #ifndef F_GETFD 496 # define F_GETFD 2 macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 495 #ifndef F_GETFD 496 # define F_GETFD 2 macro
|
/external/boringssl/src/crypto/rand/ |
D | urandom.c | 84 int flags = fcntl(fd, F_GETFD); in init_once()
|
/external/autotest/scheduler/ |
D | status_server.py | 106 old_flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
|
/external/bison/m4/ |
D | dup2.m4 | 33 if (fcntl (1, F_GETFD) != FD_CLOEXEC)
|
D | fcntl.m4 | 10 # - supports F_GETFD
|
/external/dhcpcd-6.8.2/ |
D | control.c | 163 if ((flags = fcntl(fd, F_GETFD, 0)) == -1 || in control_handle1() 219 if ((flags = fcntl(fd, F_GETFD, 0)) == -1 || in make_sock()
|
D | common.c | 158 if (fcntl(ctx->log_fd, F_GETFD, &f) == -1 || in logger_open()
|
/external/strace/ |
D | fcntl.c | 140 case F_GETFD: in print_fcntl()
|
/external/libbrillo/brillo/message_loops/ |
D | glib_message_loop.cc | 60 if (fcntl(fd, F_GETFD) == -1 && errno == EBADF) in WatchFileDescriptor()
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_unittest.cc | 402 .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/ |
D | error_message.c | 255 flags = fcntl(fd, F_GETFD); in init_debug()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 199 F_GETFD, in RestrictFcntlCommands()
|
/external/dbus/dbus/ |
D | dbus-socket-set-epoll.c | 92 flags = fcntl (self->epfd, F_GETFD, 0); in _dbus_socket_set_epoll_new()
|
/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()
|