Searched refs:both_ioctls (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/capsicum-test/ |
H A D | ioctl.cc | 66 cap_ioctl_t both_ioctls[2] = {FIONREAD, FIOCLEX}; in TEST() local 67 EXPECT_NOTCAPABLE(cap_ioctls_limit(fd, both_ioctls, 2)); in TEST() 136 cap_ioctl_t both_ioctls[2] = {FIONREAD, FIOCLEX}; in TEST() local 137 EXPECT_OK(cap_ioctls_limit(fd, both_ioctls, 2)); in TEST() 176 EXPECT_NOTCAPABLE(cap_ioctls_limit(fd_nread, both_ioctls, 2)); in TEST() 177 EXPECT_NOTCAPABLE(cap_ioctls_limit(fd_clex, both_ioctls, 2)); in TEST()
|