Lines Matching refs: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 *);
83 struct pex_obj *
86 struct pex_obj *ret; in pex_init()
106 pex_msdos_open (struct pex_obj *obj, const char *name, in pex_msdos_open()
142 pex_msdos_close (struct pex_obj *obj, int fd) in pex_msdos_close()
156 pex_msdos_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_msdos_exec_child()
286 pex_msdos_wait (struct pex_obj *obj, pid_t pid, int *status, in pex_msdos_wait()
306 pex_msdos_cleanup (struct pex_obj *obj) in pex_msdos_cleanup()