Searched refs:PEX_USE_PIPES (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-pexecute.c | 247 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() 256 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() 267 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() 277 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp"); in main() 288 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp"); in main() 352 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp"); in main()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pexecute.c | 54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
|
D | pex-common.c | 230 else if ((obj->flags & PEX_USE_PIPES) == 0) in pex_run_in_environment() 337 if ((obj->flags & PEX_USE_PIPES) == 0) in pex_run_in_environment() 428 if (! (obj->flags & PEX_USE_PIPES)) in pex_input_pipe()
|
D | pexecute.txh | 17 @vindex PEX_USE_PIPES 18 @item PEX_USE_PIPES 101 if @code{PEX_LAST} is not set in @var{flags}, and @code{PEX_USE_PIPES} 184 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call
|
D | pex-djgpp.c | 76 flags &= ~ PEX_USE_PIPES; in pex_init()
|
D | pex-msdos.c | 90 flags &= ~ PEX_USE_PIPES; in pex_init()
|
D | functions.texi | 866 @vindex PEX_USE_PIPES 867 @item PEX_USE_PIPES 908 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call 1060 if @code{PEX_LAST} is not set in @var{flags}, and @code{PEX_USE_PIPES}
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 391 #define PEX_USE_PIPES 0x2 macro
|
D | ChangeLog | 1767 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
|