Searched refs:errors (Results 1 – 10 of 10) sorted by relevance
/coreutils/src/ |
D | truncate.c | 352 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()
|
D | chcon.c | 145 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/ |
D | coreutils-5.0-on-glibc-2.28.diff | 35 Return 0 if successful, 1 if any errors occur. */
|
D | README.older-versions | 28 Other similar errors mention 'freadptr', 'freadseek','fseterr'.
|
/coreutils/.github/ |
D | ISSUE_TEMPLATE.txt | 65 * Avoid sending screenshots (e.g. PNG files). When reporting errors
|
D | PULL_REQUEST_TEMPLATE.txt | 55 * Avoid sending screenshots (e.g. PNG files). When reporting errors
|
/coreutils/tests/ |
D | local.mk | 177 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/ |
D | NEWS | 28 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 …]
|
D | HACKING | 548 To manually check for whitespace errors before committing, you can use
|
/coreutils/doc/ |
D | coreutils.texi | 3662 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 …]
|