/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/ |
D | ProcessLauncherQt.cpp | 114 while (fcntl(sockets[1], F_SETFD, FD_CLOEXEC) == -1) { in launchProcess() 130 while (fcntl(sockets[0], F_SETFD, FD_CLOEXEC) == -1) { in launchProcess()
|
/external/mtpd/ |
D | mtpd.c | 116 fcntl(control, F_SETFD, FD_CLOEXEC); in android_get_control_and_arguments() 172 fcntl(signals[0], F_SETFD, FD_CLOEXEC); in main() 173 fcntl(signals[1], F_SETFD, FD_CLOEXEC); in main() 290 fcntl(the_socket, F_SETFD, FD_CLOEXEC); in create_socket()
|
/external/webkit/Source/WebKit2/Platform/unix/ |
D | SharedMemoryUnix.cpp | 123 while (fcntl(fileDescriptor, F_SETFD, FD_CLOEXEC) == -1) { in create() 216 while ((fcntl(duplicatedHandle, F_SETFD, FD_CLOEXEC | accessModeFile(protection)) == -1)) { in createHandle()
|
/external/dbus/ |
D | NEWS | 17 - thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up)
|
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 75 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
|
/external/valgrind/main/memcheck/tests/ |
D | file_locking.c | 51 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) in open_lock_and_map()
|
/external/dbus/dbus/ |
D | sd-daemon.c | 106 if (flags & FD_CLOEXEC) in sd_listen_fds() 109 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) { in sd_listen_fds()
|
/external/ipsec-tools/src/racoon/ |
D | misc.c | 164 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/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 | 88 fcntl(fd, F_SETFD, f | FD_CLOEXEC); in qemu_set_cloexec()
|
/external/dhcpcd/ |
D | common.c | 115 fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) in set_cloexec()
|
/external/ipsec-tools/ |
D | main.c | 60 fcntl(control, F_SETFD, FD_CLOEXEC); in android_get_control_and_arguments()
|
/external/strace/ |
D | strace.c | 388 if (fcntl(fileno(outf), F_SETFD, f|FD_CLOEXEC) < 0 ) { 802 if (fcntl(tcp->pfd, F_SETFD, arg|FD_CLOEXEC) < 0) { 815 if (fcntl(tcp->pfd_stat, F_SETFD, arg|FD_CLOEXEC) < 0) { 828 if (fcntl(tcp->pfd_as, F_SETFD, arg|FD_CLOEXEC) < 0) { 848 if (fcntl(tcp->pfd, F_SETFD, arg|FD_CLOEXEC) < 0) { 1535 if (fcntl(proc_poll_pipe[i], F_SETFD, arg|FD_CLOEXEC) < 0) { in proc_poll_open()
|
D | desc.c | 155 #ifdef FD_CLOEXEC 156 { FD_CLOEXEC, "FD_CLOEXEC" },
|
/external/e2fsprogs/lib/et/ |
D | error_message.c | 232 fcntl(fd, F_SETFD, flags | FD_CLOEXEC); in init_debug()
|
/external/chromium/chrome/browser/nacl_host/ |
D | nacl_process_host.cc | 39 int rc = fcntl(fd, F_SETFD, flags | FD_CLOEXEC); in SetCloseOnExec()
|
/external/chromium/chrome/browser/ |
D | process_singleton_linux.cc | 125 if (flags & FD_CLOEXEC) in SetCloseOnExec() 127 return fcntl(fd, F_SETFD, flags | FD_CLOEXEC); in SetCloseOnExec()
|
/external/valgrind/main/auxprogs/ |
D | aix5_VKI_info.c | 74 printf("#define VKI_FD_CLOEXEC 0x%08x\n", FD_CLOEXEC); in main()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/ |
D | ConnectionUnix.cpp | 220 while (fcntl(fileDescriptors[i], F_SETFL, FD_CLOEXEC) == -1) { in readyReadHandler()
|
/external/ppp/pppd/ |
D | tty.c | 629 (void) fcntl(ipipe[0], F_SETFD, FD_CLOEXEC); in connect_tty() 630 (void) fcntl(opipe[1], F_SETFD, FD_CLOEXEC); in connect_tty()
|
/external/mksh/src/ |
D | shf.c | 135 fcntl(fd, F_SETFD, FD_CLOEXEC); in shf_fdopen() 182 fcntl(fd, F_SETFD, FD_CLOEXEC); in shf_reopen()
|
D | main.c | 880 } else if (fcntl(tty_fd, F_SETFD, FD_CLOEXEC) < 0) { in tty_init() 1092 fcntl(nfd, F_SETFD, FD_CLOEXEC); in savefd()
|
/external/dnsmasq/src/ |
D | helper.c | 274 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC); in create_helper()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 151 fcntl(fd, F_SETFD, i | FD_CLOEXEC); in get_random_fd()
|
/external/v8/src/ |
D | d8-posix.cc | 278 fcntl(exec_error_fds[kWriteFD], F_SETFD, FD_CLOEXEC); in ExecSubprocess()
|