Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dpex-common.c65 obj->stderr_pipe = -1; in pex_init_common()
295 if (obj->stderr_pipe != -1) in pex_run_in_environment()
314 obj->stderr_pipe = p[READ_PORT]; in pex_run_in_environment()
506 o = obj->stderr_pipe; in pex_read_err()
510 obj->stderr_pipe = -1; in pex_read_err()
608 if (obj->stderr_pipe >= 0 && obj->stderr_pipe != STDIN_FILE_NO) in pex_free()
609 obj->funcs->close (obj, obj->stderr_pipe); in pex_free()
Dpex-common.h69 int stderr_pipe; member
DChangeLog1284 * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
2083 stderr_pipe and read_err.
2085 stderr_pipe.