Searched refs:overflow (Results 1 – 7 of 7) sorted by relevance
/coreutils/tests/cksum/ |
D | b2sum.sh | 65 printf '0A0BA0' > overflow.check || framework_failure_ 66 returns_ 1 $prog -c overflow.check || fail=1
|
/coreutils/src/ |
D | split.c | 372 bool overflow, widen; in next_file_name() local 383 overflow = ckd_add (&outfile_length, outbase_length + addsuf_length, in next_file_name() 393 overflow = ckd_add (&outfile_length, outfile_length, 2); in next_file_name() 398 overflow |= ckd_add (&outfile_size, outfile_length, 1); in next_file_name() 399 if (overflow) in next_file_name()
|
/coreutils/ |
D | configure.ac | 206 nw="$nw -Wformat-overflow=2" # False alarms due to GCC bug 110333 222 # Using -Wstrict-overflow is a pain, but the alternative is worse. 271 nw="$nw -Wstrict-overflow" 286 gl_WARN_ADD([-Wno-stringop-overflow])
|
D | NEWS | 286 the same integer overflow diagnostics as other large prefixes. 4293 used only for internal errors (such as integer overflow, which expr 4694 expr now detects integer overflow when converting strings to integers, 4865 detects page number overflow instead of silently wrapping around. 5204 stack overflow error (often a segmentation fault) when applied to
|
/coreutils/tests/date/ |
D | date-debug.sh | 82 date: numeric values overflow;
|
/coreutils/tests/ |
D | local.mk | 448 tests/truncate/truncate-overflow.sh \
|
/coreutils/doc/ |
D | coreutils.texi | 1531 from rounding error, overflow, and similar floating-point issues. 2797 set with the @option{-W/-w} option. A limited overflow may occur with 4595 Do not report overflow, underflow, or conversion errors. 13998 3 if an internal error occurred (e.g., arithmetic overflow).
|