Searched refs:tmpfd (Results 1 – 1 of 1) sorted by relevance
241 _cleanup_close_ int tmpfd = open(tmpfile, O_RDONLY); in TEST() local242 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() local286 assert_se(tmpfd >= 0); in TEST()289 assert_se(send_one_fd_iov(pair[1], tmpfd, &iov, 1, MSG_DONTWAIT) > 0); in TEST()