Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 10 of 10) sorted by relevance

/coreutils/src/
Dtruncate.c352 bool errors = false; in main() local
367 errors = true; in main()
372 errors |= !do_ftruncate (fd, fname, size, rsize, rel_mode); in main()
376 errors = true; in main()
381 return errors ? EXIT_FAILURE : EXIT_SUCCESS; in main()
Dchcon.c145 int errors = 0; in change_file_context() local
188 errors = 1; in change_file_context()
200 return errors; in change_file_context()
/coreutils/scripts/build-older-versions/
Dcoreutils-5.0-on-glibc-2.28.diff35 Return 0 if successful, 1 if any errors occur. */
DREADME.older-versions28 Other similar errors mention 'freadptr', 'freadseek','fseterr'.
/coreutils/.github/
DISSUE_TEMPLATE.txt65 * Avoid sending screenshots (e.g. PNG files). When reporting errors
DPULL_REQUEST_TEMPLATE.txt55 * Avoid sending screenshots (e.g. PNG files). When reporting errors
/coreutils/tests/
Dlocal.mk177 tests/misc/read-errors.sh \
178 tests/misc/write-errors.sh \
254 tests/seq/seq-io-errors.sh \
717 tests/rmdir/symlink-errors.sh \
/coreutils/
DNEWS28 wc no longer ignores encoding errors when counting words.
61 cksum again diagnoses read errors in its default CRC32 mode.
70 Previously numbers of the form '1024x1024x32' gave "invalid number" errors.
73 factor, numfmt, and tsort now diagnose read errors on the input.
162 Previously copies could fail with permission errors on
167 Previously it may have issued "File exists" errors when
228 cp, mv, and install now immediately acknowledge transient errors
316 runcon now exits with status 125 for internal errors. Previously upon
317 internal errors it would exit with status 1, which was less distinguishable
318 from errors from the invoked command.
[all …]
DHACKING548 To manually check for whitespace errors before committing, you can use
/coreutils/doc/
Dcoreutils.texi3662 Do not remove output files when errors are encountered.
3851 Encoding errors are not counted.
3860 GNU @command{wc} treats encoding errors as non white space.
4595 Do not report overflow, underflow, or conversion errors.
7139 encoding errors. To avoid problems in this area, you can run
8609 longer than 1000 bytes may be treated as errors.
9675 @cindex read errors, ignoring
9676 Continue after read errors.
9682 even if there were write errors.
9696 even if there were write errors.
[all …]