HomeSort by: relevance | last modified time | path
    Searched refs:bug (Results 1 - 25 of 505) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/common/include/linux/
bug.h 1 /* $NetBSD: bug.h,v 1.1 2021/12/19 10:55:15 riastradh Exp $ */
35 #include <asm/bug.h>
  /src/usr.bin/make/unit-tests/
dep-colon-bug-cross-file.exp 1 make: dep-colon-bug-cross-file.mk:32: warning: duplicate script for target "all" ignored
2 make: dep-colon-bug-cross-file.mk:42: warning: using previous script for "all" defined here
cond-cmp-unary.exp 1 make: cond-cmp-unary.mk:54: This is only reached because of a bug in EvalTruthy.
dep-wildcards.exp 1 dep-colon-bug-cross-file.mk
  /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/sys/arch/mvme68k/stand/bootst/
Makefile 4 CLEANFILES+=stboot bootst bootst.bug
6 PROG=bootst.bug
13 @${SIZE} bootst.bug
14 @${STRIP} bootst.bug
15 @${OBJCOPY} --output-target=binary bootst.bug bootst
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
01-simple.conf 6 test-1 = 1-Server signature algorithms bug
33 [1-Server signature algorithms bug]
34 ssl_conf = 1-Server signature algorithms bug-ssl
36 [1-Server signature algorithms bug-ssl]
37 server = 1-Server signature algorithms bug-server
38 client = 1-Server signature algorithms bug-client
40 [1-Server signature algorithms bug-server]
46 [1-Server signature algorithms bug-client]
  /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/external/bsd/byacc/dist/package/debian/
rules 6 export DEB_BUILD_MAINT_OPTIONS := hardening=+all qa=+bug reproducible=+all
  /src/external/gpl3/gcc/dist/contrib/
mark_spam.py 34 # 1) get bug info to find 'cc'
35 u = base_url + 'bug/' + str(id)
43 # 2) mark the bug as spam
44 bug = response['bugs'][0]
45 creator = bug['creator']
46 cc_list = bug['cc']
  /src/external/gpl3/gcc.old/dist/contrib/
mark_spam.py 32 # 1) get bug info to find 'cc'
33 u = base_url + 'bug/' + str(id)
41 # 2) mark the bug as spam
42 bug = response['bugs'][0]
43 creator = bug['creator']
44 cc_list = bug['cc']
  /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/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py 35 for bug in read_bugs(args.output, html_reports_available):
36 bug_counter(bug)
117 """ Bug summary is a HTML table to give a better overview of the bugs. """
123 |<h2>Bug Summary</h2>
127 | <td>Bug Type</td>
172 bugs = (pretty(bug) for bug in read_bugs(output_dir, True))
182 | <td>Bug Group</td>
184 | Bug Type
273 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug)
    [all...]
  /src/sys/arch/mvme68k/stand/libbug/
Makefile 3 LIB=bug
  /src/sys/arch/mvme68k/stand/netboot/
config.h 60 u_long bug; member in struct:brdid
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_flip_work.h 29 #include <linux/bug.h>
  /src/external/gpl2/texinfo/dist/makeinfo/tests/
menu-whitespace 2 # Bug where whitespace after @menu caused confusion.
13 To: bug-texinfo@gnu.org
16 The following example demonstrates a bug in makeinfo:
  /src/external/apache2/llvm/dist/llvm/utils/
llvm-original-di-preservation.py 403 for bug in bugs:
404 bugs_metadata = bug["metadata"]
406 action = bug["action"]
407 bb_name = bug["bb-name"]
408 fn_name = bug["fn-name"]
409 instr = bug["instr"]
418 action = bug["action"]
419 name = bug["name"]
428 action = bug["action"]
429 fn_name = bug["fn-name"
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-1 23 Report bugs to <bug-gnu-utils@gnu.org>
  /src/external/gpl3/gcc/dist/.github/
CONTRIBUTING.md 7 reviews, and bug reports.
  /src/external/gpl3/gcc/dist/maintainer-scripts/
branch_changer.py 34 # then the bug summary is not modified.
62 class Bug:
127 old_major = Bug.get_major_version(old_milestone)
128 new_major = Bug.get_major_version(new_milestone)
177 u = base_url + 'bug/' + str(self.data['id'])
197 u = base_url + 'bug'
199 return [Bug(x) for x in r.json()['bugs']]
203 bugs = Bug.get_bugs(api_key, {'api_key': api_key, 'summary': search_summary, 'bug_status': statuses})
207 for bug in bugs:
209 bug.remove_release(remove
    [all...]
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
branch_changer.py 34 # then the bug summary is not modified.
62 class Bug:
127 old_major = Bug.get_major_version(old_milestone)
128 new_major = Bug.get_major_version(new_milestone)
177 u = base_url + 'bug/' + str(self.data['id'])
197 u = base_url + 'bug'
199 return [Bug(x) for x in r.json()['bugs']]
203 bugs = Bug.get_bugs(api_key, {'api_key': api_key, 'summary': search_summary, 'bug_status': statuses})
207 for bug in bugs:
209 bug.remove_release(remove
    [all...]
  /src/games/adventure/
main.c 272 bug(22);
283 bug(110);
456 bug(23);
472 bug(102);
483 bug(105);
495 bug(107);
505 bug(106);
560 bug(112);
629 bug(113);
650 bug(114)
    [all...]
  /src/external/gpl3/autoconf/dist/build-aux/
elisp-comp 27 # bugs to <bug-automake@gnu.org> or send patches to
47 Report bugs to <bug-automake@gnu.org>.

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>