Searched refs:FD_CLOEXEC (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dposix.c52 #ifndef FD_CLOEXEC
53 #define FD_CLOEXEC 1 macro
78 /* Set FD_CLOEXEC just in case the kernel does not support
82 fcntl (descriptor, F_SETFD, FD_CLOEXEC);
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A D__fopen_rb_ca.c11 fcntl(f->fd, F_SETFD, FD_CLOEXEC);
H A Dfopen.c25 fcntl(fd, F_SETFD, FD_CLOEXEC);
H A D__fdopen.c37 fcntl(fd, F_SETFD, FD_CLOEXEC);
H A Dfreopen.c23 fcntl(f->fd, F_SETFD, FD_CLOEXEC);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h108 #define FD_CLOEXEC 1 macro
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dredir.c406 fcntl(newfd, F_SETFD, FD_CLOEXEC);
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c47 static_assert(IOFLAG_CLOEXEC == FD_CLOEXEC, "Unexpected fdio flags value");

Completed in 52 milliseconds