Home
last modified time | relevance | path

Searched refs:shell_escape (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/test/
Dtest-escape.c137 assert_se(r = shell_escape(s, bad)); in test_shell_escape_one()
142 TEST(shell_escape) { in TEST() argument
/systemd-251/src/basic/
Descape.h70 char* shell_escape(const char *s, const char *bad);
Descape.c490 char* shell_escape(const char *s, const char *bad) { in shell_escape() function
Dstrv.c814 v = shell_escape(*s, bad); in strv_shell_escape()
/systemd-251/src/nspawn/
Dnspawn-mount.c850 escaped_source = shell_escape(m->source, ",:"); in mount_overlay()
859 escaped_work_dir = shell_escape(m->work_dir, ",:"); in mount_overlay()
1140 escaped_directory = shell_escape(directory, ",:"); in setup_volatile_overlay()
1141 escaped_upper = shell_escape(upper, ",:"); in setup_volatile_overlay()
1142 escaped_work = shell_escape(work, ",:"); in setup_volatile_overlay()
/systemd-251/src/volatile-root/
Dvolatile-root.c99 escaped_path = shell_escape(path, ",:"); in make_overlay()
/systemd-251/src/core/
Ddbus-util.c194 escaped = shell_escape(mount_options, ":"); in bus_read_mount_options()
Dnamespace.c460 escaped = shell_escape(prefixed_hierarchy, ",:"); in append_extensions()
516 escaped = shell_escape(prefixed_hierarchy, ",:"); in append_extensions()
Ddbus-execute.c3610 source_escaped = shell_escape(source, ":"); in bus_exec_context_set_transient_property()
3613 destination_escaped = shell_escape(destination, ":"); in bus_exec_context_set_transient_property()
3705 source_escaped = shell_escape(source, ":"); in bus_exec_context_set_transient_property()
/systemd-251/src/sysext/
Dsysext.c257 escaped = shell_escape(*l, ",:"); in mount_overlayfs()