Lines Matching refs:format_str
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
3709 tuple = strjoin(format_str, in bus_exec_context_set_transient_property()
3710 format_str ? " " : "", in bus_exec_context_set_transient_property()
3715 free_and_replace(format_str, tuple); in bus_exec_context_set_transient_property()
3717 r = bus_read_mount_options(message, error, &options, &format_str, ":"); in bus_exec_context_set_transient_property()
3758 format_str); in bus_exec_context_set_transient_property()