Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-socket-util.c268 static const char wire_contents[] = "test contents on the wire"; in TEST() local
278 struct iovec iov = IOVEC_INIT_STRING(wire_contents); in TEST()
304 assert_se(streq(buf, wire_contents)); in TEST()
315 static const char wire_contents[] = "no fd passed here"; in TEST() local
325 struct iovec iov = IOVEC_INIT_STRING(wire_contents); in TEST()
344 assert_se(streq(buf, wire_contents)); in TEST()