Searched defs:child_prog (Results 1 – 1 of 1) sorted by relevance
220 struct child_prog { struct222 pid_t pid; /* 0 if exited */224 char **argv; /* program name and arguments */226 int *argv_nonnull;228 int argc; /* number of program arguments */253 struct child_prog *progs; /* array of commands in pipe */ argument
Completed in 13 milliseconds