Searched refs:pex_get_status (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dpex-one.c35 if (!pex_get_status (obj, 1, status))
38 errmsg = "pex_get_status failed";
H A Dpexecute.c22 pex_init/pex_run/pex_get_status/pex_free routines. Don't use
95 if (!pex_get_status (pex, 1, status))
103 if (!pex_get_status (pex, idx, vector))
H A Dpex-common.c547 pex_get_status (struct pex_obj *obj, int count, int *vector) function
/haiku-buildtools/gcc/libiberty/
H A Dpex-one.c35 if (!pex_get_status (obj, 1, status))
38 errmsg = "pex_get_status failed";
H A Dpexecute.c22 pex_init/pex_run/pex_get_status/pex_free routines. Don't use
95 if (!pex_get_status (pex, 1, status))
103 if (!pex_get_status (pex, idx, vector))
H A Dpex-common.c547 pex_get_status (struct pex_obj *obj, int count, int *vector) function
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-one.c35 if (!pex_get_status (obj, 1, status))
38 errmsg = "pex_get_status failed";
H A Dpexecute.c22 pex_init/pex_run/pex_get_status/pex_free routines. Don't use
95 if (!pex_get_status (pex, 1, status))
103 if (!pex_get_status (pex, idx, vector))
H A Dpex-common.c478 pex_get_status (struct pex_obj *obj, int count, int *vector) function
/haiku-buildtools/gcc/gcc/
H A Dcollect-utils.c68 if (!pex_get_status (pex, 1, &status))
H A Dgcc.c2913 if (!pex_get_status (pex, n_commands, statuses))
6522 if (!pex_get_status (pex, 1, &exit_status))
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-pexecute.c223 (pex_get_status (PEXOBJ, 1, &test_pex_status) \
225 : (FATAL_ERROR ("pex_get_status failed", errno), 1))
230 if (!pex_get_status (PEXOBJ, COUNT, VECTOR)) \
231 FATAL_ERROR ("pex_get_status failed", errno); \
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A Dtest-pexecute.c223 (pex_get_status (PEXOBJ, 1, &test_pex_status) \
225 : (FATAL_ERROR ("pex_get_status failed", errno), 1))
230 if (!pex_get_status (PEXOBJ, COUNT, VECTOR)) \
231 FATAL_ERROR ("pex_get_status failed", errno); \
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-pexecute.c223 (pex_get_status (PEXOBJ, 1, &test_pex_status) \
225 : (FATAL_ERROR ("pex_get_status failed", errno), 1))
230 if (!pex_get_status (PEXOBJ, COUNT, VECTOR)) \
231 FATAL_ERROR ("pex_get_status failed", errno); \
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h504 extern int pex_get_status (struct pex_obj *, int count, int *vector);
544 use pex_init/pex_run/pex_get_status/pex_free, or pex_one. */
/haiku-buildtools/gcc/include/
H A Dlibiberty.h564 extern int pex_get_status (struct pex_obj *, int count, int *vector);
583 pex_get_status, this will try to kill the subprocesses. */
605 use pex_init/pex_run/pex_get_status/pex_free, or pex_one. */
/haiku-buildtools/binutils/include/
H A Dlibiberty.h575 extern int pex_get_status (struct pex_obj *, int count, int *vector);
594 pex_get_status, this will try to kill the subprocesses. */
616 use pex_init/pex_run/pex_get_status/pex_free, or pex_one. */
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-plugin.c596 t = pex_get_status (pex, 1, &status);

Completed in 331 milliseconds