Home
last modified time | relevance | path

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

1234567

/third_party/musl/porting/liteos_a/user/src/unistd/
H A 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/unistd/
H A 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/src/network/
H A 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/
H A Dftsystem.c271 #ifdef F_SETFD in FT_BASE_DEF()
273 (void)fcntl( file, F_SETFD, FD_CLOEXEC ); in FT_BASE_DEF()
275 (void)fcntl( file, F_SETFD, 1 ); in FT_BASE_DEF()
277 #endif /* F_SETFD */ in FT_BASE_DEF()
/third_party/musl/src/fcntl/
H A 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/musl/porting/liteos_a/user/src/fcntl/
H A 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/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A 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/
H A 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/
H A 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_m/kernel/include/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h29 #define F_SETFD 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h24 #define F_SETFD 2 macro

Completed in 9 milliseconds

1234567