Lines Matching defs:pex
102 collect_wait (const char *prog, struct pex_obj *pex)
106 if (!pex_get_status (pex, 1, &status))
108 pex_free (pex);
133 do_wait (const char *prog, struct pex_obj *pex)
135 int ret = collect_wait (prog, pex);
149 struct pex_obj *pex;
225 pex = pex_init (0, "collect2", NULL);
226 if (pex == NULL)
229 errmsg = pex_run (pex, flags, argv[0], argv, outname,
244 return pex;
251 struct pex_obj *pex;
253 pex = collect_execute (prog, argv, NULL, NULL,
255 do_wait (prog, pex);