Searched refs:all (Results 1 – 25 of 40) sorted by relevance
12
/coreutils/tests/env/ |
D | env.sh | 69 env ENV_TEST2= > all || fail=1 70 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_ 71 env -u ENV_TEST1 ENV_TEST3=c > all || fail=1 72 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_ 73 env ENV_TEST1=b > all || fail=1 74 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_ 75 env ENV_TEST2= env > all || fail=1 76 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_ 77 env -u ENV_TEST1 ENV_TEST3=c env > all || fail=1 78 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_ [all …]
|
/coreutils/tests/nproc/ |
D | nproc-avail.sh | 22 all=$(nproc --all) 25 test $available -le $all || fail=1
|
D | nproc-positive.sh | 22 for mode in --all ''; do
|
/coreutils/tests/ |
D | GNUmakefile | 7 .PHONY: all 8 all: target
|
/coreutils/scripts/build-older-versions/ |
D | build-older-versions.sh | 192 symlinks for all programs (all versions) in $PREFIX/bin 193 manual pages for all programs in $PREFIX/share/man/man1 195 Run the following command to add all programs to your \$PATH:
|
/coreutils/man/ |
D | printenv.x | 2 printenv \- print all or part of environment
|
/coreutils/gl/modules/ |
D | targetdir | 25 all
|
D | cl-strtod | 24 all
|
D | cl-strtold | 25 all
|
D | xdectoint | 31 all
|
/coreutils/ |
D | README-release | 16 * Ensure that you've pushed all changes that belong in the release 17 and that the NixOS/Hydra autobuilder is reporting all is well: 87 it builds and passes all tests. 103 Once all the builds and tests have passed, 108 download all tarball/signature pairs and use gpg --verify to ensure 109 that they're all valid.
|
D | README-install | 50 all mention of "[$(EXEEXT)" from src/Makefile. 61 If all else fails one can configure with --disable-year2038; 71 If you want to run all of the tests there, use GNU make.
|
D | README | 33 The ls, dir, and vdir commands are all separate executables instead of 41 these programs. Many thanks to all of the people who have taken the 52 on Debian's unstable distribution, and to all the kind folks who used 116 necessary or useful, and if at all possible, enough information to
|
D | COPYING | 16 share and change all versions of a program--to make sure it remains free 17 software for all its users. We, the Free Software Foundation, use the 84 To "modify" a work means to copy from or adapt all or part of the work 134 The "Corresponding Source" for a work in object code form means all 169 the terms of this License in conveying all material for which you do 200 keep intact all notices stating that this License and any 202 keep intact all notices of the absence of any warranty; and give all 212 terms of section 4, provided that you also meet all of these conditions: 220 "keep intact all notices". 225 additional terms, to the whole of the work, and all its parts, [all …]
|
/coreutils/tests/cp/ |
D | cp-mv-enotsup-xattr.sh | 77 cp --preserve=all xattr/a noxattr/ 2>err || fail=1 82 cp --preserve=all xattr/a noxattr/ 2>err || fail=1
|
D | capability.sh | 46 cp --preserve=all file copy2 || fail=1
|
D | cp-a-selinux.sh | 39 cp --preserve=all c f || framework_failure_ 152 cp --preserve=all ../f g 2>err || fail=1 159 cp --preserve=all ../f g 2>err || fail=1
|
D | preserve-mode.sh | 47 cp --no-preserve=mode --preserve=all a b || fail=1
|
/coreutils/doc/ |
D | fdl.texi | 138 to the Document are reproduced in all copies, and that you add no other 154 copies in covers that carry, clearly and legibly, all these Cover 158 the full title with all words of the title equally prominent and 208 Document (all of its principal authors, if it has fewer than five), 216 Preserve all the copyright notices of the Document. 254 the Title of the section, and preserve in the section all the 259 Preserve all the Invariant Sections of the Document, 277 copied from the Document, you may at your option designate some or all 307 versions, provided that you include in the combination all of the 308 Invariant Sections of all of the original documents, unmodified, and [all …]
|
D | perm.texi | 142 all or selected parts of files' mode bits, optionally based on 199 all other users; 201 all users; the same as @samp{ugo}. 228 at all to the file. 250 To remove write permission for all users other than the file's 359 removes all read, write, and execute/search permissions that users not in the 380 gives all users permission to search directories, or to execute files if 422 permission on it for all users except its owner. Another example: 429 sets all of the permission bits for the file explicitly. (It 430 gives users who are not in the file's group no permission at all for [all …]
|
D | sort-version.texi | 185 all the leading digits is determined. The numerical values represented by 329 1 @r{vs} 1 @r{(rule 3, all digits)} 330 . @r{vs} . @r{(rule 2, all non-digits)} 382 above algorithm have only one part, all non-digits 424 and before the empty string -- hence it comes before all other strings, 428 follow similar logic: The digit part is extracted (1 for all strings) 432 Tilde sorts before all others, hence the line @samp{1~} appears next. 459 Ignoring the first letter (@samp{a}) which is identical in all 463 all other non-digits. 508 like all other punctuation, i.e., they are sorted after [all …]
|
/coreutils/tests/misc/ |
D | selinux.sh | 54 cp -r --preserve=all d f p s1 || fail=1
|
D | xattr.sh | 64 cp --preserve=all a c || fail=1
|
/coreutils/.github/ |
D | ISSUE_TEMPLATE.txt | 4 all development is coordinated upstream on GNU resources. 51 * List policy is reply-to-all, and non-subscribers may post.
|
D | PULL_REQUEST_TEMPLATE.txt | 5 all development is coordinated upstream on GNU resources. 57 * List policy is reply-to-all, and non-subscribers may post.
|
12