Lines Matching defs:childnum
91 int runtest(int fd_r, int fd_w, int childnum, int action)
99 seekoff = offset + bufsize * childnum;
111 fillbuf(buf1, bufsize, childnum + i);
138 childnum, (int)seekoff);
148 int child_function(int childnum, int action)
167 if (runtest(fd_r, fd_w, childnum, action) == -1) {
169 childnum);
188 if (runtest(fd_r, fd_w, childnum, action) == -1) {
190 childnum);
209 if (runtest(fd_r, fd_w, childnum, action) == -1) {
211 childnum);