Searched refs:expr (Results 1 – 25 of 39) sorted by relevance
12
29 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 …]
43 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)
36 for i in $dir_list $(expr $n + 1); do
45 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) &&
24 --output=*) output=`expr x"$1" : x'--output=\(.*\)'`;;26 --include=*) include=`expr x"$1" : x'--include=\(.*\)'`;;28 --source=*) source=`expr x"$1" : x'--source=\(.*\)'`;;
2 expr \- evaluate expressions
28 expr.1
34 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)
48 min_free_inodes=$(expr 12 \* $n / 10)63 setup_duration=$(expr $(date +%s) - $start)73 duration=$(expr $(date +%s) - $start)
51 nm1=`expr $pow_2 - 1`52 np1=`expr $pow_2 + 1`54 pow_2=`expr $pow_2 \* 2`
64 args=$(expr "$case" : ' *\(.*[^ ]\) *:')65 files=$(expr "$case" : '.*: *\(.*\)')
66 stty rows $(expr $srow + 1) cols $(expr $scol + 1) ||
34 expr => 0,51 expr => "-/\n",
54 STD_TERM_STATUS=$(expr "$SIGTERM" + 128)55 KSH_TERM_STATUS=$(expr "$SIGTERM" + 256)
42 count=$(expr $count - 1)100 test $(expr $end - $start) -lt 20 ||
27 size=$(expr 128 \* 1024 + 1)56 parts=$(expr $maxn / $n)
36 IO_BLOCK_OFLOW=$(expr $OFF_T_MAX / $(stat -f -c%s .) + 1)
36 echo $format1 $format2 $(expr $linewidth '*' $linecount) >> exp
40 tail_offset=$(expr $dev_size - 1023) ||
27 gp1=$(expr $gp1 + 1) || framework_failure_
39 name_max_plus1=$(expr $name_max + 1)
29 CUT_MAX=$(expr $UINTMAX_MAX - 1) || framework_failure_
42 DEV_OFLOW=$(expr $dev_size + 1) || framework_failure_
66 ME_=`expr "./$0" : '.*/\(.*\)$'`370 nx_=`expr $template_length_ - $nx_`380 i_=`expr $i_ + 1`
63 n=$(expr $n + 1)