unit_write_drop_in_format  148 src/core/dbus-scope.c                         unit_write_drop_in_format(UNIT(s), mode, name, "[Scope]\nTimeoutStopSec="USEC_FMT"us\n", s->timeout_stop_usec);
unit_write_drop_in_format  825 src/core/dbus-unit.c                         unit_write_drop_in_format(u, mode, name, "[Unit]\nDescription=%s\n", d);
unit_write_drop_in_format  903 src/core/dbus-unit.c                                 unit_write_drop_in_format(u, mode, label, "[Unit]\n%s=%s\n", name, other);
unit_write_drop_in_format  572 src/core/unit.h int unit_write_drop_in_format(Unit *u, UnitSetPropertiesMode mode, const char *name, const char *format, ...) _printf_(4,5);