/coreutils/tests/rmdir/ |
D | ignore.sh | 25 rmdir -p --ignore-fail-on-non-empty "$cwd/a/b/c" || fail=1 38 returns_ 1 rmdir --ignore-fail-on-non-empty x/y || fail=1 45 rmdir --ignore-fail-on-non-empty x/y || fail=1 52 returns_ 1 rmdir --ignore-fail-on-non-empty x/y || fail=1
|
/coreutils/tests/nproc/ |
D | nproc-positive.sh | 33 procs=$(nproc --ignore="$i") 38 returns_ 1 nproc --ignore=$i || fail=1 41 procs=$(OMP_NUM_THREADS=42 nproc --ignore=40)
|
/coreutils/src/ |
D | nproc.c | 77 unsigned long nproc, ignore = 0; in main() local 104 ignore = xdectoumax (optarg, 0, ULONG_MAX, "", _("invalid number"),0); in main() 120 if (ignore < nproc) in main() 121 nproc -= ignore; in main()
|
D | csplit.c | 56 bool ignore; /* If true, produce no output (for regexp). */ member 622 write_to_file (intmax_t last_line, bool ignore, int argnum) in write_to_file() argument 649 if (!ignore) in write_to_file() 723 regexp_error (struct control *p, intmax_t repetition, bool ignore) in regexp_error() argument 736 if (!ignore) in regexp_error() 754 bool ignore = p->ignore; /* If true, skip this section. */ in process_regexp() local 757 if (!ignore) in process_regexp() 772 if (!ignore) in process_regexp() 780 regexp_error (p, repetition, ignore); in process_regexp() 795 if (!ignore) in process_regexp() [all …]
|
D | tail.c | 129 bool ignore; member 390 f->ignore = false; in record_open_fd() 975 f->ignore = true; in recheck() 1008 f->ignore = ! (reopen_inaccessible_files && follow_mode == Follow_name); in recheck() 1012 f->ignore ? _("; giving up on this name") : ""); in recheck() 1020 f->ignore = true; in recheck() 1109 if (! f[i].ignore && reopen_inaccessible_files) in any_live_files() 1167 if (f[i].ignore) in tail_forever() 1374 if (!f[i].ignore && STREQ (f[i].name, "-")) in tailable_stdin() 1491 if (!f[i].ignore) in tail_forever_inotify() [all …]
|
D | sort.c | 206 bool const *ignore; /* Boolean array of characters to ignore. */ member 2376 return ! (key->ignore in default_key_compare() 2395 if (key->ignore == nondictionary) in key_to_opts() 2403 if (key->ignore == nonprinting) in key_to_opts() 2506 if (ugkey.ignore && (ugkey.ignore == key->ignore)) in key_warnings() 2507 ugkey.ignore = nullptr; in key_warnings() 2634 bool const *ignore = key->ignore; in keycompare() local 2658 if (ignore || translate) in keycompare() 2677 if (! (ignore && ignore[to_uchar (texta[i])])) in keycompare() 2683 if (! (ignore && ignore[to_uchar (textb[i])])) in keycompare() [all …]
|
D | ls.c | 3164 struct ignore_pattern *ignore; in add_ignore_pattern() local 3166 ignore = xmalloc (sizeof *ignore); in add_ignore_pattern() 3167 ignore->pattern = pattern; in add_ignore_pattern() 3169 ignore->next = ignore_patterns; in add_ignore_pattern() 3170 ignore_patterns = ignore; in add_ignore_pattern()
|
/coreutils/gl/modules/ |
D | fadvise | 9 ignore-value
|
/coreutils/tests/env/ |
D | env-signal-handler.sh | 119 env --default-signal --ignore-signal=INT --list-signal-handling true \
|
/coreutils/tests/mv/ |
D | part-symlink.sh | 100 ls=$(ls -gG --ignore=.err . \ 106 ls2=$(cd "$other_partition_tmpdir" && ls -gG --ignore=.err . \
|
/coreutils/scripts/build-older-versions/ |
D | build-older-versions.sh | 124 && patch --ignore-whitespace --batch --forward -p1 < "../../$patch_file"
|
/coreutils/tests/ |
D | filefrag-extent-compare | 65 # So we ignore the length of the last extent, because if the
|
D | local.mk | 468 tests/chmod/ignore-symlink.sh \ 716 tests/rmdir/ignore.sh \
|
/coreutils/tests/sort/ |
D | sort-debug-keys.sh | 177 1.2ignore
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 99 # and if we were to ignore them here, it could lead to committing
|
/coreutils/tests/cp/ |
D | same-file.sh | 110 ls=$(ls -gG --ignore=_err . \
|
/coreutils/doc/ |
D | coreutils.texi | 758 --ignore-fail-on-non-empty} can be invoked as @samp{rmdir 759 --ignore-fail} or even @samp{rmdir --i}. Ambiguous options, such as 2293 @itemx --ignore-garbage 2295 @opindex --ignore-garbage 2298 During decoding, ignore unrecognized bytes, 2324 The @option{-w/--wrap},@option{-i/--ignore-garbage}, 4217 @item --ignore-missing 4218 @opindex --ignore-missing 4546 @itemx --ignore-leading-blanks 4548 @opindex --ignore-leading-blanks [all …]
|
D | perm.texi | 637 POSIX allows implementations to ignore these requests.
|
D | sort-version.texi | 88 ignore leading blanks in the field:
|
/coreutils/ |
D | NEWS | 260 stty ispeed and ospeed options no longer accept and silently ignore 690 rmdir --ignore-fail-on-non-empty now works correctly for directories 848 env now supports '--default-signal[=SIG]', '--ignore-signal[=SIG]', and 883 'cp -n -u' and 'mv -n -u' now consistently ignore the -u option. 1028 cp, install, ln, and mv now ignore nonsensical backup suffixes. 1227 md5sum --check --ignore-missing no longer treats files with checksums 1229 [bug introduced with the --ignore-missing feature in coreutils-8.25] 1390 md5sum now supports the --ignore-missing option to allow 2294 du --one-file-system (-x) would ignore any non-directory specified on 2750 du --ignore=D now ignores directory D even when that directory is [all …]
|