Home
last modified time | relevance | path

Searched refs:ShellEscapeFlags (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Descape.h36 typedef enum ShellEscapeFlags { enum
42 } ShellEscapeFlags; typedef
71 char* shell_maybe_quote(const char *s, ShellEscapeFlags flags);
72 char* quote_command_line(char **argv, ShellEscapeFlags flags);
Descape.c503 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()
Dprocess-util.c212 ShellEscapeFlags shflags = SHELL_ESCAPE_EMPTY | in get_process_cmdline()
/systemd-251/src/test/
Dtest-escape.c151 static void test_shell_maybe_quote_one(const char *s, ShellEscapeFlags flags, const char *expected)… in test_shell_maybe_quote_one()