Searched refs:FD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/backtrace/ |
| A D | posix.c | 52 #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 D | fopen.c | 25 fcntl(fd, F_SETFD, FD_CLOEXEC); in fopen()
|
| A D | __fopen_rb_ca.c | 11 fcntl(f->fd, F_SETFD, FD_CLOEXEC); in __fopen_rb_ca()
|
| A D | __fdopen.c | 37 fcntl(fd, F_SETFD, FD_CLOEXEC); in __fdopen()
|
| A D | freopen.c | 23 fcntl(f->fd, F_SETFD, FD_CLOEXEC); in freopen()
|
| /third_party/ulib/musl/include/ |
| A D | fcntl.h | 108 #define FD_CLOEXEC 1 macro
|
| /third_party/uapp/dash/src/ |
| A D | redir.c | 406 fcntl(newfd, F_SETFD, FD_CLOEXEC); in savefd()
|
Completed in 6 milliseconds