Searched defs:used_stdin (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dremote-cstms.c144 int *is_remote, int *id_ptr, int *used_stdin)
263 *used_stdin = 1;
141 start_remote_job(char **argv, char **envp, int stdin_fd, int *is_remote, int *id_ptr, int *used_stdin) argument
H A Djob.c193 int *is_remote, int *id_ptr, int *used_stdin));
1193 int is_remote, id, used_stdin;
1196 &is_remote, &id, &used_stdin))
1202 if (child->good_stdin && !used_stdin)
1187 int is_remote, id, used_stdin; local

Completed in 89 milliseconds