shell_quote_length  302 maint/gnulib/lib/javacomp.c     command_length += 4 + shell_quote_length (directory);
shell_quote_length  304 maint/gnulib/lib/javacomp.c     command_length += 1 + shell_quote_length (java_sources[i]);
shell_quote_length  150 maint/gnulib/lib/javaexec.c         command_length += 1 + shell_quote_length (class_name);
shell_quote_length  152 maint/gnulib/lib/javaexec.c           command_length += 1 + shell_quote_length (*arg);
shell_quote_length   84 maint/gnulib/lib/sh-quote.c           length += shell_quote_length (*argp) + 1;
shell_quote_length   32 maint/gnulib/lib/sh-quote.h extern size_t shell_quote_length (const char *string);
shell_quote_length  195 maint/gnulib/lib/system-quote.c       return shell_quote_length (string);
shell_quote_length   37 maint/gnulib/tests/test-sh-quote.c   output_len = shell_quote_length (input);