Searched refs:dup2 (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | job.c | 178 extern int dup2 (); 1919 (void) dup2 (stdin_fd, 0); in child_execute_job() 1921 (void) dup2 (stdout_fd, 1); in child_execute_job() 1936 if (dup2 (save_stdin, 0) != 0) in child_execute_job() 1944 if (dup2 (save_stdout, 1) != 1) in child_execute_job() 1963 (void) dup2 (stdin_fd, 0); in child_execute_job() 1965 (void) dup2 (stdout_fd, 1); in child_execute_job() 3049 dup2 (int old, int new) in dup2() function
|
D | remote-cstms.c | 247 (void) dup2 (stdin_fd, 0); in start_remote_job()
|
D | config.ami | 217 /* Define if you have the dup2 function. */
|
D | config.h-vms | 240 /* Define if you have the dup2 function. */
|
D | config.h.in | 79 /* Define to 1 if you have the `dup2' function. */
|
D | configure.in | 153 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
|
D | config.h.W32 | 90 /* Define to 1 if you have the `dup2' function. */
|
D | configure | 7320 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 560 dup2(captured_fd, fd_); in CapturedStream() 572 dup2(uncaptured_fd_, fd_); in GetCapturedString()
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 689 m4trace:configure.in:152: -1- AH_OUTPUT([HAVE_DUP2], [/* Define to 1 if you have the `dup2\' functi…
|
D | output.0 | 7320 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
|