Searched refs:STDOUT_FILENO (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | fortify_compilation_test.cpp | 280 pwrite64(STDOUT_FILENO, buf, 5, 0); in test_pwrite64_size() 288 pwrite64(STDOUT_FILENO, buf, SIZE_MAX, 0); in test_pwrite64_too_big() 296 write(STDOUT_FILENO, buf, 5); in test_write_size()
|
D | sys_select_test.cpp | 86 FD_SET(STDOUT_FILENO, &w); in TEST() 100 ASSERT_TRUE(FD_ISSET(STDOUT_FILENO, &w)); in TEST() 141 FD_SET(STDOUT_FILENO, &w); in TEST() 155 ASSERT_TRUE(FD_ISSET(STDOUT_FILENO, &w)); in TEST()
|
D | stdlib_test.cpp | 397 ASSERT_EQ(ENOTTY, ptsname_r(STDOUT_FILENO, buf, sizeof(buf))); in TEST()
|
D | gtest_main.cpp | 633 close(STDOUT_FILENO); in RunChildProcess() 635 dup2(pipefd[1], STDOUT_FILENO); in RunChildProcess()
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | daemon.c | 58 (void)dup2(fd, STDOUT_FILENO); in daemon()
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
D | popen.c | 140 if (pdes[1] != STDOUT_FILENO) { in popen() 141 (void)dup2(pdes[1], STDOUT_FILENO); in popen() 145 (void)dup2(STDOUT_FILENO, STDIN_FILENO); in popen()
|
/bionic/libc/bionic/ |
D | pty.cpp | 192 dup2(fd, STDOUT_FILENO); in login_tty()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 80 std(__SWR, STDOUT_FILENO),
|
/bionic/libc/include/ |
D | unistd.h | 44 #define STDOUT_FILENO 1 macro
|
/bionic/linker/ |
D | linker.cpp | 4412 __libc_format_fd(STDOUT_FILENO,
|