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

/freebsd-10.1-release/contrib/binutils/binutils/
H A Drescoff.c101 static void overrun (const struct coff_file_info *, const char *);
172 overrun (const struct coff_file_info *finfo, const char *msg)
191 overrun (finfo, _("directory"));
219 overrun (finfo, _("named directory entry"));
228 overrun (finfo, _("directory entry name"));
248 overrun (finfo, _("named subdirectory"));
256 overrun (finfo, _("named resource"));
271 overrun (finfo, _("ID directory entry"));
288 overrun (finfo, _("ID subdirectory"));
296 overrun (finf
171 overrun (const struct coff_file_info *finfo, const char *msg) function
[all...]
/freebsd-10.1-release/contrib/ntp/util/
H A Dntptime.c436 goto overrun;
442 goto overrun;
451 goto overrun;
456 overrun:
/freebsd-10.1-release/contrib/ntp/sntp/unity/
H A Dunity_fixture.c223 int overrun = isOverrun(mem);//strcmp(&memAsChar[guard->size], end) != 0; local
225 if (overrun)
227 TEST_FAIL_MESSAGE("Buffer overrun detected during free()");
251 TEST_FAIL_MESSAGE("Buffer overrun detected during realloc()");
/freebsd-10.1-release/lib/librt/
H A Dtimer.c67 typedef void (*timer_func)(union sigval val, int overrun);
/freebsd-10.1-release/sys/dev/ce/
H A Dceddk.h93 unsigned long overrun; member in struct:_ce_chan_t
H A Dif_ce.c1179 CE_DEBUG (d, ("overrun error\n"));
1413 st->ierrs = c->overrun + c->frame + c->crc;
1507 c->overrun = 0;
2119 c->ipkts, c->overrun + c->frame + c->crc,
H A Dceddk.c243 c->overrun++;
692 c->overrun++;
/freebsd-10.1-release/sys/dev/cp/
H A Dcpddk.h155 unsigned long overrun; /* input overrun errors */ member in struct:_cp_chan_t
H A Dif_cp.c943 CP_DEBUG (d, ("overrun error\n"));
1141 st->ierrs = c->overrun + c->frame + c->crc;
1225 c->overrun = 0;
1890 c->ipkts, c->overrun + c->frame + c->crc,
/freebsd-10.1-release/sys/dev/iwn/
H A Dif_iwnreg.h1420 uint32_t overrun; member in struct:iwn_rx_phy_stats
1458 uint32_t overrun; member in struct:iwn_rx_ht_phy_stats
/freebsd-10.1-release/contrib/one-true-awk/
H A DFIXES182 cranked up size of NCHARS; coverity thinks it can be overrun with
184 to catch places where it might overrun. the RE code is still fragile.

Completed in 280 milliseconds