Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-socket-util.c241 _cleanup_close_ int tmpfd = open(tmpfile, O_RDONLY); in TEST() local
242 assert_se(tmpfd >= 0); in TEST()
245 assert_se(send_one_fd(pair[1], tmpfd, MSG_DONTWAIT) == 0); in TEST()
285 _cleanup_close_ int tmpfd = open(tmpfile, O_RDONLY); in TEST() local
286 assert_se(tmpfd >= 0); in TEST()
289 assert_se(send_one_fd_iov(pair[1], tmpfd, &iov, 1, MSG_DONTWAIT) > 0); in TEST()