interpreter 186 maint/gnulib/lib/system-quote.c system_quote_length (enum system_command_interpreter interpreter, interpreter 189 maint/gnulib/lib/system-quote.c switch (interpreter) interpreter 214 maint/gnulib/lib/system-quote.c enum system_command_interpreter interpreter, interpreter 217 maint/gnulib/lib/system-quote.c switch (interpreter) interpreter 245 maint/gnulib/lib/system-quote.c system_quote (enum system_command_interpreter interpreter, interpreter 248 maint/gnulib/lib/system-quote.c switch (interpreter) interpreter 261 maint/gnulib/lib/system-quote.c size_t length = system_quote_length (interpreter, string); interpreter 263 maint/gnulib/lib/system-quote.c system_quote_copy (quoted, interpreter, string); interpreter 275 maint/gnulib/lib/system-quote.c system_quote_argv (enum system_command_interpreter interpreter, interpreter 288 maint/gnulib/lib/system-quote.c length += system_quote_length (interpreter, *argp) + 1; interpreter 299 maint/gnulib/lib/system-quote.c p = system_quote_copy (p, interpreter, *argp); interpreter 74 maint/gnulib/lib/system-quote.h system_quote_length (enum system_command_interpreter interpreter, interpreter 81 maint/gnulib/lib/system-quote.h enum system_command_interpreter interpreter, interpreter 86 maint/gnulib/lib/system-quote.h system_quote (enum system_command_interpreter interpreter, interpreter 94 maint/gnulib/lib/system-quote.h system_quote_argv (enum system_command_interpreter interpreter, interpreter 46 maint/gnulib/tests/test-system-quote-main.c check_one (enum system_command_interpreter interpreter, const char *prog, interpreter 54 maint/gnulib/tests/test-system-quote-main.c output_len = system_quote_length (interpreter, input); interpreter 56 maint/gnulib/tests/test-system-quote-main.c output = system_quote (interpreter, input); interpreter 62 maint/gnulib/tests/test-system-quote-main.c bufend = system_quote_copy (buf, interpreter, input); interpreter 85 maint/gnulib/tests/test-system-quote-main.c switch (interpreter) interpreter 176 maint/gnulib/tests/test-system-quote-main.c check_all (enum system_command_interpreter interpreter, interpreter 186 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, ""); interpreter 189 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo"); interpreter 190 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "phr0ck"); interpreter 193 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo\tbar"); interpreter 196 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo\nbar"); interpreter 197 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo\rbar"); interpreter 199 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo bar"); interpreter 202 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "!foo"); interpreter 205 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "\"foo\"bar"); interpreter 209 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "#foo"); interpreter 213 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "$foo"); interpreter 217 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "&"); interpreter 220 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "'foo'bar"); interpreter 223 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "("); interpreter 227 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, ")"); interpreter 230 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "*"); interpreter 231 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "*foo"); interpreter 235 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, ";"); interpreter 236 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo;"); interpreter 239 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "<"); interpreter 243 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo=bar"); interpreter 246 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, ">"); interpreter 249 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "?"); interpreter 250 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "??"); interpreter 251 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "???"); interpreter 252 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "????"); interpreter 253 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "?????"); interpreter 254 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "??????"); interpreter 255 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "???????"); interpreter 256 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "????????"); interpreter 257 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "?????????"); interpreter 258 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "??????????"); interpreter 259 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo?bar"); interpreter 262 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "^"); interpreter 265 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "["); interpreter 266 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "]"); interpreter 269 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "\\foo"); interpreter 272 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "`foo"); interpreter 275 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "{"); interpreter 279 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "|"); interpreter 283 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "}"); interpreter 287 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "~"); interpreter 288 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "~foo"); interpreter 291 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "foo'bar\"baz"); interpreter 294 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "%"); interpreter 295 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "%%"); interpreter 296 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "%foo%"); interpreter 297 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, "%PATH%"); interpreter 310 maint/gnulib/tests/test-system-quote-main.c check_one (interpreter, prog, s);