/external/strace/ |
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) { [all...] |
desc.c | 155 #ifdef FD_CLOEXEC 156 { FD_CLOEXEC, "FD_CLOEXEC" },
|
/external/dnsmasq/src/ |
helper.c | 274 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC);
|
/frameworks/base/libs/binder/ |
ProcessState.cpp | 331 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/system/core/init/ |
bootchart.c | 163 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
util.c | 54 fcntl(log_fd, F_SETFD, FD_CLOEXEC);
|
devices.c | 697 fcntl(device_fd, F_SETFD, FD_CLOEXEC);
|
/system/core/sh/ |
input.c | 461 (void) fcntl(fd, F_SETFD, FD_CLOEXEC);
|
jobs.c | 150 #if defined(FIOCLEX) || defined(FD_CLOEXEC) 174 #elif FD_CLOEXEC 176 fcntl(ttyfd, F_GETFD, 0) | FD_CLOEXEC); 184 out2str("sh: Need FIOCLEX or FD_CLOEXEC to support job control");
|
/dalvik/vm/ |
Misc.c | 668 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) {
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 114 fcntl(fd, F_SETFD, i | FD_CLOEXEC);
|
/system/core/adb/ |
fdevent.c | 97 fcntl(epoll_fd, F_SETFD, FD_CLOEXEC);
|
services.c | 286 fcntl(ptm, F_SETFD, FD_CLOEXEC);
|
sysdeps.h | 294 fcntl( fd, F_SETFD, FD_CLOEXEC );
|
/external/ppp/pppd/ |
tty.c | 629 (void) fcntl(ipipe[0], F_SETFD, FD_CLOEXEC); 630 (void) fcntl(opipe[1], F_SETFD, FD_CLOEXEC); [all...] |
sys-linux.c | 469 (void) fcntl(fd, F_SETFD, FD_CLOEXEC); [all...] |
/external/chromium/base/ |
process_util_posix.cc | 290 if ((flags == -1) || (fcntl(i, F_SETFD, flags | FD_CLOEXEC) == -1)) {
|
/external/v8/src/ |
d8-posix.cc | 278 fcntl(exec_error_fds[kWriteFD], F_SETFD, FD_CLOEXEC);
|
/external/dbus/dbus/ |
dbus-spawn.c | 870 if (retval != -1 && !(retval & FD_CLOEXEC)) [all...] |
dbus-sysdeps-unix.c | [all...] |
/external/bluetooth/glib/glib/ |
gmain.c | 409 fcntl (context->wake_up_pipe[0], F_SETFD, FD_CLOEXEC); 410 fcntl (context->wake_up_pipe[1], F_SETFD, FD_CLOEXEC); [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
sqlite3.c.orig | [all...] |