Home
last modified time | relevance | path

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

/systemd-251/src/core/
Ddbus-execute.c3589 _cleanup_free_ char *source_escaped = NULL, *destination_escaped = NULL; in bus_exec_context_set_transient_property() local
3610 source_escaped = shell_escape(source, ":"); in bus_exec_context_set_transient_property()
3611 if (!source_escaped) in bus_exec_context_set_transient_property()
3620 source_escaped, in bus_exec_context_set_transient_property()
3687 _cleanup_free_ char *source_escaped = NULL; in bus_exec_context_set_transient_property() local
3705 source_escaped = shell_escape(source, ":"); in bus_exec_context_set_transient_property()
3706 if (!source_escaped) in bus_exec_context_set_transient_property()
3712 source_escaped); in bus_exec_context_set_transient_property()
3796 … _cleanup_free_ char *destination_escaped = NULL, *source_escaped = NULL; in bus_exec_context_set_transient_property() local
3816 source_escaped = xescape(source, ":"); in bus_exec_context_set_transient_property()
[all …]