Searched refs:shell_quote_length (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsh-quote.h25 extern size_t shell_quote_length (const char *string);
28 There must be room for shell_quote_length (string) + 1 bytes at p. */
H A Dsh-quote.c41 shell_quote_length (const char *string) function
50 There must be room for shell_quote_length (string) + 1 bytes at p. */
84 length += shell_quote_length (*argp) + 1;
H A Djavaexec.c149 command_length += 1 + shell_quote_length (class_name);
151 command_length += 1 + shell_quote_length (*arg);
H A Djavacomp.c226 command_length += 4 + shell_quote_length (directory);
228 command_length += 1 + shell_quote_length (java_sources[i]);

Completed in 142 milliseconds