Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 7 of 7) sorted by relevance

/coreutils/tests/cksum/
Db2sum.sh65 printf '0A0BA0' > overflow.check || framework_failure_
66 returns_ 1 $prog -c overflow.check || fail=1
/coreutils/src/
Dsplit.c372 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/
Dconfigure.ac206 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])
DNEWS286 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/
Ddate-debug.sh82 date: numeric values overflow;
/coreutils/tests/
Dlocal.mk448 tests/truncate/truncate-overflow.sh \
/coreutils/doc/
Dcoreutils.texi1531 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).