OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stderr_pipe
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/libiberty/
pex-common.h
69
int
stderr_pipe
;
member in struct:pex_obj
pex-common.c
65
obj->
stderr_pipe
= -1;
295
if (obj->
stderr_pipe
!= -1)
314
obj->
stderr_pipe
= p[READ_PORT];
506
o = obj->
stderr_pipe
;
510
obj->
stderr_pipe
= -1;
608
if (obj->
stderr_pipe
>= 0 && obj->
stderr_pipe
!= STDIN_FILE_NO)
609
obj->funcs->close (obj, obj->
stderr_pipe
);
Completed in 61 milliseconds