Searched refs:warn (Results 1 – 15 of 15) sorted by relevance
/coreutils/tests/pwd/ |
D | pwd-long.sh | 113 warn "expected len: $e_len\n"; 114 warn "actual len: $a_len\n"; 115 warn "expected: $expected\n"; 116 warn "actual: $actual\n";
|
/coreutils/src/ |
D | chown.c | 228 bool warn; in main() local 231 nullptr, nullptr, &warn); in main() 233 error (warn ? 0 : EXIT_FAILURE, 0, "%s: %s", e, quote (optarg)); in main() 299 bool warn; in main() local 302 &chopt.group_name, &warn); in main() 304 error (warn ? 0 : EXIT_FAILURE, 0, "%s: %s", e, quote (argv[optind])); in main()
|
D | timeout.c | 113 settimeout (double duration, bool warn) in settimeout() argument 128 if (warn) in settimeout() 133 else if (warn && errno != ENOSYS) in settimeout() 159 if (warn && errno != ENOSYS) in settimeout()
|
D | chroot.c | 356 bool warn; in main() local 358 nullptr, nullptr, &warn); in main() 360 error (warn ? 0 : EXIT_CANCELED, 0, "%s", (err)); in main()
|
D | digest.c | 188 static bool warn = false; variable 1205 if (warn) in digest_check() 1412 warn = false; in main() 1423 warn = true; in main() 1431 warn = false; in main() 1572 if (warn && !do_check) in main()
|
/coreutils/tests/dd/ |
D | misc.sh | 29 warn=0 86 warn=77 109 test $fail -eq 0 && fail=$warn
|
/coreutils/scripts/build-older-versions/ |
D | build-older-versions.sh | 33 warn() function 52 8.[3456789]*) warn "patch not needed for version '$1'" ;;
|
D | coreutils-5.0-on-glibc-2.28.diff | 26 /* Do *not* warn if tee is given no file arguments.
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 50 warn "Interrupt (Ctrl-C) to abort...\n"; 156 warn $err;
|
/coreutils/tests/misc/ |
D | tee.sh | 124 yes | returns_ 1 timeout 10 tee --output-error=warn 2>err >fifo || fail=1
|
/coreutils/ |
D | .gitignore | 130 /lib/warn-on-use.h
|
D | NEWS | 435 chown and chroot now warn about usages like "chown root.root f", 1011 cp and mv now merely warn about any failure to preserve symlink ownership. 1336 display timezone information, and warn about potential misuse. 2778 line significant in the sort, and warn about questionable options. 3961 Before, they would warn, yet continuing traversing and operating on /.
|
/coreutils/tests/ |
D | local.mk | 383 tests/sort/sort-debug-warn.sh \
|
/coreutils/doc/ |
D | sort-version.texi | 750 Note that @command{dpkg} will warn if the strings have invalid syntax:
|
D | coreutils.texi | 4273 @itemx --warn 4275 @opindex --warn 4277 When verifying checksums, warn about improperly formatted checksum lines. 12044 Do not warn about or create files that do not exist. 14283 @item warn 14288 @item warn-nopipe 16737 Annotate the parsed date, display the effective time zone, and warn about 19076 error, and exit with status 2. With a @var{mode} of @samp{warn}, exit with
|