Lines Matching defs:in
1 /* Common code for executing a program in a sub-process.
11 Libiberty is distributed in the hope that it will be useful,
130 descriptor from mkstemps, not from a function in
158 int in, out, errdes;
165 in = -1;
182 /* Set IN. */
191 in = obj->funcs->open_read (obj, obj->next_input_name,
193 if (in < 0)
208 in = obj->next_input;
209 if (in < 0)
298 errmsg = "PEX_STDERR_TO_PIPE used in the middle of pipeline";
345 in, out, errdes, toclose, &errmsg, err);
356 if (in >= 0 && in != STDIN_FILE_NO)
357 obj->funcs->close (obj, in);