| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rescoff.c | 100 static void overrun (const struct coff_file_info *, const char *); 176 overrun (const struct coff_file_info *flaginfo, const char *msg) in overrun() function 199 overrun (flaginfo, _("Resources nest too deep")); in read_coff_res_dir() 202 overrun (flaginfo, _("directory")); in read_coff_res_dir() 230 overrun (flaginfo, _("named directory entry")); in read_coff_res_dir() 239 overrun (flaginfo, _("directory entry name")); in read_coff_res_dir() 253 overrun (flaginfo, _("resource name")); in read_coff_res_dir() 264 overrun (flaginfo, _("named subdirectory")); in read_coff_res_dir() 272 overrun (flaginfo, _("named resource")); in read_coff_res_dir() 287 overrun (flaginfo, _("ID directory entry")); in read_coff_res_dir() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rescoff.c | 100 static void overrun (const struct coff_file_info *, const char *); 176 overrun (const struct coff_file_info *flaginfo, const char *msg) in overrun() function 199 overrun (flaginfo, _("Resources nest too deep")); in read_coff_res_dir() 202 overrun (flaginfo, _("directory")); in read_coff_res_dir() 230 overrun (flaginfo, _("named directory entry")); in read_coff_res_dir() 239 overrun (flaginfo, _("directory entry name")); in read_coff_res_dir() 253 overrun (flaginfo, _("resource name")); in read_coff_res_dir() 264 overrun (flaginfo, _("named subdirectory")); in read_coff_res_dir() 272 overrun (flaginfo, _("named resource")); in read_coff_res_dir() 287 overrun (flaginfo, _("ID directory entry")); in read_coff_res_dir() [all …]
|
| /netbsd-src/external/bsd/ntp/dist/util/ |
| H A D | ntptime.c | 429 goto overrun; in sprintb() 435 goto overrun; in sprintb() 444 goto overrun; in sprintb() 449 overrun: in sprintb()
|
| /netbsd-src/sys/external/bsd/acpica/dist/generate/lint/ |
| H A D | options.lnt | 36 -emacro( (662), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs 37 -emacro( (797), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs 81 -e662 // Allow "pointer overrun" for dynamic structures
|
| /netbsd-src/sys/arch/mips/mips/ |
| H A D | vm_machdep.c | 366 goto overrun; in kvtophys() 370 goto overrun; in kvtophys() 382 overrun: in kvtophys()
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | bsd_fdintr.s | 119 btst NE7_NDM, %l7 ! overrun? 127 bz resultphase ! overrun/underrun 203 cmp R_stcnt, FDC_NSTATUS ! status overrun?
|
| /netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
| H A D | unity_fixture.c | 225 int overrun = isOverrun(mem);//strcmp(&memAsChar[guard->size], end) != 0; in unity_free() local 227 if (overrun) in unity_free()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | wind_err.et | 13 error_code OVERRUN, "Buffer overrun"
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | asn1_err.et | 25 error_code INDEF_OVERRUN, "ASN.1 BER indefinte encoding overrun"
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/po/heim_com_err-969269760/ |
| H A D | heim_com_err-969269760.pot | 30 msgid "Buffer overrun"
|
| /netbsd-src/sys/dev/dec/ |
| H A D | dz.c | 262 int overrun = 0; in dzrint() local 288 if ((c & DZ_RBUF_OVERRUN_ERR) && overrun == 0) { in dzrint() 291 overrun = 1; in dzrint()
|
| /netbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic79xx.seq | 1471 * some overrun bytes into the data FIFO and acked them 1477 * an overrun. 1488 * data overrun. 1735 * overrun condition. For the write case, the hardware cannot 1738 * not sitting on a packet boundary, we are in an overrun 1740 * ack bytes into the FIFO, and may even ack the last overrun packet 1742 * a read overrun case. 1818 * Check for overrun and see if we can complete this command. 1829 * no overrun condition has occurred. 1836 * A sufficiently large overrun or a NONPACKREQ may [all …]
|
| /netbsd-src/sys/dev/qbus/ |
| H A D | dhu.c | 323 int overrun = 0; in dhurint() local 371 if ((c & DHU_RBUF_OVERRUN_ERR) && overrun == 0) { in dhurint() 374 overrun = 1; in dhurint()
|
| /netbsd-src/sys/arch/vax/uba/ |
| H A D | qvaux.c | 400 int overrun = 0; in qvauxrint() local 441 if ((stat[line] & SR_OVERRUN) && overrun == 0) { // ? in qvauxrint() 444 overrun = 1; in qvauxrint()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | timer.rst | 65 time-slice overrun.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/ |
| H A D | ChangeLog | 123 * otp_db.c (otp_put): make sure we don't overrun `buf'
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | bios_disk.S | 127 and $0xf, %bx # and min offset - to avoid overrun
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | atf-report_test.sh | 175 expect_helpers:timeout_and_hang: Will overrun
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | bsd_fdintr.s | 295 cmp R_stcnt, FDC_NSTATUS ! status overrun?
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | bsddisklabel.c | 162 bool overrun; in set_pset_exit_str() local 166 overrun = free_space < 0; in set_pset_exit_str() 167 if (overrun) in set_pset_exit_str() 174 msg_string(overrun ? MSG_fssizesbad : MSG_fssizesok), in set_pset_exit_str()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_iwnreg.h | 1328 uint32_t overrun; member 1366 uint32_t overrun; member
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | iconv.m4 | 136 /* Test against AIX 6.1..7.1 bug: Buffer overrun. */
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | NEWS | 528 * Fix a potential write buffer overrun on incomplete string conditionals. 530 * Fix a potential write buffer overrun on backslash at EOF in a conditional. 563 * tbl(7): Fix a read buffer overrun on 'f' at EOL in a layout. 564 * roff(7): Fix a read buffer overrun on incomplete numerical conditions. 668 * Fix read buffer overrun sometimes triggered by trailing whitespace. 669 * Fix read buffer overrun triggered by certain invalid \H sequences.
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | CHANGES | 114 cleaner, including a buffer overrun, and lost extensions in active
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | NEWS | 327 * A possible buffer overrun in mpz_ior has been fixed. 440 safely, plugging a one-word buffer overrun introduced in the 5.0.3 release 441 (for non-fat) and a multi-word buffer overrun that existed since 5.0 (for
|