Searched refs:F_GETFD (Results 1 – 21 of 21) sorted by relevance
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 56 #define F_GETFD 1 /* get close_on_exec */ macro
|
/external/valgrind/main/memcheck/tests/ |
D | file_locking.c | 49 flags = fcntl(fd, F_GETFD); in open_lock_and_map()
|
/external/webkit/Source/WebCore/platform/sql/chromium/ |
D | SQLiteFileSystemChromiumPosix.cpp | 87 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in chromiumOpen()
|
/external/qemu/ |
D | oslib-posix.c | 87 f = fcntl(fd, F_GETFD); in qemu_set_cloexec()
|
/external/dhcpcd/ |
D | common.c | 114 if ((flags = fcntl(fd, F_GETFD, 0)) == -1 || in set_cloexec()
|
/external/strace/ |
D | strace.c | 383 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()
|
D | desc.c | 58 { F_GETFD, "F_GETFD" }, 322 case F_GETFD:
|
/external/e2fsprogs/lib/et/ |
D | error_message.c | 230 flags = fcntl(fd, F_GETFD); in init_debug()
|
/external/chromium/chrome/browser/nacl_host/ |
D | nacl_process_host.cc | 37 int flags = fcntl(fd, F_GETFD); in SetCloseOnExec()
|
/external/dbus/dbus/ |
D | sd-daemon.c | 101 if ((flags = fcntl(fd, F_GETFD)) < 0) { in sd_listen_fds()
|
D | dbus-spawn.c | 937 retval = fcntl (i, F_GETFD); in do_exec()
|
D | dbus-sysdeps-unix.c | 2760 val = fcntl (fd, F_GETFD, 0); in _dbus_fd_set_close_on_exec()
|
/external/dnsmasq/src/ |
D | helper.c | 273 if ((i = fcntl(event_fd, F_GETFD)) != -1) in create_helper()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 269 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/ |
D | gen_uuid.c | 149 i = fcntl(fd, F_GETFD); in get_random_fd()
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 862 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/ |
D | process_singleton_linux.cc | 122 int flags = fcntl(fd, F_GETFD, 0); in SetCloseOnExec()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 272 #define VKI_F_GETFD F_GETFD
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-aix5.c | 1281 case F_GETFD: in PRE()
|
/external/sqlite/dist/ |
D | sqlite3.c | 27354 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC); 27742 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
|
D | sqlite3.c.orig | 27347 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC); 27735 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
|