Home
last modified time | relevance | path

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

1234567

/third_party/musl/src/unistd/
Dpipe2.c14 __syscall(SYS_fcntl, fd[0], F_SETFD, FD_CLOEXEC); in pipe2()
15 __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.c16 __syscall(SYS_fcntl, fd[0], F_SETFD, FD_CLOEXEC); in socketpair()
17 __syscall(SYS_fcntl, fd[1], F_SETFD, FD_CLOEXEC); in socketpair()
/third_party/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/flutter/skia/third_party/externals/freetype/builds/unix/
Dftsystem.c254 #ifdef F_SETFD in FT_Stream_Open()
256 (void)fcntl( file, F_SETFD, FD_CLOEXEC ); in FT_Stream_Open()
258 (void)fcntl( file, F_SETFD, 1 ); in FT_Stream_Open()
/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.c27 __syscall(SYS_fcntl, ret, F_SETFD, FD_CLOEXEC); in fcntl()
36 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/musl/src/dirent/
Dfdopendir.c28 fcntl(fd, F_SETFD, FD_CLOEXEC); in fdopendir()
/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.c114 ret = __syscall(SYS_fcntl, fd, F_SETFD, in child()
145 __syscall(SYS_fcntl, p, F_SETFD, FD_CLOEXEC); in child()
/third_party/musl/arch/x32/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/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/liteos_m/kernel/include/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/powerpc64/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/mips64/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/arch/m68k/bits/
Dfcntl.h24 #define F_SETFD 2 macro
/third_party/musl/arch/mips/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/user/include/bits/
Dfcntl.h24 #define F_SETFD 2 macro

1234567