| /src/external/bsd/pam-u2f/dist/build-aux/ci/ |
| build-linux-clang.sh | 12 ${SCAN[@]} --keep-cc --status-bugs make -C build -j $(nproc) check
|
| /src/external/ibm-public/postfix/dist/conf/ |
| aliases | 25 ftp-bugs: root
|
| /src/external/ibm-public/postfix/dist/proto/ |
| aliases0 | 25 ftp-bugs: root
|
| /src/crypto/external/bsd/openssh/dist/ |
| compat.c | 48 uint32_t bugs; member in struct:__anon161 133 version, check[i].pat, check[i].bugs); 134 ssh->compat = check[i].bugs;
|
| /src/external/historical/nawk/dist/ |
| REGRESS | 38 cd bugs-fixed
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| gettext-1 | 23 Report bugs to <bug-gnu-utils@gnu.org>
|
| msgfmt-properties-1 | 13 SYS_(C)\n=MSGFMT(3) portable message object file compiler\nCopyright (C) 1995 Free Software Foundation\nReport bugs to <bug-gnu-utils@gnu.org>\n 52 Report bugs to <bug-gnu-utils@gnu.org>
|
| msgfmt-1 | 17 "Report bugs to <bug-gnu-utils@gnu.org>\n" 72 Report bugs to <bug-gnu-utils@gnu.org>
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| branch_changer.py | 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}) 204 bugs = list(filter(lambda x: x.is_regression, bugs)) 207 for bug in bugs: 222 bugs = Bug.get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone}) 225 for bug in bugs: 238 parser.add_argument('--limit', nargs='?', help='Limit number of bugs affected by the script') 239 parser.add_argument('--doit', action='store_true', help='Really modify BUGs in the bugzilla')
|
| bugzilla-close-candidate.py | 10 HINT: bugs with following comment are ignored: Can the bug be marked as resolved? 66 return r.json()['bugs'] 74 bugs = get_bugs({'bug_status': statuses, 'limit': chunk, 'offset': i * chunk}) 75 for b in sorted(bugs, key = lambda x: x['id'], reverse = True): 83 keys = list(r['bugs'].keys()) 85 comments = r['bugs'][keys[0]]['comments'] 108 print('HINT: bugs with following comment are ignored: %s\n' % closure_question)
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| branch_changer.py | 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}) 204 bugs = list(filter(lambda x: x.is_regression, bugs)) 207 for bug in bugs: 222 bugs = Bug.get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone}) 225 for bug in bugs: 238 parser.add_argument('--limit', nargs='?', help='Limit number of bugs affected by the script') 239 parser.add_argument('--doit', action='store_true', help='Really modify BUGs in the bugzilla')
|
| bugzilla-close-candidate.py | 10 HINT: bugs with following comment are ignored: Can the bug be marked as resolved? 66 return r.json()['bugs'] 74 bugs = get_bugs({'bug_status': statuses, 'limit': chunk, 'offset': i * chunk}) 75 for b in sorted(bugs, key = lambda x: x['id'], reverse = True): 83 keys = list(r['bugs'].keys()) 85 comments = r['bugs'][keys[0]]['comments'] 108 print('HINT: bugs with following comment are ignored: %s\n' % closure_question)
|
| /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>.
|
| /src/sys/dev/pci/ |
| ahc_pci.c | 982 if ((ahc->bugs & AHC_CACHETHEN_DIS_BUG) != 0) 985 if ((ahc->bugs & AHC_CACHETHEN_BUG) != 0) 994 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0 1459 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; 1462 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; 1474 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; 1477 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; 1500 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; 1545 ahc->bugs |= AHC_TMODE_WIDEODD_BUG; 1548 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG [all...] |
| /src/sys/conf/ |
| lint.mk | 36 # Alas, bugs in the GCC C frontend prevent this from completely effective
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| report.py | 27 """ Generates cover report and returns the number of bugs/crashes. """ 32 logging.debug('count crashes and bugs') 117 """ Bug summary is a HTML table to give a better overview of the bugs. """ 135 | <td class="SUMM_DESC">All Bugs</td> 172 bugs = (pretty(bug) for bug in read_bugs(output_dir, True)) 174 name = os.path.join(output_dir, 'bugs.html.fragment') 196 for current in bugs: 263 """ Generate a unique sequence of bugs from given output directory. 380 """ Returns the generator of bugs from a single .plist file. """ 471 number of bugs. The 'categories' is a two level categorisation of bu [all...] |
| /src/sys/dev/microcode/aic7xxx/ |
| aic79xx.seq | 53 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 60 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 94 if ((ahd->bugs & AHD_FAINT_LED_BUG) != 0) { 266 if ((ahd->bugs & AHD_PKT_LUN_BUG) != 0) { 392 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { 405 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 416 if ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0) { 471 if ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0) { 495 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) { 533 if ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0) [all...] |
| /src/external/gpl3/gdb/dist/contrib/ |
| mklog.py | 115 bugs = r.json()['bugs'] 116 if len(bugs) == 1: 117 output += '%s - %s\n' % (pr, bugs[0]['summary'])
|
| /src/external/gpl3/gdb.old/dist/contrib/ |
| mklog.py | 115 bugs = r.json()['bugs'] 116 if len(bugs) == 1: 117 output += '%s - %s\n' % (pr, bugs[0]['summary'])
|
| /src/crypto/external/bsd/heimdal/dist/ |
| ylwrap | 29 # bugs to <bug-automake@gnu.org> or send patches to 87 Report bugs to <bug-automake@gnu.org>.
|
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| clang-format.py | 133 'Please report to bugs.llvm.org.'
|
| /src/external/bsd/flex/dist/build-aux/ |
| ylwrap | 29 # bugs to <bug-automake@gnu.org> or send patches to 87 Report bugs to <bug-automake@gnu.org>.
|
| /src/external/bsd/tmux/dist/etc/ |
| ylwrap | 29 # bugs to <bug-automake@gnu.org> or send patches to 87 Report bugs to <bug-automake@gnu.org>.
|
| /src/external/gpl2/send-pr/bin/ |
| Makefile | 22 # Email address to which people should submit bugs. 23 GNATS_ADDR = gnats-bugs@NetBSD.org
|
| /src/external/gpl3/binutils.old/dist/ |
| ylwrap | 29 # bugs to <bug-automake@gnu.org> or send patches to 87 Report bugs to <bug-automake@gnu.org>.
|