Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 20 of 20) sorted by relevance

/coreutils/tests/rmdir/
Dignore.sh25 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/
Dnproc-positive.sh33 procs=$(nproc --ignore="$i")
38 returns_ 1 nproc --ignore=$i || fail=1
41 procs=$(OMP_NUM_THREADS=42 nproc --ignore=40)
/coreutils/src/
Dnproc.c77 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()
Dcsplit.c56 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 …]
Dtail.c129 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 …]
Dsort.c206 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 …]
Dls.c3164 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/
Dfadvise9 ignore-value
/coreutils/tests/env/
Denv-signal-handler.sh119 env --default-signal --ignore-signal=INT --list-signal-handling true \
/coreutils/tests/mv/
Dpart-symlink.sh100 ls=$(ls -gG --ignore=.err . \
106 ls2=$(cd "$other_partition_tmpdir" && ls -gG --ignore=.err . \
/coreutils/scripts/build-older-versions/
Dbuild-older-versions.sh124 && patch --ignore-whitespace --batch --forward -p1 < "../../$patch_file"
/coreutils/tests/
Dfilefrag-extent-compare65 # So we ignore the length of the last extent, because if the
Dlocal.mk468 tests/chmod/ignore-symlink.sh \
716 tests/rmdir/ignore.sh \
/coreutils/tests/sort/
Dsort-debug-keys.sh177 1.2ignore
/coreutils/scripts/git-hooks/
Dcommit-msg99 # and if we were to ignore them here, it could lead to committing
/coreutils/tests/cp/
Dsame-file.sh110 ls=$(ls -gG --ignore=_err . \
/coreutils/doc/
Dcoreutils.texi758 --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 …]
Dperm.texi637 POSIX allows implementations to ignore these requests.
Dsort-version.texi88 ignore leading blanks in the field:
/coreutils/
DNEWS260 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 …]