Home
last modified time | relevance | path

Searched refs:F_SETFD (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/musl/src/unistd/
Dpipe2.c17 __syscall(SYS_fcntl, fd[0], F_SETFD, FD_CLOEXEC); in pipe2()
18 __syscall(SYS_fcntl, fd[1], F_SETFD, FD_CLOEXEC); in pipe2()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dpipe2.c16 __syscall(SYS_fcntl, fd[0], F_SETFD, FD_CLOEXEC); in pipe2()
17 __syscall(SYS_fcntl, fd[1], F_SETFD, FD_CLOEXEC); in pipe2()
/third_party/musl/src/network/
Dsocketpair.c19 __syscall(SYS_fcntl, fd[0], F_SETFD, FD_CLOEXEC); in socketpair()
20 __syscall(SYS_fcntl, fd[1], F_SETFD, FD_CLOEXEC); in socketpair()
/third_party/skia/third_party/externals/freetype/builds/unix/
Dftsystem.c271 #ifdef F_SETFD in FT_Stream_Open()
273 (void)fcntl( file, F_SETFD, FD_CLOEXEC ); in FT_Stream_Open()
275 (void)fcntl( file, F_SETFD, 1 ); in FT_Stream_Open()
/third_party/musl/porting/liteos_a/user/src/fcntl/
Dfcntl.c26 __syscall(SYS_fcntl, ret, F_SETFD, FD_CLOEXEC); in fcntl()
35 if (ret >= 0) __syscall(SYS_fcntl, ret, F_SETFD, FD_CLOEXEC); in fcntl()
/third_party/musl/src/fcntl/
Dfcntl.c29 __syscall(SYS_fcntl, ret, F_SETFD, FD_CLOEXEC); in fcntl()
38 if (ret >= 0) __syscall(SYS_fcntl, ret, F_SETFD, FD_CLOEXEC); in fcntl()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc98 fcntl(p[0], F_SETFD, FD_CLOEXEC); in AddressIsReadable()
99 fcntl(p[1], F_SETFD, FD_CLOEXEC); in AddressIsReadable()
/third_party/node/deps/cares/src/lib/
Dares_event_wake_pipe.c98 fcntl(p->filedes[0], F_SETFD, O_CLOEXEC); in ares_pipeevent_init()
99 fcntl(p->filedes[1], F_SETFD, O_CLOEXEC); in ares_pipeevent_init()
/third_party/libfuse/lib/
Dmount.c356 fcntl(fds[0], F_SETFD, 0); in setup_auto_unmount()
420 fcntl(fds[0], F_SETFD, 0); in fuse_mount_fusermount()
439 fcntl(rv, F_SETFD, FD_CLOEXEC); in fuse_mount_fusermount()
481 fcntl(fd, F_SETFD, FD_CLOEXEC); in fuse_mount_sys()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c115 ret = __syscall(SYS_fcntl, fd, F_SETFD, in child()
146 __syscall(SYS_fcntl, p, F_SETFD, FD_CLOEXEC); in child()
/third_party/musl/src/process/
Dposix_spawn.c115 ret = __syscall(SYS_fcntl, fd, F_SETFD, in child()
146 __syscall(SYS_fcntl, p, F_SETFD, FD_CLOEXEC); in child()
/third_party/musl/arch/mips/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h24 #define F_SETFD 2 macro

1234567