Searched refs:pex_init (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/binutils/libiberty/
H A Dpex-one.c31 obj = pex_init (0, pname, NULL);
H A Dpexecute.c22 pex_init/pex_run/pex_get_status/pex_free routines. Don't use
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
H A Dpex-msdos.c84 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-win32.c111 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-unix.c336 pex_init (int flags, const char *pname, const char *tempbase) function
/haiku-buildtools/gcc/libiberty/
H A Dpex-one.c31 obj = pex_init (0, pname, NULL);
H A Dpexecute.c22 pex_init/pex_run/pex_get_status/pex_free routines. Don't use
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
H A Dpex-msdos.c84 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-win32.c111 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-unix.c335 pex_init (int flags, const char *pname, const char *tempbase) function
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-one.c31 obj = pex_init (0, pname, NULL);
H A Dpexecute.c22 pex_init/pex_run/pex_get_status/pex_free routines. Don't use
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
H A Dpex-djgpp.c72 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-msdos.c83 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-unix.c301 pex_init (int flags, const char *pname, const char *tempbase) function
H A Dpex-win32.c106 pex_init (int flags, const char *pname, const char *tempbase) function
/haiku-buildtools/gcc/gcc/
H A Dcollect-utils.c183 pex = pex_init (0, "collect2", NULL);
185 fatal_error (input_location, "pex_init failed: %m");
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h345 /* Flags for pex_init. These are bits to be or'ed together. */
364 extern struct pex_obj *pex_init (int flags, const char *pname,
400 OBJ Returned by pex_init.
411 TEMPBASE parameter to pex_init not NULL:
453 passed `PEX_USE_PIPES' to the `pex_init' call that returned OBJ.
487 `PEX_USE_PIPES' to `pex_init'. Close the returned stream
530 PNAME As for pex_init.
544 use pex_init/pex_run/pex_get_status/pex_free, or pex_one. */
/haiku-buildtools/gcc/include/
H A Dlibiberty.h389 /* Flags for pex_init. These are bits to be or'ed together. */
408 extern struct pex_obj *pex_init (int flags, const char *pname,
462 OBJ Returned by pex_init.
473 TEMPBASE parameter to pex_init not NULL:
539 `PEX_USE_PIPES' to `pex_init'. Close the returned stream
591 PNAME As for pex_init.
605 use pex_init/pex_run/pex_get_status/pex_free, or pex_one. */
/haiku-buildtools/binutils/include/
H A Dlibiberty.h389 /* Flags for pex_init. These are bits to be or'ed together. */
419 extern struct pex_obj *pex_init (int flags, const char *pname,
473 OBJ Returned by pex_init.
484 TEMPBASE parameter to pex_init not NULL:
550 `PEX_USE_PIPES' to `pex_init'. Close the returned stream
602 PNAME As for pex_init.
616 use pex_init/pex_run/pex_get_status/pex_free, or pex_one. */
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-pexecute.c202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \
205 : (FATAL_ERROR ("pex_init failed", 0), NULL))
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A Dtest-pexecute.c202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \
205 : (FATAL_ERROR ("pex_init failed", 0), NULL))
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-pexecute.c202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \
205 : (FATAL_ERROR ("pex_init failed", 0), NULL))

Completed in 214 milliseconds

12