Searched defs:stdout_fd (Results 1 – 9 of 9) sorted by relevance
/external/ltp/include/ |
D | tst_cmd.h | 57 int stdout_fd, in tst_run_cmd_fds() 76 int stdout_fd, in tst_run_cmd_fds()
|
/external/ltp/lib/ |
D | tst_run_cmd.c | 36 int stdout_fd, in tst_run_cmd_fds_() 116 int stdout_fd = -1; in tst_run_cmd_() local
|
/external/ltp/lib/tests/ |
D | trerrno.c | 43 int fd, stdout_fd; in main() local
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 343 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local 352 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local 360 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cc | 334 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
D | sanitizer_win.cc | 868 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cpp | 425 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
|
D | sanitizer_win.cpp | 1086 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
|
/external/openssh/regress/ |
D | netcat.c | 780 int stdout_fd = STDOUT_FILENO; in readwrite() local
|