Searched defs:child_prog (Results 1 – 1 of 1) sorted by relevance
222 struct child_prog { struct224 pid_t pid; /* 0 if exited */226 char **argv; /* program name and arguments */228 int *argv_nonnull;230 int argc; /* number of program arguments */255 struct child_prog *progs; /* array of commands in pipe */ argument