Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/regression/security/cap_test/
Dcap_test_capmode.c132 CHECK_NOT_CAPMODE(accept, fd_socket, NULL, NULL); in test_capmode()
133 CHECK_NOT_CAPMODE(getpeername, fd_socket, NULL, NULL); in test_capmode()
134 CHECK_NOT_CAPMODE(getsockname, fd_socket, NULL, NULL); in test_capmode()
135 CHECK_NOT_CAPMODE(fchflags, fd_file, UF_NODUMP); in test_capmode()
136 CHECK_NOT_CAPMODE(recvmsg, fd_socket, NULL, 0); in test_capmode()
137 CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0); in test_capmode()
138 CHECK_NOT_CAPMODE(sendto, fd_socket, NULL, 0, 0, NULL, 0); in test_capmode()
Dcap_test.h104 #define CHECK_NOT_CAPMODE(...) \ macro