Home
last modified time | relevance | path

Searched refs:FD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/backtrace/
A Dposix.c52 #ifndef FD_CLOEXEC
53 #define FD_CLOEXEC 1 macro
82 fcntl (descriptor, F_SETFD, FD_CLOEXEC); in backtrace_open()
/third_party/ulib/musl/src/stdio/
A Dfopen.c25 fcntl(fd, F_SETFD, FD_CLOEXEC); in fopen()
A D__fopen_rb_ca.c11 fcntl(f->fd, F_SETFD, FD_CLOEXEC); in __fopen_rb_ca()
A D__fdopen.c37 fcntl(fd, F_SETFD, FD_CLOEXEC); in __fdopen()
A Dfreopen.c23 fcntl(f->fd, F_SETFD, FD_CLOEXEC); in freopen()
/third_party/ulib/musl/include/
A Dfcntl.h108 #define FD_CLOEXEC 1 macro
/third_party/uapp/dash/src/
A Dredir.c406 fcntl(newfd, F_SETFD, FD_CLOEXEC); in savefd()

Completed in 6 milliseconds