Home
last modified time | relevance | path

Searched refs:shell_maybe_quote (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/test/
Dtest-escape.c154 assert_se(ret = shell_maybe_quote(s, flags)); in test_shell_maybe_quote_one()
159 TEST(shell_maybe_quote) { in TEST() argument
/systemd-251/src/basic/
Descape.h71 char* shell_maybe_quote(const char *s, ShellEscapeFlags flags);
Descape.c503 char* shell_maybe_quote(const char *s, ShellEscapeFlags flags) { in shell_maybe_quote() function
555 t = shell_maybe_quote(*a, flags); in quote_command_line()
/systemd-251/src/environment-d-generator/
Denvironment-d-generator.c72 q = shell_maybe_quote(t + 1, 0); in load_and_print()
/systemd-251/src/systemctl/
Dsystemctl-set-environment.c54 esc = shell_maybe_quote(sep + 1, SHELL_ESCAPE_POSIX); in print_variable()
/systemd-251/src/shared/
Dbus-wait-for-jobs.c184 service_shell_quoted = shell_maybe_quote(service, 0); in log_job_error_with_service_result()
Dbus-print-properties.c247 e = shell_maybe_quote(str, 0); in bus_print_property()
/systemd-251/src/core/
Djob.c770 quoted = shell_maybe_quote(u->id, 0); in job_emit_done_message()