Searched refs:names_in (Results 1 – 1 of 1) sorted by relevance
561 _cleanup_strv_free_ char **names_in = NULL, **names_out; in test_strv() local572 assert_se(strv_extend(&names_in, name) >= 0); in test_strv()576 assert_se(sd_netlink_message_append_strv(m, IFLA_ALT_IFNAME, names_in) >= 0); in test_strv()583 assert_se(strv_equal(names_in, names_out)); in test_strv()