Searched refs:diagnose (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | dd.c | 517 diagnose (int errnum, char const *fmt, ...) in diagnose() function 1135 diagnose (0, ngettext (("warning: partial read (%td byte); " in iread() 1185 diagnose (errno, _("failed to turn off O_DIRECT: %s"), in iwrite() 1260 diagnose (errno, _("writing to %s"), quoteaf (output_file)); in write_output() 1389 diagnose (0, "%s: %s", _(error_msgid), in parse_symbols() 1454 diagnose (0, _("warning: %s is a zero multiplier; " in parse_integer() 1497 diagnose (0, _("unrecognized operand %s"), quoteaf (name)); in scanargs() 1575 diagnose (0, _("unrecognized operand %s"), quoteaf (name)); in scanargs() 1613 diagnose (0, "%s: %s", _("invalid output flag"), quote ("fullblock")); in scanargs() 1858 diagnose (lseek_errno, in skip() [all …]
|
/coreutils/ |
D | cfg.mk | 192 error_fns = (error|diagnose)
|
D | NEWS | 73 factor, numfmt, and tsort now diagnose read errors on the input. 171 date --file and dircolors will now diagnose a failure to read a file. 180 wc will now diagnose if any total counts have overflowed. 988 timeout now supports the --verbose option to diagnose forced termination. 1204 using the FTS interface, now diagnose failures returned by readdir(). 2101 Before, we would get hard-to-diagnose reports of failing root-only tests. 2748 symbolic links, and correctly diagnose dangling symlinks. 3007 chcon, chgrp, chmod, chown and du now diagnose an ostensible directory cycle 3419 diagnose xattr-preservation failure. However, cp --preserve=all still does. 4029 --check=diagnose-first is an alias for -c or plain --check. [all …]
|
/coreutils/doc/ |
D | sort-version.texi | 814 concise example that will help us diagnose the issue.
|
D | coreutils.texi | 4487 @itemx --check=diagnose-first 10406 diagnose and skip directories on other file systems. 14278 and diagnose errors writing to a non-pipe. 18298 Use @option{-v} to diagnose the operations step-by-step:
|