Symbol: bug
games/adventure/extern.h
80
void bug(int) __dead;
games/adventure/main.c
272
bug(22);
games/adventure/main.c
283
bug(110);
games/adventure/main.c
456
bug(23);
games/adventure/main.c
472
bug(102);
games/adventure/main.c
483
bug(105);
games/adventure/main.c
495
bug(107);
games/adventure/main.c
505
bug(106);
games/adventure/main.c
560
bug(112);
games/adventure/main.c
629
bug(113);
games/adventure/main.c
650
bug(114);
games/adventure/main.c
661
bug(115);
games/adventure/main.c
717
bug(24);
games/adventure/subr.c
305
bug(26);
games/adventure/subr.c
329
bug(100);
games/adventure/subr.c
362
bug(101);
games/adventure/subr.c
379
bug(25);
games/adventure/subr.c
439
bug(29);
games/adventure/subr.c
542
bug(27);
sys/arch/mvme68k/include/prom.h
94
u_long bug;
sys/arch/mvme68k/stand/netboot/config.h
60
u_long bug;
tests/crypto/libcrypto/bn/div/divtest.c
39
bug("BN_div failed", a, b);
tests/crypto/libcrypto/bn/div/divtest.c
41
bug("BN_div_recp failed", a, b);
tests/crypto/libcrypto/bn/div/divtest.c
43
bug("mismatch", a, b);
tests/lib/libc/regex/t_regex_att.c
486
if (bug(pattern, input, lineno))
tests/net/mcast/mcast.c
120
if (bug && IN6_IS_ADDR_V4MAPPED(&s6->sin6_addr)) {
tests/net/mcast/mcast.c
190
bool bug)
tests/net/mcast/mcast.c
220
if ((f == bind || f == connector) && addmc(s, ai, bug) == -1) {
tests/net/mcast/mcast.c
269
bool bug)
tests/net/mcast/mcast.c
277
s = getsocket(host, port, conn ? connect : connector, &slen, bug);
tests/net/mcast/mcast.c
312
bool bug)
tests/net/mcast/mcast.c
321
s = getsocket(host, port, bind, &slen, bug);
tests/net/mcast/mcast.c
349
run(const char *host, const char *port, size_t n, bool conn, bool bug)
tests/net/mcast/mcast.c
361
receiver(syncfds[0], host, port, n, conn, bug);
tests/net/mcast/mcast.c
366
error = sender(syncfds[1], host, port, n, conn, bug);
tests/net/mcast/mcast.c
416
bool conn, bug;
tests/net/mcast/mcast.c
421
bug = conn = false;
tests/net/mcast/mcast.c
434
bug = true;
tests/net/mcast/mcast.c
459
run(host, port, n, conn, bug);
tests/net/mcast/mcast.c
92
addmc(int s, struct addrinfo *ai, bool bug)