/third_party/musl/src/unistd/ |
D | pipe2.c | 14 __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/ |
D | pipe2.c | 16 __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/ |
D | socketpair.c | 16 __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/ |
D | ftsystem.c | 271 #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/ |
D | ftsystem.c | 254 #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/ |
D | ftsystem.c | 271 #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/ |
D | fcntl.c | 26 __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/ |
D | fcntl.c | 27 __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/ |
D | address_is_readable.cc | 98 fcntl(p[0], F_SETFD, FD_CLOEXEC); in AddressIsReadable() 99 fcntl(p[1], F_SETFD, FD_CLOEXEC); in AddressIsReadable()
|
/third_party/musl/src/dirent/ |
D | fdopendir.c | 28 fcntl(fd, F_SETFD, FD_CLOEXEC); in fdopendir()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | posix_spawn.c | 115 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/ |
D | posix_spawn.c | 114 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/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 24 #define F_SETFD 2 macro
|