Home | History | Annotate | Download | only in libiberty

Lines Matching full:pex_obj

46 static void pex_add_remove (struct pex_obj *, const char *, int);
47 static int pex_get_status_and_time (struct pex_obj *, int, const char **,
50 /* Initialize a pex_obj structure. */
52 struct pex_obj *
56 struct pex_obj *obj;
58 obj = XNEW (struct pex_obj);
84 pex_add_remove (struct pex_obj *obj, const char *name, int allocated)
103 temp_file (struct pex_obj *obj, int flags, char *name)
152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable,
370 pex_run (struct pex_obj *obj, int flags, const char *executable,
381 pex_input_file (struct pex_obj *obj, int flags, const char *in_name)
417 pex_input_pipe (struct pex_obj *obj, int binary)
463 pex_read_output (struct pex_obj *obj, int binary)
502 pex_read_err (struct pex_obj *obj, int binary)
518 pex_get_status_and_time (struct pex_obj *obj, int done, const char **errmsg,
547 pex_get_status (struct pex_obj *obj, int count, int *vector)
572 pex_get_times (struct pex_obj *obj, int count, struct pex_time *vector)
598 /* Free a pex_obj structure. */
601 pex_free (struct pex_obj *obj)