Searched refs:clientname (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/test/ |
D | test-fileio.c | 882 _cleanup_free_ char *data = NULL, *clientname = NULL; in TEST() local 901 assert_se(asprintf(&clientname, "@%" PRIx64 "/test-bindname", random_u64()) >= 0); in TEST() 919 assert_se(streq(peer.un.sun_path + 1, clientname + 1)); in TEST() 928 …full(AT_FDCWD, j, UINT64_MAX, SIZE_MAX, READ_FULL_FILE_CONNECT_SOCKET, clientname, &data, &size) >… in TEST()
|