wait_subprocess   114 maint/gnulib/lib/csharpcomp.c             wait_subprocess (child, "mcs", false, true, true, false, NULL);
wait_subprocess   229 maint/gnulib/lib/csharpcomp.c         wait_subprocess (child, "mcs", false, false, true, true, NULL);
wait_subprocess   305 maint/gnulib/lib/csharpcomp.c             wait_subprocess (child, "csc", false, true, true, false, NULL);
wait_subprocess   338 maint/gnulib/lib/execute.c   return wait_subprocess (child, progname, ignore_sigpipe, null_stderr,
wait_subprocess   692 maint/gnulib/lib/javacomp.c         wait_subprocess (child, javac, true, true, true, false, NULL);
wait_subprocess   777 maint/gnulib/lib/javacomp.c         wait_subprocess (child, javac, true, true, true, false, NULL);
wait_subprocess  1456 maint/gnulib/lib/javacomp.c             wait_subprocess (child, "gcj", false, true, true, false, NULL);
wait_subprocess  1571 maint/gnulib/lib/javacomp.c             wait_subprocess (child, "gcj", false, true, true, false, NULL);
wait_subprocess    96 maint/gnulib/lib/javaversion.c     wait_subprocess (child, progname, true, false, true, false, NULL);
wait_subprocess   454 maint/gnulib/lib/pipe-filter-gi.c         wait_subprocess (filter->child, filter->progname, true,
wait_subprocess   575 maint/gnulib/lib/pipe-filter-ii.c       wait_subprocess (child, progname, false, null_stderr,
wait_subprocess   592 maint/gnulib/lib/pipe-filter-ii.c     wait_subprocess (child, progname, true, true, true, false, NULL);
wait_subprocess    57 maint/gnulib/lib/wait-process.h extern int wait_subprocess (pid_t child, const char *progname,
wait_subprocess   108 maint/gnulib/tests/test-nonblocking-pipe-main.c       wait_subprocess (child, child_path, false, false, false, false, NULL);
wait_subprocess   119 maint/gnulib/tests/test-nonblocking-socket-main.c       wait_subprocess (child, child_path, false, false, false, false, NULL);
wait_subprocess    68 maint/gnulib/tests/test-spawn-pipe-main.c   ASSERT (wait_subprocess (pid, prog, true, false, true, true, NULL) == 0);
wait_subprocess    59 maint/gnulib/tests/test-spawn-pipe-script.c             ASSERT (wait_subprocess (pid, progname, true, true, true, false,
wait_subprocess    97 maint/gnulib/tests/test-spawn-pipe-script.c     ASSERT (wait_subprocess (pid, progname, true, false, true, true, NULL) == 0);