Home
last modified time | relevance | path

Searched refs:stdin_fd (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Djob.h77 extern int child_execute_job PARAMS ((int stdin_fd, int stdout_fd, char **argv, char **envp));
79 extern void child_execute_job PARAMS ((int stdin_fd, int stdout_fd, char **argv, char **envp));
Dremote-cstms.c141 start_remote_job (char **argv, char **envp, int stdin_fd, in start_remote_job() argument
246 if (stdin_fd != 0) in start_remote_job()
247 (void) dup2 (stdin_fd, 0); in start_remote_job()
Dremote-stub.c57 start_remote_job (char **argv UNUSED, char **envp UNUSED, int stdin_fd UNUSED, in start_remote_job()
Djob.c192 extern int start_remote_job PARAMS ((char **argv, char **envp, int stdin_fd,
1897 child_execute_job (int stdin_fd, int stdout_fd, char **argv, char **envp) in child_execute_job() argument
1902 int save_stdin = (stdin_fd != 0) ? dup (0) : 0; in child_execute_job()
1918 if (stdin_fd != 0) in child_execute_job()
1919 (void) dup2 (stdin_fd, 0); in child_execute_job()
1925 if (stdin_fd != 0) in child_execute_job()
1926 CLOSE_ON_EXEC (stdin_fd); in child_execute_job()
1934 if (stdin_fd != 0) in child_execute_job()
1960 child_execute_job (int stdin_fd, int stdout_fd, char **argv, char **envp) in child_execute_job() argument
1962 if (stdin_fd != 0) in child_execute_job()
[all …]