Searched refs:dup3 (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | dup.cpp | 55 int dup3(int old_fd, int new_fd, int flags) { in dup3() function
|
/bionic/tests/ |
D | fdtrack_test.cpp | 267 FDTRACK_TEST(dup3, dup3(STDOUT_FILENO, STDERR_FILENO, 0));
|
D | unistd_test.cpp | 1188 TEST(UNISTD_TEST, dup3) { in TEST() argument 1190 ASSERT_EQ(666, dup3(fd, 666, 0)); in TEST() 1193 ASSERT_EQ(667, dup3(fd, 667, O_CLOEXEC)); in TEST()
|
/bionic/libc/include/ |
D | unistd.h | 264 int dup3(int __old_fd, int __new_fd, int __flags) __INTRODUCED_IN(21);
|
/bionic/libc/stdio/ |
D | stdio.cpp | 390 if (dup3(fd, wantfd, mode_flags & O_CLOEXEC) >= 0) { in freopen()
|
/bionic/docs/ |
D | status.md | 228 * <unistd.h> `dup3`, `execvpe`, `getpagesize`, `linkat`/`symlinkat`/`readlinkat`, `truncate`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 141 int __dup3:dup3(int, int, int) all
|
D | libc.map.txt | 301 dup3; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 301 dup3; # introduced=21
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_000.S | 10304 CALL(dup3)
|