Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libiberty/testsuite/
HDtest-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()
/NextBSD/contrib/gcclibs/libiberty/
HDpex-common.c228 else if ((obj->flags & PEX_USE_PIPES) == 0) in pex_run_in_environment()
304 if ((obj->flags & PEX_USE_PIPES) == 0) in pex_run_in_environment()
395 if (! (obj->flags & PEX_USE_PIPES)) in pex_input_pipe()
HDpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
HDpexecute.txh16 @vindex PEX_USE_PIPES
17 @item PEX_USE_PIPES
89 if @code{PEX_LAST} is not set in @var{flags}, and @code{PEX_USE_PIPES}
167 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call
HDpex-djgpp.c76 flags &= ~ PEX_USE_PIPES; in pex_init()
HDpex-msdos.c90 flags &= ~ PEX_USE_PIPES; in pex_init()
HDfunctions.texi720 @vindex PEX_USE_PIPES
721 @item PEX_USE_PIPES
760 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call
883 if @code{PEX_LAST} is not set in @var{flags}, and @code{PEX_USE_PIPES}
/NextBSD/contrib/binutils/libiberty/
HDpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
HDfunctions.texi736 @vindex PEX_USE_PIPES
737 @item PEX_USE_PIPES
776 You must have passed @code{PEX_USE_PIPES} to the @code{pex_init} call
921 if @code{PEX_LAST} is not set in @var{flags}, and @code{PEX_USE_PIPES}
/NextBSD/contrib/binutils/include/
HDlibiberty.h362 #define PEX_USE_PIPES 0x2 macro
HDChangeLog392 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
/NextBSD/contrib/gcclibs/include/
HDlibiberty.h355 #define PEX_USE_PIPES 0x2 macro
HDChangeLog158 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
/NextBSD/contrib/gcc/
HDcollect2.c2043 pex = pex_init (PEX_USE_PIPES, "collect2", NULL); in scan_prog_file()
2198 pex = pex_init (PEX_USE_PIPES, "collect2", NULL); in scan_libraries()
HDgcc.c2958 pex = pex_init (PEX_USE_PIPES | (report_times ? PEX_RECORD_TIMES : 0), in execute()