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

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpexecute.c54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
H A Dpex-common.c230 else if ((obj->flags & PEX_USE_PIPES) == 0)
335 if ((obj->flags & PEX_USE_PIPES) == 0)
426 if (! (obj->flags & PEX_USE_PIPES))
H A Dpex-djgpp.c76 flags &= ~ PEX_USE_PIPES;
H A Dpex-msdos.c90 flags &= ~ PEX_USE_PIPES;
/macosx-10.9.5/cxxfilt-11/cxxfilt/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");
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h358 #define PEX_USE_PIPES 0x2 macro
448 any (there will not be a file if PEX_USE_PIPES is set
490 passed `PEX_USE_PIPES' to the `pex_init' call that returned OBJ.
524 `PEX_USE_PIPES' to `pex_init'. Close the returned stream

Completed in 98 milliseconds