Home
last modified time | relevance | path

Searched refs:F_DUPFD (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl01.c76 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()
Dfcntl12.c39 TST_EXP_FAIL2(fcntl(1, F_DUPFD, 1), EMFILE, in verify_fcntl()
Dfcntl02.c28 TEST(fcntl(fd, F_DUPFD, min_fd)); in verify_fcntl()
/third_party/python/Python/
Ddup2.c27 if (fcntl(fd1, F_DUPFD, fd2) < 0) in dup2()
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/x86_64/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h22 #define F_DUPFD 0 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h27 #define F_DUPFD 0 macro
/third_party/musl/porting/liteos_a/user/src/fcntl/
Dfcntl.c34 ret = __syscall(SYS_fcntl, fd, F_DUPFD, arg); in fcntl()
/third_party/musl/src/fcntl/
Dfcntl.c35 ret = __syscall(SYS_fcntl, fd, F_DUPFD, arg); in fcntl()
/third_party/wayland_standard/src/
Dwayland-os.c86 newfd = fcntl(fd, F_DUPFD, minfd); in wl_os_dupfd_cloexec()

12