Searched refs:out1 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-dns-domain.c68 static const char out1[] = { 3, 'f', 'o', 'o', 0 }; local
100 test_dns_name_to_wire_format_one("foo", out1, sizeof(out1), sizeof(out1));
101 test_dns_name_to_wire_format_one("foo", out1, sizeof(out1) + 1, sizeof(out1));
102 test_dns_name_to_wire_format_one("foo", out1, sizeof(out1) - 1, -ENOBUFS);

Completed in 1597 milliseconds