/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl01.c | 76 if ((fd[2] = fcntl(fd[1], F_DUPFD, 1)) == -1) in main() 83 if ((fd[4] = fcntl(fd[1], F_DUPFD, fd2[3])) < 0) in main() 90 if ((fd[8] = fcntl(fd[1], F_DUPFD, fd2[5])) < 0) in main()
|
D | fcntl12.c | 39 TST_EXP_FAIL2(fcntl(1, F_DUPFD, 1), EMFILE, in verify_fcntl()
|
D | fcntl02.c | 28 TEST(fcntl(fd, F_DUPFD, min_fd)); in verify_fcntl()
|
/third_party/python/Python/ |
D | dup2.c | 27 if (fcntl(fd1, F_DUPFD, fd2) < 0) in dup2()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 22 #define F_DUPFD 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 27 #define F_DUPFD 0 macro
|
/third_party/musl/porting/liteos_a/user/src/fcntl/ |
D | fcntl.c | 34 ret = __syscall(SYS_fcntl, fd, F_DUPFD, arg); in fcntl()
|
/third_party/musl/src/fcntl/ |
D | fcntl.c | 35 ret = __syscall(SYS_fcntl, fd, F_DUPFD, arg); in fcntl()
|
/third_party/wayland_standard/src/ |
D | wayland-os.c | 86 newfd = fcntl(fd, F_DUPFD, minfd); in wl_os_dupfd_cloexec()
|