Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-dhcp-server-bus.c89 l = strv_from_stdarg_alloca(property); in dhcp_server_emit_changed()
Dnetworkd-link-bus.c913 properties = strv_from_stdarg_alloca(property); in link_send_changed()
/systemd-251/src/basic/
Dstrv.h153 #define strv_from_stdarg_alloca(first) \ macro
/systemd-251/src/login/
Dlogind-user-dbus.c429 l = strv_from_stdarg_alloca(properties); in user_send_changed()
Dlogind-seat-dbus.c411 l = strv_from_stdarg_alloca(properties); in seat_send_changed()
Dlogind-session-dbus.c724 l = strv_from_stdarg_alloca(properties); in session_send_changed()
Dlogind-dbus.c3914 l = strv_from_stdarg_alloca(property); in manager_send_changed()
/systemd-251/src/test/
Dtest-strv.c682 j = strv_from_stdarg_alloca(first); in test_strv_from_stdarg_alloca_one()
692 TEST(strv_from_stdarg_alloca) { in TEST() argument
/systemd-251/src/libsystemd/sd-bus/
Dbus-objects.c2331 names = strv_from_stdarg_alloca(name); in sd_bus_emit_properties_changed()
2918 interfaces = strv_from_stdarg_alloca(interface); in sd_bus_emit_interfaces_added()
2971 interfaces = strv_from_stdarg_alloca(interface); in sd_bus_emit_interfaces_removed()
/systemd-251/src/resolve/
Dresolved-bus.c2327 char **l = strv_from_stdarg_alloca(property); in _manager_send_changed()