/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | cubetype.sh | 151 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6) 170 cc[two]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6) 173 [[ ${cc[two].y} == 3 ]] || err_exit '${cc[two].y} != 3' 174 (( cc[two].y == 3 )) || err_exit '(( cc[two].y != 3))' 175 [[ ${cc[two].colors[table]} == white ]] || err_exit '${cc[two].colors[table]} != white' 176 [[ ${cc[two].items[2]} == pencil ]] || err_exit '${cc[two].items[2]} != pencil' 177 (( cc[two].len == 7 )) || err_exit '(( cc[two].len != 7 ))' 178 [[ $(cc[two].len) == 7 ]] || err_exit '$(cc[two].len) != 7 ))' 179 [[ ${cc[two].len} == 7 ]] || err_exit '${cc[two].len} != 7 ))' 180 (( cc[two].count == 2 )) || err_exit 'cc[two].count != 2' [all …]
|
H A D | arrays.sh | 43 set -A x zero one two three four 'five six' 56 if [[ ${x[2]} != two ]] 59 if [[ ${x[@]:2:1} != two ]] 72 if [[ ${y[2]} != two ]] 76 if [[ ${y[2]} != two ]] 189 foo=(one two) 191 foo[two]=3 239 ( set -A list one two three four) 259 foo=( $foo two) 285 typeset -A foo=( [two]=1) [all …]
|
H A D | sun_solaris_cr_6805792_varmovetest1.sh | 109 node.two="dummy2" 117 nameref nodetwo=node.two 137 node.two="world"
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | cubetype.sh | 150 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6) 169 cc[two]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6) 172 [[ ${cc[two].y} == 3 ]] || err_exit '${cc[two].y} != 3' 173 (( cc[two].y == 3 )) || err_exit '(( cc[two].y != 3))' 174 [[ ${cc[two].colors[table]} == white ]] || err_exit '${cc[two].colors[table]} != white' 175 [[ ${cc[two] [all...] |
H A D | arrays.sh | 43 set -A x zero one two three four 'five six' 56 if [[ ${x[2]} != two ]] 57 then err_exit ' element two is not 2' 59 if [[ ${x[@]:2:1} != two ]] 60 then err_exit ' ${x[@]:2:1} is not two' 72 if [[ ${y[2]} != two ]] 73 then err_exit ' element two is not 2' 76 if [[ ${y[2]} != two ]] 77 then err_exit ' element two is not 2' 189 foo=(one two) [all...] |
/titanic_51/usr/src/cmd/sendmail/libsm/ |
H A D | t-strl.c | 32 int one, two, k; variable 98 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]); 99 SM_TEST(one == two); 102 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]); 103 SM_TEST(one == two); 106 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]); 107 SM_TEST(one == two); 110 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]); 111 SM_TEST(one == two); 114 two [all...] |
/titanic_51/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | SAMPLE0.dict | 35 # here's a worked by hand example for key: "fault.one fault.two" 58 fault.one fault.three fault.two=2 "this is all three faults" 61 fault.two=6 62 fault.one fault.two=5 64 fault.three fault.two=3 72 #TEST:key2code:0:fault.two fault.one:SAMPLE0-8000-5V 73 #TEST:key2code:0:fault.one fault.two:SAMPLE0-8000-5V 74 #TEST:key2code:0:fault.one fault.two fault.one:SAMPLE0-8000-5V 75 #TEST:key2code:0:fault.one fault.two fault.one fault.one fault.two [all...] |
H A D | SAMPLE1.dict | 36 fault.y.two=2097151 37 fault.y.two fault.z.one=2097152 39 fault.x.three fault.y.two=274880004090 40 fault.x.three fault.y.two fault.z.one=1928 47 #TEST:key2code:0:fault.y.two:SAMPLE1-9YYY-YT 49 #TEST:key2code:0:fault.x.three fault.y.two:SAMPLE1-CYYY-YYYX-M4 50 #TEST:key2code:0:fault.x.three fault.y.two fault.z.one:SAMPLE1-801V-89 54 #TEST:code2key:0:SAMPLE1-9YYY-YT:fault.y.two 56 #TEST:code2key:0:SAMPLE1-CYYY-YYYX-M4:fault.x.three fault.y.two 57 #TEST:code2key:0:SAMPLE1-801V-89:fault.x.three fault.y.two faul [all...] |
H A D | MALFORMED.dict | 33 fault.one fault.three fault.two 2 36 fault.two=6 37 fault.one fault.two=5 39 fault.three fault.two=3 42 #TEST:key2code:0:fault.two fault.three:MALFORMED-8000-3N
|
H A D | BADMAXKEY.dict | 35 fault.two=6 36 fault.one fault.two=5 38 fault.one fault.three fault.two=3 42 #TEST:key2code:0:fault.one fault.three fault.two:BADMAXKEY-8000-30
|
H A D | BADBITS.dict | 36 fault.two=6 37 fault.one fault.two=5 39 fault.three fault.two=3 45 #TEST:key2code:0:fault.one fault.two fault.one:BADBITS-8000-5T
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.relenum.d | 42 two enumerator 55 printf("zero = %d; one = %d; two = %d", zero, one, two); 61 /second < one || two > second || null == first/ 64 printf("zero = %d; one = %d; two = %d", zero, one, two); 70 /first < two && second > one && one != two && zero != first/
|
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | join4_28.test | 28 insert into t1 values(2,'two'); 39 } {2 two 2 niban ok} 44 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 52 } {2 two 2 niban ok} 57 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 62 } {2 two 2 niban ok} 67 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 72 } {2 two 2 niban ok} 77 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
|
/titanic_51/usr/src/lib/libm/common/C/ |
H A D | tanh.c | 64 two = 2.0, variable 82 z = one - two / (expm1(t + t) + two); in tanh() 85 z = -y / (y + two); in tanh()
|
/titanic_51/usr/src/lib/libm/common/LD/ |
H A D | tanhl.c | 63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable 84 z = one - two / (expm1l(t + t) + two); in tanhl() 87 z = -y / (y + two); in tanhl()
|
/titanic_51/usr/src/lib/libm/common/Q/ |
H A D | tanhl.c | 63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable 84 z = one - two / (expm1l(t + t) + two); in tanhl() 87 z = -y / (y + two); in tanhl()
|
H A D | expm1l.c | 107 two = +2.0L, variable 152 return (x + (x * r) / (two - r)); in expm1l() 162 r = (s + s) / (two - r); in expm1l() 180 r = (x - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5))))) - two; in expm1l()
|
/titanic_51/usr/src/lib/libm/common/complex/ |
H A D | catanl.c | 112 two = 2.0L, variable 180 LD_IM(ans) = half * log1pl(two / (-t)); in catanl() 217 LD_IM(ans) = t * (one - two * t); in catanl() 222 LD_RE(ans) = half * atan2l(two, (one - ax) * (one + in catanl() 254 LD_RE(ans) = half * atan2l(two, -ax); in catanl() 258 t = two / ax; in catanl() 294 LD_IM(ans) = half * log1pl(two / (ay - one)); in catanl()
|
H A D | catan.c | 86 two = 2.0, variable 149 D_IM(ans) = half * log1p(two / (-t)); in catan() 175 D_RE(ans) = half * atan2(two, (one - ax) * (one + in catan() 217 D_RE(ans) = half * atan2(two, -ax); in catan() 221 t = two / ax; in catan() 257 D_IM(ans) = half * log1p(two / (ay - one)); in catan()
|
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | tgammaf.c | 165 #define two c[1] macro 325 ss = T1[m - 3] + T2[j] + u * (two + A1 * (u * u)); in large_gam() 426 rr = (x + one) * (x + two) * yy; in gam_n() 430 rr = (x + one) * (x + two) * ((x + 3.0) * yy); in gam_n() 433 z1 = (x + two) * (x + 3.0) * yy; in gam_n() 438 z1 = (x + two) * (x + 3.0); in gam_n() 440 rr = z1 * (z1 - two) * z2; in gam_n() 443 z1 = (x + two) * (x + 3.0); in gam_n() 445 rr = z1 * (z1 - two) * z2; in gam_n()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmprofile.c | 256 reg Pfobj_t *one, *two, *next; local 262 /* partition to two equal size lists */ 263 one = two = NIL(Pfobj_t*); 271 pf->next = two; 272 two = pf; 279 two = pfsort(two); 282 if(PFLINE(one) == 0 && PFLINE(two) == 0) 283 cmp = PFVM(one) > PFVM(two) ? 1 : -1; 286 else if(PFLINE(two) [all...] |
/titanic_51/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_6805792_varmovetest1.sh | 45 # node.two="world" 72 # two=world 109 node.two="dummy2" 117 nameref nodetwo=node.two 137 node.two="world" 146 [[ "${tree1.subtree["a_node"].two}" == "world" ]] || err_exit "Expected tree1.subtree[\"a_node\"].two == 'world', got ${tree1.subtree["a_node"].two}"
|
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprofile.c | 256 reg Pfobj_t *one, *two, *next; local 263 one = two = NIL(Pfobj_t*); 271 pf->next = two; 272 two = pf; 279 two = pfsort(two); 282 if(PFLINE(one) == 0 && PFLINE(two) == 0) 283 cmp = PFVM(one) > PFVM(two) ? 1 : -1; 286 else if(PFLINE(two) == 0) 288 else if((cmp = strcmp(PFFILE(one),PFFILE(two))) == 0) 289 { cmp = PFLINE(one) - PFLINE(two); [all …]
|
/titanic_51/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 129 # Do the two interfaces share a physical interface? 245 done < "$file" | while read one two; do 247 [ "$one" = "$keyword" ] && echo "$one $two" 531 done` | while read one two; do 533 [ "$one $two" = "$inet_oneline_epilogue" ] && \ 535 line="addif $zaddr $one $two" 547 | while read one two; do 550 addif $two >/dev/null 648 # isolated in a function since network/physical has two instances
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/multiaggs/ |
H A D | tst.tuplecompat.d | 34 @two["foo", 789, "bar", curthread] = sum(456); 35 printa("%10s %10d %10s %@10d %@10d\n", @one, @two);
|