otherpid          159 user/testbin/badcall/bad_waitpid.c 	int pids[2], mypid, otherpid, fd, rv, x;
otherpid          190 user/testbin/badcall/bad_waitpid.c 		otherpid = pids[1];
otherpid          193 user/testbin/badcall/bad_waitpid.c 		otherpid = pids[0];
otherpid          202 user/testbin/badcall/bad_waitpid.c 	rv = waitpid(otherpid, &x, 0);