Searched refs:format_str (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/core/ |
D | dbus-util.c | 168 _cleanup_free_ char *format_str = NULL; in bus_read_mount_options() local 198 if (!strextend_with_separator(&format_str, separator, partition, ":", escaped)) in bus_read_mount_options() 221 … char *final = strjoin(*ret_format_str, !isempty(*ret_format_str) ? separator : "", format_str); in bus_read_mount_options()
|
D | dbus-execute.c | 1690 _cleanup_free_ char *format_str = NULL; in bus_exec_context_set_transient_property() local 1692 r = bus_read_mount_options(message, error, &options, &format_str, " "); in bus_exec_context_set_transient_property() 1706 format_str); in bus_exec_context_set_transient_property() 3577 _cleanup_free_ char *format_str = NULL; in bus_exec_context_set_transient_property() local 3617 tuple = strjoin(format_str, in bus_exec_context_set_transient_property() 3618 format_str ? " " : "", in bus_exec_context_set_transient_property() 3625 free_and_replace(format_str, tuple); in bus_exec_context_set_transient_property() 3627 r = bus_read_mount_options(message, error, &options, &format_str, ":"); in bus_exec_context_set_transient_property() 3669 format_str); in bus_exec_context_set_transient_property() 3677 _cleanup_free_ char *format_str = NULL; in bus_exec_context_set_transient_property() local [all …]
|