/src/usr.bin/make/unit-tests/ |
phony-end.mk | 3 all ok also.ok bug phony: target 6 .END: ok also.ok bug 8 phony bug: .PHONY target
|
/src/tests/crypto/libcrypto/bn/div/ |
divtest.c | 11 static void bug(const char *m, BIGNUM *a, BIGNUM *b) function in typeref:typename:void 39 bug("BN_div failed", a, b); 41 bug("BN_div_recp failed", a, b); 43 bug("mismatch", a, b);
|
/src/sys/arch/mvme68k/stand/netboot/ |
config.h | 60 u_long bug; member in struct:brdid
|
/src/games/adventure/ |
subr.c | 305 bug(26); 329 bug(100); 362 bug(101); 379 bug(25); 439 bug(29); 498 bug(int n) function in typeref:typename:void 500 printf("Please tell jim@rand.org that fatal bug %d happened.\n", n); 542 bug(27);
|
/src/tests/lib/libc/regex/ |
t_regex_att.c | 65 bug(const char *pattern, const char *input, size_t lineno) { function in typeref:typename:int 223 "BUG=alternation-order", // don't have it 224 "BUG=first-match", // don't have it 225 "BUG=nomatch-match", // don't have it 226 "BUG=repeat-any", // don't have it 227 "BUG=range-null", // don't have it 228 "BUG=repeat-null-unknown", // don't have it 229 "BUG=repeat-null", // don't have it 230 "BUG=repeat-artifact", // don't have it 231 "BUG=subexpression-first", // don't have i [all...] |
/src/tests/net/mcast/ |
mcast.c | 92 addmc(int s, struct addrinfo *ai, bool bug) 120 if (bug && IN6_IS_ADDR_V4MAPPED(&s6->sin6_addr)) { 190 bool bug) 220 if ((f == bind || f == connector) && addmc(s, ai, bug) == -1) { 269 bool bug) 277 s = getsocket(host, port, conn ? connect : connector, &slen, bug); 312 bool bug) 321 s = getsocket(host, port, bind, &slen, bug); 349 run(const char *host, const char *port, size_t n, bool conn, bool bug) 361 receiver(syncfds[0], host, port, n, conn, bug); 416 bool conn, bug; local in function:main [all...] |
/src/sys/arch/mvme68k/include/ |
prom.h | 94 u_long bug; member in struct:mvmeprom_brdid
|