Searched defs:child_prog (Results 1 – 1 of 1) sorted by relevance
221 struct child_prog { struct223 pid_t pid; /* 0 if exited */225 char **argv; /* program name and arguments */227 int *argv_nonnull;229 int argc; /* number of program arguments */254 struct child_prog *progs; /* array of commands in pipe */ argument