/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | coprocess.sh | 62 ping four |& 67 for i in three four pipe four pipe four three pipe pipe three pipe 70 four) to=-u4;; 86 four) ;;
|
H A D | arrays.sh | 43 set -A x zero one two three four 'five six' 239 ( set -A list one two three four) 248 foo=( zero one '' three four '' six) 253 if [[ ${foo[@]: -3:1} != four ]] 286 for i in one three four five 308 x+=( [four]=4 ) 471 a=(zero one two three four) 474 [[ ${a[-3]} == four ]] || err_exit 'a[-3] should be four'
|
H A D | append.sh | 42 { iarray+= (four five six) ;} 2> /dev/null 48 { iarray+= (four five six) ;} 2> /dev/null
|
H A D | arith.sh | 226 y[three]=9 y[four]=2 227 three=four 228 four=three 229 (( x = y[three] + y[four] )) 233 (( x = y[$three] + y[$four] ))
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | join4_28.test | 30 insert into t1 values(4,'four'); 44 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 57 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 67 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 77 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
|
H A D | btree.test | 131 btree_insert $::c1 four 4.00 133 } {four} 156 } {four} 236 } {four} 315 } {five 5.00 four 4.00 six 6.00 three 3.00 two 2.00} 331 } {five 5.00 four 4.00 six 6.00 three 3.00 two 2.00} 360 } {five 5.00 four 4.00 six 6.00 three 3.00 two 2.00} 443 } {five 5.00 four 4.00 six 6.00 three 3.00 two 2.00}
|
H A D | misc1.test | 94 CREATE TABLE agger(one text, two text, three text, four text); 106 execsql {SELECT sum(one), two, four FROM agger 107 GROUP BY two, four ORDER BY sum(one) desc} 110 execsql {SELECT sum((one)), (two), (four) FROM agger 111 GROUP BY (two), (four) ORDER BY sum(one) desc} 424 INSERT INTO t9 VALUES('four',4);
|
H A D | misc3.test | 226 INSERT INTO x2 VALUES(4,'four'); 231 } {1 one cat 2 two {} 3 three {} 4 four dog} 240 } {1 one cat 2 two {} 3 three {} 4 four dog}
|
H A D | printf.test | 115 sqlite_mprintf_z_test , one two three four five six 116 } {,one,two,three,four,five,six}
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.lquantzero.d | 58 @four[i] = lquantize(0, -10, 10, 1, incr); 80 printa(@four);
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.linkpriv.ksh | 48 DTRACE_PROBE4(test_prov, four, 7, 8, 9, 10); 59 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
|
H A D | tst.linkunpriv.ksh | 50 DTRACE_PROBE4(test_prov, four, 7, 8, 9, 10); 61 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
|
/titanic_41/usr/src/lib/libm/common/complex/ |
H A D | ctanhf.c | 36 static const float four = 4.0F, two = 2.0F, one = 1.0F, zero = 0.0F; variable 104 r = (four * C) * (t + one); in ctanhf()
|
H A D | ctanhl.c | 37 static const long double four = 4.0L, two = 2.0L, one = 1.0L, zero = 0.0L; variable 107 r = (four * C) * (t + one); in ctanhl()
|
H A D | ctanh.c | 95 static const double four = 4.0, two = 2.0, one = 1.0, zero = 0.0; variable 165 r = (four * C) * (t + one); in ctanh()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.c | 120 u_int four = 4; in xdr_rex_ttymode() local 131 xdr_bytes(xdrs, (char **) &speedp, (u_int *)&four, 4) && in xdr_rex_ttymode()
|
H A D | rex.x | 64 unsigned four; /* always equals 4 */ member
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.enum.d | 43 four = 4, enumerator
|
/titanic_41/usr/src/uts/sun4/conf/ |
H A D | Mapfile | 26 # Some four meg of kernel virtual address space 41 # Another four meg of kernel virtual address space
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.bases.d | 33 @four = llquantize(i, 4, 0, 1, 4);
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | rex.x | 70 unsigned four; /* always equals 4 */ member
|
/titanic_41/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 529 done | while read three four; do 530 [ "$three" != addif ] && echo "$three $four \c"
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | visual_io.h | 168 unsigned char four; /* four bit */ member
|
/titanic_41/usr/src/cmd/localedef/data/ |
H A D | mn_CN.UTF-8.src | 285 <four>;/ 533 <four>;/ 798 <four>;/ 809 <four>;/ 1404 <four> <X1A00>;<X05>;<X05>;<four> 1651 "<four>";/ 1659 "<four>";/ 1667 "<four>";/ 1680 "<four>";/
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | memchr.s | 100 sll %o1, 16, %g1 ! four bytes <--------+
|