Searched refs:check_1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/tests/sys/capsicum/
H A Dbindat_connectat.c103 check_1(socket_fun f, int s, const struct sockaddr_in *name) function
121 check_1(bindat_fdcwd, 0, &sin);
122 check_1(bind, 0, &sin);
123 check_1(connectat_fdcwd, 0, &sin);
124 check_1(connect, 0, &sin);
/freebsd-12-stable/lib/libc/tests/gen/
H A Dmakecontext_test.c37 check_1(int arg1) function
52 makecontext(&ctx[1], (void (*)(void))check_1, 1, 1);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dremote.c4094 int check_1 = 0;
4100 check_1 = readchar (remote_timeout);
4102 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT)
4108 else if (check_0 < 0 || check_1 < 0)
4115 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1);
4083 int check_1 = 0; local

Completed in 81 milliseconds