Home | History | Annotate | Download | only in libiberty

Lines Matching full:pex_obj

54 static int pex_msdos_open (struct pex_obj *, const char *, int);
55 static int pex_msdos_open (struct pex_obj *, const char *, int);
57 static pid_t pex_msdos_exec_child (struct pex_obj *, int, const char *,
61 static int pex_msdos_close (struct pex_obj *, int);
62 static pid_t pex_msdos_wait (struct pex_obj *, pid_t, int *, struct pex_time *,
64 static void pex_msdos_cleanup (struct pex_obj *);
81 /* Return a newly initialized pex_obj structure. */
83 struct pex_obj *
86 struct pex_obj *ret;
106 pex_msdos_open (struct pex_obj *obj, const char *name,
142 pex_msdos_close (struct pex_obj *obj, int fd)
156 pex_msdos_exec_child (struct pex_obj *obj, int flags, const char *executable,
286 pex_msdos_wait (struct pex_obj *obj, pid_t pid, int *status,
306 pex_msdos_cleanup (struct pex_obj *obj)