shell_quote        39 maint/gnulib/lib/sh-quote.h extern char * shell_quote (const char *string)
shell_quote       254 maint/gnulib/lib/system-quote.c       return shell_quote (string);
shell_quote        39 maint/gnulib/tests/test-sh-quote.c   output = shell_quote (input);