Searched refs:check_2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/tests/sys/capsicum/
H A Dbindat_connectat.c136 check_2(socket_fun f, int s, const struct sockaddr_in *name) function
166 check_2(bindat_fdcwd, sock, &sin);
167 check_2(bind, sock, &sin);
168 check_2(connectat_fdcwd, sock, &sin);
169 check_2(connect, sock, &sin);
/freebsd-13-stable/lib/libc/tests/gen/
H A Dmakecontext_test.c58 check_2(int arg1, int arg2) function
74 makecontext(&ctx[1], (void (*)(void))check_2, 2, 1, 2);

Completed in 54 milliseconds