shell_quote_length 86 lib/sh-quote.c length += shell_quote_length (*argp) + 1; shell_quote_length 25 lib/sh-quote.h extern size_t shell_quote_length (const char *string); shell_quote_length 237 src/diff.c size += 1 + shell_quote_length (optionvec[i]); shell_quote_length 1215 src/diff3.c char *command = xmalloc (shell_quote_length (diff_program) shell_quote_length 1219 src/diff3.c + shell_quote_length (filea) + 1 shell_quote_length 1220 src/diff3.c + shell_quote_length (fileb) + 1); shell_quote_length 615 src/sdiff.c cmdsize += shell_quote_length (diffargv[i]) + 1; shell_quote_length 1029 src/sdiff.c xmalloc (shell_quote_length (editor_program) shell_quote_length 227 src/util.c + shell_quote_length (name) + 1);