Searched refs:overrun (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drescoff.c100 static void overrun (const struct coff_file_info *, const char *);
177 overrun (const struct coff_file_info *flaginfo, const char *msg)
200 overrun (flaginfo, _("Resources nest too deep"));
203 overrun (flaginfo, _("directory"));
231 overrun (flaginfo, _("named directory entry"));
240 overrun (flaginfo, _("directory entry name"));
254 overrun (flaginfo, _("resource name"));
265 overrun (flaginfo, _("named subdirectory"));
273 overrun (flaginfo, _("named resource"));
288 overrun (flaginf
176 overrun (const struct coff_file_info *flaginfo, const char *msg) function
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drescoff.c100 static void overrun (const struct coff_file_info *, const char *);
177 overrun (const struct coff_file_info *flaginfo, const char *msg)
200 overrun (flaginfo, _("Resources nest too deep"));
203 overrun (flaginfo, _("directory"));
231 overrun (flaginfo, _("named directory entry"));
240 overrun (flaginfo, _("directory entry name"));
254 overrun (flaginfo, _("resource name"));
265 overrun (flaginfo, _("named subdirectory"));
273 overrun (flaginfo, _("named resource"));
288 overrun (flaginf
176 overrun (const struct coff_file_info *flaginfo, const char *msg) function
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drescoff.c100 static void overrun (const struct coff_file_info *, const char *);
177 overrun (const struct coff_file_info *flaginfo, const char *msg)
200 overrun (flaginfo, _("Resources nest too deep"));
203 overrun (flaginfo, _("directory"));
231 overrun (flaginfo, _("named directory entry"));
240 overrun (flaginfo, _("directory entry name"));
254 overrun (flaginfo, _("resource name"));
265 overrun (flaginfo, _("named subdirectory"));
273 overrun (flaginfo, _("named resource"));
288 overrun (flaginf
176 overrun (const struct coff_file_info *flaginfo, const char *msg) function
[all...]
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntptime.c429 goto overrun;
435 goto overrun;
444 goto overrun;
449 overrun:
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dbsd_fdintr.s119 btst NE7_NDM, %l7 ! overrun?
127 bz resultphase ! overrun/underrun
203 cmp R_stcnt, FDC_NSTATUS ! status overrun?
/netbsd-current/sys/arch/mips/mips/
H A Dvm_machdep.c366 goto overrun;
370 goto overrun;
382 overrun:
/netbsd-current/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture.c225 int overrun = isOverrun(mem);//strcmp(&memAsChar[guard->size], end) != 0; local
227 if (overrun)
229 TEST_FAIL_MESSAGE("Buffer overrun detected during free()");
253 TEST_FAIL_MESSAGE("Buffer overrun detected during realloc()");
/netbsd-current/sys/dev/dec/
H A Ddz.c262 int overrun = 0; local
288 if ((c & DZ_RBUF_OVERRUN_ERR) && overrun == 0) {
291 overrun = 1;
/netbsd-current/sys/arch/i386/stand/lib/
H A Dbios_disk.S127 and $0xf, %bx # and min offset - to avoid overrun
/netbsd-current/sys/dev/qbus/
H A Ddhu.c323 int overrun = 0; local
371 if ((c & DHU_RBUF_OVERRUN_ERR) && overrun == 0) {
374 overrun = 1;
/netbsd-current/sys/arch/vax/uba/
H A Dqvaux.c400 int overrun = 0; local
441 if ((stat[line] & SR_OVERRUN) && overrun == 0) { // ?
444 overrun = 1;
/netbsd-current/external/bsd/atf/dist/tools/
H A Datf-report_test.sh135 tc, #.#, expect_helpers, timeout_and_hang, expected_timeout, Will overrun
162 timeout_and_hang: [#.#s] Expected failure: Will overrun
175 expect_helpers:timeout_and_hang: Will overrun
/netbsd-current/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s230 !! panic("fdc: overrun")
295 cmp R_stcnt, FDC_NSTATUS ! status overrun?
330 .asciz "fdc: overrun"
/netbsd-current/usr.sbin/sysinst/
H A Dbsddisklabel.c162 bool overrun; local
166 overrun = free_space < 0;
167 if (overrun)
174 msg_string(overrun ? MSG_fssizesbad : MSG_fssizesok),
/netbsd-current/sys/dev/pci/
H A Dif_iwnreg.h1328 uint32_t overrun; member in struct:iwn_rx_phy_stats
1366 uint32_t overrun; member in struct:iwn_rx_ht_phy_stats
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc500 bool overrun; /* Sticky read-too-much flag. */ member in class:bytes_in
504 : parent (), overrun (false)
560 /* Manipulate the overrun flag. */
563 return overrun;
567 overrun = true;
1068 if (overrun)
1563 if (overrun)
1568 return !overrun;

Completed in 389 milliseconds