Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-pexecute.c247 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/
Dpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
Dpex-common.c230 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()
Dpexecute.txh17 @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
Dpex-djgpp.c76 flags &= ~ PEX_USE_PIPES; in pex_init()
Dpex-msdos.c90 flags &= ~ PEX_USE_PIPES; in pex_init()
Dfunctions.texi866 @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/
Dlibiberty.h391 #define PEX_USE_PIPES 0x2 macro
DChangeLog1767 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.