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

/freebsd-current/tests/sys/capsicum/
H A Dbindat_connectat.c179 check_3(socket_fun f, int s, const struct sockaddr_in *name, function
207 check_3(bindat_fdcwd, 0, &sin,
210 check_3(bind, 0, &sin,
213 check_3(connectat_fdcwd, 0, &sin,
216 check_3(connect, 0, &sin,
/freebsd-current/lib/libc/tests/gen/
H A Dmakecontext_test.c77 check_3(int arg1, int arg2, int arg3) function
94 makecontext(&ctx[1], (void (*)(void))check_3, 3, 1, 2, 3);

Completed in 60 milliseconds