prog               44 maint/gnulib/tests/test-spawn-pipe-main.c test_pipe (const char *prog, bool stderr_closed)
prog               52 maint/gnulib/tests/test-spawn-pipe-main.c   argv[0] = prog;
prog               55 maint/gnulib/tests/test-spawn-pipe-main.c   pid = create_pipe_bidi (prog, prog, argv, NULL, false, true, true, fd);
prog               68 maint/gnulib/tests/test-spawn-pipe-main.c   ASSERT (wait_subprocess (pid, prog, true, false, true, true, NULL) == 0);
prog               46 maint/gnulib/tests/test-system-quote-main.c check_one (enum system_command_interpreter interpreter, const char *prog,
prog               83 maint/gnulib/tests/test-system-quote-main.c     sprintf (command, "%s %s", prog, output);
prog              178 maint/gnulib/tests/test-system-quote-main.c            const char *prog)
prog              186 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "");
prog              189 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "foo");
prog              190 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "phr0ck");
prog              193 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "foo\tbar");
prog              196 maint/gnulib/tests/test-system-quote-main.c         check_one (interpreter, prog, "foo\nbar");
prog              197 maint/gnulib/tests/test-system-quote-main.c         check_one (interpreter, prog, "foo\rbar");
prog              199 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "foo bar");
prog              202 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "!foo");
prog              205 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "\"foo\"bar");
prog              209 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "#foo");
prog              213 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "$foo");
prog              217 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "&");
prog              220 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "'foo'bar");
prog              223 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "(");
prog              227 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, ")");
prog              230 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "*");
prog              231 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "*foo");
prog              235 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, ";");
prog              236 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "foo;");
prog              239 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "<");
prog              243 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "foo=bar");
prog              246 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, ">");
prog              249 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "?");
prog              250 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "??");
prog              251 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "???");
prog              252 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "????");
prog              253 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "?????");
prog              254 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "??????");
prog              255 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "???????");
prog              256 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "????????");
prog              257 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "?????????");
prog              258 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "??????????");
prog              259 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "foo?bar");
prog              262 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "^");
prog              265 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "[");
prog              266 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "]");
prog              269 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "\\foo");
prog              272 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "`foo");
prog              275 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "{");
prog              279 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "|");
prog              283 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "}");
prog              287 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "~");
prog              288 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "~foo");
prog              291 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "foo'bar\"baz");
prog              294 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "%");
prog              295 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "%%");
prog              296 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "%foo%");
prog              297 maint/gnulib/tests/test-system-quote-main.c     check_one (interpreter, prog, "%PATH%");
prog              310 maint/gnulib/tests/test-system-quote-main.c           check_one (interpreter, prog, s);
prog              318 maint/gnulib/tests/test-system-quote-main.c   char *prog;
prog              325 maint/gnulib/tests/test-system-quote-main.c   prog = argv[1];
prog              332 maint/gnulib/tests/test-system-quote-main.c     for (p = prog; *p != '\0'; p++)
prog              339 maint/gnulib/tests/test-system-quote-main.c   check_all (SCI_SYSTEM, true, prog); /* equivalent to SCI_WINDOWS_CMD */
prog              340 maint/gnulib/tests/test-system-quote-main.c   check_all (SCI_WINDOWS_CREATEPROCESS, false, prog);
prog              341 maint/gnulib/tests/test-system-quote-main.c   check_all (SCI_WINDOWS_CMD, true, prog);
prog              343 maint/gnulib/tests/test-system-quote-main.c   check_all (SCI_SYSTEM, false, prog); /* equivalent to SCI_POSIX_SH */