Home
last modified time | relevance | path

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

12

/coreutils/tests/du/
Dthreshold.sh29 Ba=$(stat --format="%B * %b" a | xargs expr)
30 Bb=$(stat --format="%B * %b" a/b | xargs expr)
31 Bc=$(stat --format="%B * %b" a/c | xargs expr)
32 B0=$(stat --format="%B * %b" a/b/0 | xargs expr)
33 B1=$(stat --format="%B * %b" a/b/1 | xargs expr)
34 B2=$(stat --format="%B * %b" a/b/2 | xargs expr)
35 B3=$(stat --format="%B * %b" a/b/3 | xargs expr)
45 Bb0123=$(expr $Bb + $B0 + $B1 + $B2 + $B3)
46 Sb0123=$(expr $Sb + $S0 + $S1 + $S2 + $S3)
48 Bab0123=$(expr $Ba + $Bc + $Bb0123)
[all …]
Dbasic.sh43 bf=$(expr $b + $f)
44 tot=$(expr $bf + $a)
74 tot=$(expr $t1 + $t2 + $ts + $td)
75 d1=$(expr $td + $t1)
76 s2=$(expr $ts + $t2)
Dlong-sloop.sh36 for i in $dir_list $(expr $n + 1); do
/coreutils/tests/sort/
Dsort-discrim.sh45 max_int200=$(expr $UINTMAX_MAX / 200) &&
46 max_frac200=$(printf '%.2d' $(expr $UINTMAX_MAX / 2 % 100)) &&
47 max_int320=$(expr $UINTMAX_MAX / 320) &&
48 max_frac320=$(expr $UINTMAX_MAX / 32 % 10) &&
/coreutils/man/
Ddummy-man24 --output=*) output=`expr x"$1" : x'--output=\(.*\)'`;;
26 --include=*) include=`expr x"$1" : x'--include=\(.*\)'`;;
28 --source=*) source=`expr x"$1" : x'--source=\(.*\)'`;;
Dexpr.x2 expr \- evaluate expressions
D.gitignore28 expr.1
/coreutils/tests/df/
Dskip-duplicates.sh34 test -z "$CU_NONROOT_FS" || unique_entries=$(expr $unique_entries + 1)
35 test -z "$CU_REMOTE_FS" || unique_entries=$(expr $unique_entries + 2)
157 test $(wc -l <out) -eq $(expr 1 + $unique_entries) || { fail=1; cat out; }
162 test $(wc -l <out) -eq $(expr 2 + $unique_entries - $elide_remote) ||
167 test $(wc -l <out) -eq $(expr 1 + $unique_entries) || { fail=1; cat out; }
181 total_fs=6; test "$CU_REMOTE_FS" && total_fs=$(expr $total_fs + 3)
/coreutils/tests/rm/
Dext3-perf.sh48 min_free_inodes=$(expr 12 \* $n / 10)
63 setup_duration=$(expr $(date +%s) - $start)
73 duration=$(expr $(date +%s) - $start)
/coreutils/lib/
Dt-chdir-long51 nm1=`expr $pow_2 - 1`
52 np1=`expr $pow_2 + 1`
54 pow_2=`expr $pow_2 \* 2`
/coreutils/tests/chmod/
Dusage.sh64 args=$(expr "$case" : ' *\(.*[^ ]\) *:')
65 files=$(expr "$case" : '.*: *\(.*\)')
/coreutils/tests/stty/
Dstty-row-col.sh66 stty rows $(expr $srow + 1) cols $(expr $scol + 1) ||
/coreutils/tests/misc/
Dinvalid-opt.pl34 expr => 0,
51 expr => "-/\n",
Dkill.sh54 STD_TERM_STATUS=$(expr "$SIGTERM" + 128)
55 KSH_TERM_STATUS=$(expr "$SIGTERM" + 256)
/coreutils/tests/timeout/
Dtimeout-group.sh42 count=$(expr $count - 1)
100 test $(expr $end - $start) -lt 20 ||
/coreutils/tests/cp/
Dsparse.sh27 size=$(expr 128 \* 1024 + 1)
56 parts=$(expr $maxn / $n)
/coreutils/tests/truncate/
Dtruncate-overflow.sh36 IO_BLOCK_OFLOW=$(expr $OFF_T_MAX / $(stat -f -c%s .) + 1)
/coreutils/tests/od/
Dod-multiple-t.sh36 echo $format1 $format2 $(expr $linewidth '*' $linecount) >> exp
/coreutils/tests/tail/
Dend-of-device.sh40 tail_offset=$(expr $dev_size - 1023) ||
/coreutils/tests/id/
Dsetgid.sh27 gp1=$(expr $gp1 + 1) || framework_failure_
/coreutils/tests/ln/
Dsf-1.sh39 name_max_plus1=$(expr $name_max + 1)
/coreutils/tests/cut/
Dcut-huge-range.sh29 CUT_MAX=$(expr $UINTMAX_MAX - 1) || framework_failure_
/coreutils/tests/dd/
Dskip-seek-past-dev.sh42 DEV_OFLOW=$(expr $dev_size + 1) || framework_failure_
/coreutils/tests/
Dinit.sh66 ME_=`expr "./$0" : '.*/\(.*\)$'`
370 nx_=`expr $template_length_ - $nx_`
380 i_=`expr $i_ + 1`
/coreutils/tests/split/
Dsuffix-length.sh63 n=$(expr $n + 1)

12