Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-generic/
Dfcntl.h56 #define F_GETFD 1 /* get close_on_exec */ macro
/external/valgrind/main/memcheck/tests/
Dfile_locking.c49 flags = fcntl(fd, F_GETFD); in open_lock_and_map()
/external/webkit/Source/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromiumPosix.cpp87 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in chromiumOpen()
/external/qemu/
Doslib-posix.c87 f = fcntl(fd, F_GETFD); in qemu_set_cloexec()
/external/dhcpcd/
Dcommon.c114 if ((flags = fcntl(fd, F_GETFD, 0)) == -1 || in set_cloexec()
/external/strace/
Dstrace.c383 if ((f=fcntl(fileno(outf), F_GETFD)) < 0 ) {
798 if ((arg = fcntl(tcp->pfd, F_GETFD)) < 0) {
811 if ((arg = fcntl(tcp->pfd_stat, F_GETFD)) < 0) {
824 if ((arg = fcntl(tcp->pfd_as, F_GETFD)) < 0) {
844 if ((arg = fcntl(tcp->pfd, F_GETFD)) < 0) {
1531 if ((arg = fcntl(proc_poll_pipe[i], F_GETFD)) < 0) { in proc_poll_open()
Ddesc.c58 { F_GETFD, "F_GETFD" },
322 case F_GETFD:
/external/e2fsprogs/lib/et/
Derror_message.c230 flags = fcntl(fd, F_GETFD); in init_debug()
/external/chromium/chrome/browser/nacl_host/
Dnacl_process_host.cc37 int flags = fcntl(fd, F_GETFD); in SetCloseOnExec()
/external/dbus/dbus/
Dsd-daemon.c101 if ((flags = fcntl(fd, F_GETFD)) < 0) { in sd_listen_fds()
Ddbus-spawn.c937 retval = fcntl (i, F_GETFD); in do_exec()
Ddbus-sysdeps-unix.c2760 val = fcntl (fd, F_GETFD, 0); in _dbus_fd_set_close_on_exec()
/external/dnsmasq/src/
Dhelper.c273 if ((i = fcntl(event_fd, F_GETFD)) != -1) in create_helper()
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.c269 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main()
980 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c149 i = fcntl(fd, F_GETFD); in get_random_fd()
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.c862 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main()
1562 SY(__NR_fcntl64, x0-1, x0+F_GETFD, x0); FAILx(EBADF); in main()
/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc122 int flags = fcntl(fd, F_GETFD, 0); in SetCloseOnExec()
/external/valgrind/main/include/vki/
Dvki-darwin.h272 #define VKI_F_GETFD F_GETFD
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-aix5.c1281 case F_GETFD: in PRE()
/external/sqlite/dist/
Dsqlite3.c27354 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
27742 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
Dsqlite3.c.orig27347 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
27735 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);