Lines Matching defs:obj
56 struct pex_obj *obj; in pex_init_common() local
84 pex_add_remove (struct pex_obj *obj, const char *name, int allocated) in pex_add_remove()
103 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file()
152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment()
370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run()
381 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file()
417 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe()
463 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output()
502 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err()
518 pex_get_status_and_time (struct pex_obj *obj, int done, const char **errmsg, in pex_get_status_and_time()
547 pex_get_status (struct pex_obj *obj, int count, int *vector) in pex_get_status()
572 pex_get_times (struct pex_obj *obj, int count, struct pex_time *vector) in pex_get_times()
601 pex_free (struct pex_obj *obj) in pex_free()