Searched refs:F_SETFD (Results 1 - 9 of 9) sorted by relevance

/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);
H A Dpopen.c57 fcntl(p[op], F_SETFD, 0);
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dposix.c82 fcntl (descriptor, F_SETFD, FD_CLOEXEC);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h80 #define F_SETFD 2 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.c1198 case F_SETFD: {

Completed in 88 milliseconds