Searched refs:B (Results 1 – 25 of 25) sorted by relevance
32 B=$(stat --format=%B a/b/F)34 du --block-size=$B -a a > out || fail=136 du --block-size=$B -a -S a >> out || fail=138 du --block-size=$B -s a >> out || fail=166 du --block-size=$B -a d | sort -r -k2,2 > out || fail=168 du --block-size=$B -S d | sort -r -k2,2 >> out || fail=1
7 .B od -A x -t x1z -v10 .B od -A o -t oS -w16
62 .B chmod64 .B chmod68 .B chmod71 .B chmod75 .B chmod
11 .B "LC_ALL=C tr"
270 my $date = enc strftime _("%B %Y"), localtime $epoch_secs;
22 my @B = split ' ', $line[1];23 @A % 2 || @B % 229 foreach my $i (0..@B/2-1) { $b[$i] = { L_BLK => $B[2*$i], LEN => $B[2*$i+1] } };
89 : | { 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_
22 mkdir A B || framework_failure_27 mv --verbose --backup=numbered -T A B > out || fail=1
26 sed s/b/B/ \$1 > \$1.t && mv \$1.t \$1
72 for count in B B1 Bx1 KBB BB KBb KBx x1 1x 1xx1; do
81 if=in.f of=out.f bs=1M oflag=direct oseek=512B; then
45 # If you want to refrain from installing programs A and B,46 # use --enable-no-install-program=A,B
41 #define SWAP_LINES(A, B) \ argument46 (A) = (B); \47 (B) = _tmp; \
99 #define SAME_OWNER(A, B) ((A).st_uid == (B).st_uid) argument100 #define SAME_GROUP(A, B) ((A).st_gid == (B).st_gid) argument101 #define SAME_OWNER_AND_GROUP(A, B) (SAME_OWNER (A, B) && SAME_GROUP (A, B)) argument
2025 uintmax_t S, Dh, Dl, Q1, Q, P, L, L1, B; in factor_using_squfof() local2067 B = 2 * L; in factor_using_squfof()2073 for (i = 0; i <= B; i++) in factor_using_squfof()
2723 #define CMP_WITH_IGNORE(A, B) \ in keycompare() argument2737 diff = to_uchar (A) - to_uchar (B); \ in keycompare()
54 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_
219 "error at: \${B%B}\n"}],
239 B>chr1
49 ['1', "-d '$d1' +'%% %a %A %b %B'", {OUT=>"% Sun Sunday Jan January"}],
231 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-letters389 Rule 2.B.a says a letter like @samp{z} sorts before397 Rule 2.B.b says the tilde @samp{~} (ASCII 126) sorts423 Based on rule 2.B.b, tilde @samp{~} sorts before other bytes
598 mkdir A B C600 chmod 0755 B
559 @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 -B7688 @opindex -B9487 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 …]
288 'cp --reflink=always A B' no longer leaves behind a newly created289 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 context400 '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 system405 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 …]
339 Julian Büning julian.buening@rwth-aachen.de385 Marcel Böhme https://www.comp.nus.edu.sg/~mboehme