Home | History | Annotate | Download | only in gcc

Lines Matching defs:pex

3266   struct pex_obj *pex;
3431 pex = pex_init (PEX_USE_PIPES | ((report_times || report_times_to_file)
3434 if (pex == NULL)
3443 errmsg = pex_run (pex,
3471 if (!pex_get_status (pex, n_commands, statuses))
3477 if (!pex_get_times (pex, n_commands, times))
3481 pex_free (pex);
7733 struct pex_obj *pex;
7741 pex = pex_init (PEX_USE_PIPES, new_argv[0], NULL);
7742 if (!pex)
7745 errmsg = pex_run (pex, pex_flags, new_argv[0],
7757 if (!pex_get_status (pex, 1, &exit_status))
7775 pex_free (pex);