Searched refs:PEX_USE_PIPES (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
H A Dpex-common.c228 else if ((obj->flags & PEX_USE_PIPES) == 0)
304 if ((obj->flags & PEX_USE_PIPES) == 0)
395 if (! (obj->flags & PEX_USE_PIPES))
H A Dpex-djgpp.c76 flags &= ~ PEX_USE_PIPES;
H A Dpex-msdos.c90 flags &= ~ PEX_USE_PIPES;
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
/freebsd-10.2-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c247 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL);
256 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL);
267 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL);
277 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp");
288 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp");
352 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp");
/freebsd-10.2-release/contrib/gcclibs/include/
H A Dlibiberty.h355 #define PEX_USE_PIPES 0x2 macro
432 any (there will not be a file if PEX_USE_PIPES is set
481 `PEX_USE_PIPES' to `pex_init'. Close the returned stream
/freebsd-10.2-release/contrib/binutils/include/
H A Dlibiberty.h362 #define PEX_USE_PIPES 0x2 macro
452 any (there will not be a file if PEX_USE_PIPES is set
501 `PEX_USE_PIPES' to `pex_init'. Close the returned stream
/freebsd-10.2-release/contrib/gcc/
H A Dcollect2.c2059 pex = pex_init (PEX_USE_PIPES, "collect2", NULL);
2214 pex = pex_init (PEX_USE_PIPES, "collect2", NULL);
H A Dgcc.c2975 pex = pex_init (PEX_USE_PIPES | (report_times ? PEX_RECORD_TIMES : 0),

Completed in 86 milliseconds