| /src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
| 28970.c | 10 void bug(int q, int bcount) function 26 bug(5, 36863);
|
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
| 28970.c | 10 void bug(int q, int bcount) function 26 bug(5, 36863);
|
| /src/tests/crypto/libcrypto/bn/div/ |
| divtest.c | 11 static void bug(const char *m, BIGNUM *a, BIGNUM *b) function 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/external/bsd/atf/dist/atf-c++/detail/ |
| application.cpp | 225 const std::string bug = local 226 std::string("This is probably a bug in ") + m_prog_name +
|
| /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 500 printf("Please tell jim@rand.org that fatal bug %d happened.\n", n); 542 bug(27);
|
| /src/external/bsd/atf/dist/tools/ |
| application.cpp | 264 const std::string bug = local 265 std::string("This is probably a bug in ") + m_prog_name + 295 "unexpected error: ") + e.what() + "\n" + bug) << "\n"; 299 "unknown error\n") + bug) << "\n";
|
| /src/tests/lib/libc/regex/ |
| t_regex_att.c | 65 bug(const char *pattern, const char *input, size_t lineno) { function 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/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| NSErrorChecker.cpp | 276 BugType *bug = nullptr; local 280 bug = NSBT.get(); 285 bug = CFBT.get(); 288 std::make_unique<PathSensitiveBugReport>(*bug, os.str(), event.SinkNode));
|
| /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 [all...] |
| /src/sys/arch/mvme68k/include/ |
| prom.h | 94 u_long bug; member in struct:mvmeprom_brdid
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_request.c | 1358 * [Bug 3009] claims that a problem occurs for hmode > 7, 1420 * [Bug 3011] Even if we checked all peers given in the request 2724 struct refclockbug bug; local 2747 ZERO(bug); 2748 refclock_buginfo(&addr, &bug); 2749 if (bug.nvalues == 0 && bug.ntimes == 0) { 2755 i = bug.nvalues; 2759 ic->svalues = htons((u_short) (bug.svalues & ((1<<i)-1))); 2761 ic->values[i] = htonl(bug.values[i]) [all...] |