Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.c970 static int bad_stdin = -1; in start_job_command() local
1142 if (bad_stdin == -1) in start_job_command()
1152 bad_stdin = pd[0]; in start_job_command()
1157 CLOSE_ON_EXEC (bad_stdin); in start_job_command()
1189 child->good_stdin ? 0 : bad_stdin, in start_job_command()
1240 child->pid = child_execute_job (child->good_stdin ? 0 : bad_stdin, 1, in start_job_command()
1278 child_execute_job (child->good_stdin ? 0 : bad_stdin, 1, in start_job_command()