Searched refs:shell_maybe_quote (Results 1 – 8 of 8) sorted by relevance
154 assert_se(ret = shell_maybe_quote(s, flags)); in test_shell_maybe_quote_one()159 TEST(shell_maybe_quote) { in TEST() argument
71 char* shell_maybe_quote(const char *s, ShellEscapeFlags flags);
503 char* shell_maybe_quote(const char *s, ShellEscapeFlags flags) { in shell_maybe_quote() function555 t = shell_maybe_quote(*a, flags); in quote_command_line()
72 q = shell_maybe_quote(t + 1, 0); in load_and_print()
54 esc = shell_maybe_quote(sep + 1, SHELL_ESCAPE_POSIX); in print_variable()
184 service_shell_quoted = shell_maybe_quote(service, 0); in log_job_error_with_service_result()
247 e = shell_maybe_quote(str, 0); in bus_print_property()
770 quoted = shell_maybe_quote(u->id, 0); in job_emit_done_message()