Searched refs:shell_escape (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/test/ |
D | test-escape.c | 137 assert_se(r = shell_escape(s, bad)); in test_shell_escape_one() 142 TEST(shell_escape) { in TEST() argument
|
/systemd-251/src/basic/ |
D | escape.h | 70 char* shell_escape(const char *s, const char *bad);
|
D | escape.c | 490 char* shell_escape(const char *s, const char *bad) { in shell_escape() function
|
D | strv.c | 814 v = shell_escape(*s, bad); in strv_shell_escape()
|
/systemd-251/src/nspawn/ |
D | nspawn-mount.c | 850 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/ |
D | volatile-root.c | 99 escaped_path = shell_escape(path, ",:"); in make_overlay()
|
/systemd-251/src/core/ |
D | dbus-util.c | 194 escaped = shell_escape(mount_options, ":"); in bus_read_mount_options()
|
D | namespace.c | 460 escaped = shell_escape(prefixed_hierarchy, ",:"); in append_extensions() 516 escaped = shell_escape(prefixed_hierarchy, ",:"); in append_extensions()
|
D | dbus-execute.c | 3610 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/ |
D | sysext.c | 257 escaped = shell_escape(*l, ",:"); in mount_overlayfs()
|