Searched refs:ShellEscapeFlags (Results 1 – 4 of 4) sorted by relevance
36 typedef enum ShellEscapeFlags { enum42 } ShellEscapeFlags; typedef71 char* shell_maybe_quote(const char *s, ShellEscapeFlags flags);72 char* quote_command_line(char **argv, ShellEscapeFlags flags);
503 char* shell_maybe_quote(const char *s, ShellEscapeFlags flags) { in shell_maybe_quote()547 char* quote_command_line(char **argv, ShellEscapeFlags flags) { in quote_command_line()
212 ShellEscapeFlags shflags = SHELL_ESCAPE_EMPTY | in get_process_cmdline()
151 static void test_shell_maybe_quote_one(const char *s, ShellEscapeFlags flags, const char *expected)… in test_shell_maybe_quote_one()