Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 25) sorted by relevance

/coreutils/tests/du/
Dbasic.sh32 B=$(stat --format=%B a/b/F)
34 du --block-size=$B -a a > out || fail=1
36 du --block-size=$B -a -S a >> out || fail=1
38 du --block-size=$B -s a >> out || fail=1
66 du --block-size=$B -a d | sort -r -k2,2 > out || fail=1
68 du --block-size=$B -S d | sort -r -k2,2 >> out || fail=1
/coreutils/man/
Dod.x7 .B od -A x -t x1z -v
10 .B od -A o -t oS -w16
Dchmod.x62 .B chmod
64 .B chmod
68 .B chmod
71 .B chmod
75 .B chmod
Dtr.x11 .B "LC_ALL=C tr"
Dhelp2man270 my $date = enc strftime _("%B %Y"), localtime $epoch_secs;
/coreutils/tests/
Dfilefrag-extent-compare22 my @B = split ' ', $line[1];
23 @A % 2 || @B % 2
29 foreach my $i (0..@B/2-1) { $b[$i] = { L_BLK => $B[2*$i], LEN => $B[2*$i+1] } };
/coreutils/tests/shuf/
Dshuf.sh89 : | { shuf -i0-9 -e A B || test $? -ne 1; } &&
104 { shuf -i0-9 -o A -o B || test $? -ne 1; } &&
107 { shuf -i0-9 --random-source A --random-source B || test $? -ne 1; } &&
143 shuf --rep -e A B C D | head -n 1000 > exp || framework_failure_
/coreutils/tests/mv/
Dbackup-dir.sh22 mkdir A B || framework_failure_
27 mv --verbose --backup=numbered -T A B > out || fail=1
/coreutils/tests/install/
Dstrip-program.sh26 sed s/b/B/ \$1 > \$1.t && mv \$1.t \$1
/coreutils/tests/dd/
Dbytes.sh72 for count in B B1 Bx1 KBB BB KBb KBx x1 1x 1xx1; do
Dnocache_eof.sh81 if=in.f of=out.f bs=1M oflag=direct oseek=512B; then
/coreutils/m4/
Dinclude-exclude-prog.m445 # If you want to refrain from installing programs A and B,
46 # use --enable-no-install-program=A,B
/coreutils/src/
Duniq.c41 #define SWAP_LINES(A, B) \ argument
46 (A) = (B); \
47 (B) = _tmp; \
Dcopy.c99 #define SAME_OWNER(A, B) ((A).st_uid == (B).st_uid) argument
100 #define SAME_GROUP(A, B) ((A).st_gid == (B).st_gid) argument
101 #define SAME_OWNER_AND_GROUP(A, B) (SAME_OWNER (A, B) && SAME_GROUP (A, B)) argument
Dfactor.c2025 uintmax_t S, Dh, Dl, Q1, Q, P, L, L1, B; in factor_using_squfof() local
2067 B = 2 * L; in factor_using_squfof()
2073 for (i = 0; i <= B; i++) in factor_using_squfof()
Dsort.c2723 #define CMP_WITH_IGNORE(A, B) \ in keycompare() argument
2737 diff = to_uchar (A) - to_uchar (B); \ in keycompare()
/coreutils/tests/shred/
Dshred-remove.sh54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
/coreutils/tests/env/
Denv-S.pl219 "error at: \${B%B}\n"}],
/coreutils/tests/sort/
Dsort-debug-keys.sh239 B>chr1
/coreutils/tests/date/
Ddate.pl49 ['1', "-d '$d1' +'%% %a %A %b %B'", {OUT=>"% Sun Sunday Jan January"}],
/coreutils/doc/
Dsort-version.texi231 lexically by ASCII value (rule 2.B).
238 Rule 2.B.a says letters sorts before non-letters.
314 Punctuation is sorted by ASCII order (rule 2.B).
369 Rule 2.B.a says letters sort before non-letters
389 Rule 2.B.a says a letter like @samp{z} sorts before
397 Rule 2.B.b says the tilde @samp{~} (ASCII 126) sorts
423 Based on rule 2.B.b, tilde @samp{~} sorts before other bytes
Dperm.texi598 mkdir A B C
600 chmod 0755 B
Dcoreutils.texi559 @cindex Youmans, B.
963 @samp{B}; @samp{MB} stands for 1,000,000 bytes.
977 a multiple using powers of 1024. A size letter followed by @samp{B}
4578 comparing so that, for example, @samp{b} and @samp{B} sort as equal.
7686 @item -B
7688 @opindex -B
9487 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9489 (@samp{B} and the @samp{iseek=} spelling are GNU extensions to POSIX.)
9497 If @var{n} ends in the letter @samp{B}, interpret @var{n}
9499 (@samp{B} and the @samp{oseek=} spelling are GNU extensions to POSIX.)
[all …]
/coreutils/
DNEWS288 'cp --reflink=always A B' no longer leaves behind a newly created
289 empty file B merely because copy-on-write clones are not supported.
395 If 'cp -Z A B' checks B's status and some other process then removes B,
396 cp no longer creates B with a too-generous SELinux security context
400 'cp --preserve=ownership A B' no longer ignores the umask when creating B.
401 Also, 'cp --preserve-xattr A B' is less likely to temporarily chmod u+w B.
404 On macOS, 'cp A B' no longer miscopies when A is in an APFS file system
405 and B is in some other file system.
421 On macOS, 'mv A B' no longer fails with "Operation not supported"
422 when A and B are in the same tmpfs file system.
[all …]
DTHANKS.in339 Julian Büning julian.buening@rwth-aachen.de
385 Marcel Böhme https://www.comp.nus.edu.sg/~mboehme