| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | rescoff.c | 101 static void overrun (const struct coff_file_info *, const char *); 171 overrun (const struct coff_file_info *finfo, const char *msg) in overrun() function 190 overrun (finfo, _("directory")); in read_coff_res_dir() 218 overrun (finfo, _("named directory entry")); in read_coff_res_dir() 227 overrun (finfo, _("directory entry name")); in read_coff_res_dir() 247 overrun (finfo, _("named subdirectory")); in read_coff_res_dir() 255 overrun (finfo, _("named resource")); in read_coff_res_dir() 270 overrun (finfo, _("ID directory entry")); in read_coff_res_dir() 287 overrun (finfo, _("ID subdirectory")); in read_coff_res_dir() 295 overrun (finfo, _("ID resource")); in read_coff_res_dir() [all …]
|
| /freebsd-12-stable/contrib/ntp/util/ |
| D | ntptime.c | 427 goto overrun; in sprintb() 433 goto overrun; in sprintb() 442 goto overrun; in sprintb() 447 overrun: in sprintb()
|
| /freebsd-12-stable/contrib/ntp/sntp/unity/ |
| D | unity_fixture.c | 223 int overrun = isOverrun(mem);//strcmp(&memAsChar[guard->size], end) != 0; in unity_free() local 225 if (overrun) in unity_free()
|
| /freebsd-12-stable/tools/tools/iwn/iwnstats/ |
| D | main.c | 85 le32toh(rxphy->overrun), in iwn_stats_phy_print() 199 le32toh(ht->overrun), in iwn_stats_ht_phy_print()
|
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | wind_err.et | 13 error_code OVERRUN, "Buffer overrun"
|
| /freebsd-12-stable/crypto/heimdal/lib/asn1/ |
| D | asn1_err.et | 25 error_code INDEF_OVERRUN, "ASN.1 BER indefinte encoding overrun"
|
| D | ChangeLog | 97 * gen_decode.c: Check for multipication overrun. 1394 * gen_decode.c: add checks for data overrun when encoding
|
| /freebsd-12-stable/lib/librt/ |
| D | timer.c | 69 typedef void (*timer_func)(union sigval val, int overrun);
|
| /freebsd-12-stable/sys/dev/ce/ |
| D | ceddk.h | 93 unsigned long overrun; member
|
| D | ceddk.c | 243 c->overrun++; in ce_on_receive() 692 c->overrun++; in ce_error_callback()
|
| D | if_ce.c | 1388 st->ierrs = c->overrun + c->frame + c->crc; in ce_ioctl() 1482 c->overrun = 0; in ce_ioctl() 2094 c->ipkts, c->overrun + c->frame + c->crc,
|
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic79xx.seq | 1718 * some overrun bytes into the data FIFO and acked them 1724 * an overrun. 1735 * data overrun. 1982 * overrun condition. For the write case, the hardware cannot 1985 * not sitting on a packet boundary, we are in an overrun 1987 * ack bytes into the FIFO, and may even ack the last overrun packet 1989 * a read overrun case. 2064 * Check for overrun and see if we can complete this command. 2074 * no overrun condition has occurred. 2081 * A sufficiently large overrun or a NONPACKREQ may [all …]
|
| D | aic7xxx.seq | 1046 * have already transferred some overrun bytes into 1057 * clocks before calling this an overrun. 1262 * we should only loop if there is a data overrun. For 1264 * is loaded as well as if there is an overrun.
|
| D | aic79xx.reg | 1822 field OVERRUN 0x04 /* SCSI Offset overrun detected */ 3945 * sync offset, but will overrun this value. Limit
|
| /freebsd-12-stable/sys/dev/cp/ |
| D | cpddk.h | 155 unsigned long overrun; /* input overrun errors */ member
|
| D | if_cp.c | 1125 st->ierrs = c->overrun + c->frame + c->crc; in cp_ioctl() 1209 c->overrun = 0; in cp_ioctl() 1874 c->ipkts, c->overrun + c->frame + c->crc, in print_stats()
|
| /freebsd-12-stable/sys/geom/ |
| D | notes | 101 type code to not trivially overrun these boundaries.
|
| /freebsd-12-stable/crypto/heimdal/ |
| D | NEWS | 365 * Fix possible buffer overrun in v4 kadmin (which now defaults to off) 475 * fix buffer overrun in telnetd 541 * fix buffer overrun in ftpd
|
| /freebsd-12-stable/sys/dev/iwn/ |
| D | if_iwnreg.h | 1591 uint32_t overrun; member 1629 uint32_t overrun; member
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| D | NEWS.md | 58 - Buffer overrun fix ([#66]).
|
| /freebsd-12-stable/sys/dev/wpi/ |
| D | if_wpireg.h | 742 uint32_t overrun; member
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | NEWS | 727 * Fix a potential write buffer overrun on incomplete string conditionals. 729 * Fix a potential write buffer overrun on backslash at EOF in a conditional. 762 * tbl(7): Fix a read buffer overrun on 'f' at EOL in a layout. 763 * roff(7): Fix a read buffer overrun on incomplete numerical conditions. 867 * Fix read buffer overrun sometimes triggered by trailing whitespace. 868 * Fix read buffer overrun triggered by certain invalid \H sequences.
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ |
| D | ChangeLog | 8 integer overrun. 380 * ftp/ftp.c: fix buffer overrun when receiving long replies
|
| /freebsd-12-stable/contrib/ntp/ |
| D | ChangeLog | 569 * [Bug 3059] Potential buffer overrun from oversized hash <perlinger@ntp.org> 789 * [Bug 2919] TALOS-CAN-0063: avoid buffer overrun in ntpq. perlinger@ntp.org 1246 * [Sec 2630] buffer overrun in ntpq tokenize(). 2022 * [Bug 2066] from 4.2.6p5-RC2: ntpq lopeers ipv6 "local" column overrun. 2199 (CID 159, apparent overrun due to union, actually correct). 2231 to static analysis that there is no buffer overrun (CID 402). 3274 * [Bug 2066] ntpq lopeers ipv6 "local" column overrun. 3728 * CID 105, 106 ensure ntpdc arrays are not overrun even if callers 4032 * [Bug 1208] decodenetnum() buffer overrun on [ with no ] 4690 * [Bug 982] ntpdate(and ntptimeset) buffer overrun if HAVE_POLL_H isn't set
|
| /freebsd-12-stable/contrib/one-true-awk/ |
| D | FIXES | 512 cranked up size of NCHARS; coverity thinks it can be overrun with 514 to catch places where it might overrun. the RE code is still fragile.
|