Searched refs:PEX_USE_PIPES (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/contrib/gcclibs/libiberty/testsuite/ |
| HD | 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()
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | pex-common.c | 228 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()
|
| HD | pexecute.c | 54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
|
| HD | pexecute.txh | 16 @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
|
| HD | pex-djgpp.c | 76 flags &= ~ PEX_USE_PIPES; in pex_init()
|
| HD | pex-msdos.c | 90 flags &= ~ PEX_USE_PIPES; in pex_init()
|
| HD | functions.texi | 720 @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/ |
| HD | pexecute.c | 54 pex = pex_init (PEX_USE_PIPES, pname, temp_base); in pexecute()
|
| HD | functions.texi | 736 @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/ |
| HD | libiberty.h | 362 #define PEX_USE_PIPES 0x2 macro
|
| HD | ChangeLog | 392 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | libiberty.h | 355 #define PEX_USE_PIPES 0x2 macro
|
| HD | ChangeLog | 158 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
|
| /NextBSD/contrib/gcc/ |
| HD | collect2.c | 2043 pex = pex_init (PEX_USE_PIPES, "collect2", NULL); in scan_prog_file() 2198 pex = pex_init (PEX_USE_PIPES, "collect2", NULL); in scan_libraries()
|
| HD | gcc.c | 2958 pex = pex_init (PEX_USE_PIPES | (report_times ? PEX_RECORD_TIMES : 0), in execute()
|