/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | temptable.test | 344 CREATE TABLE t8(x); 345 INSERT INTO t8 VALUES('xyzzy'); 346 SELECT * FROM t8; 358 SELECT * FROM t8; 385 INSERT INTO t8 VALUES('hello'); 386 SELECT * FROM t8; 391 SELECT * FROM t8,t9; 398 SELECT * FROM t8,t9;
|
H A D | join.test | 319 CREATE TABLE t8 (a integer primary key, b); 320 INSERT INTO t8 VALUES (1, "pa1"); 321 INSERT INTO t8 VALUES (2, "pa4"); 322 INSERT INTO t8 VALUES (3, NULL); 323 INSERT INTO t8 VALUES (4, NULL); 324 INSERT INTO t8 VALUES (130, "pa31"); 325 INSERT INTO t8 VALUES (131, "pa30"); 327 SELECT coalesce(t8.a,999) from t7 LEFT JOIN t8 on y=a;
|
H A D | misc1.test | 394 CREATE TABLE t8(x TEXT COLLATE numeric, y INTEGER COLLATE text, z); 395 INSERT INTO t8 VALUES(0,0,1); 396 INSERT INTO t8 VALUES(0.0,0,2); 397 INSERT INTO t8 VALUES(0,0.0,3); 398 INSERT INTO t8 VALUES(0.0,0.0,4); 399 SELECT DISTINCT x, y FROM t8 ORDER BY z; 404 SELECT min(z), max(z), count(z) FROM t8 GROUP BY x ORDER BY 1; 409 SELECT min(z), max(z), count(z) FROM t8 GROUP BY y ORDER BY 1;
|
H A D | format3.test | 730 CREATE TABLE t8(x,y);
|
/titanic_41/usr/src/lib/libm/common/LD/ |
H A D | __tanl.c | 105 t8 = 5.900274409318599857829983256201725587477e-0004L, variable 136 (t8 + z * (t9 + z * (t10 + z * (t11 + in __k_tanl()
|
/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | __tanl.c | 103 t8 = +5.900274409318599857829983256201725587477e-0004L, variable 132 z * (t5 + z * (t6 + z * (t7 + z * (t8 + in __k_tanl()
|
/titanic_41/usr/src/lib/efcode/fcode_test/ |
H A D | calling.fth | 34 : t8 t7 ." and everyone" ; 36 cr ." > " t8 cr
|
/titanic_41/usr/src/cmd/tbl/ |
H A D | Makefile | 31 t8.c t9.c tb.c tc.c te.c tf.c tg.c ti.c \
|
/titanic_41/usr/src/common/bignum/ |
H A D | bignumimpl.c | 3018 BIGNUM t1, t2, t3, t4, t5, t6, t7, t8, tmp; in big_ext_gcd_pos() local 3065 if ((err = big_init1(&t8, len, in big_ext_gcd_pos() 3084 veiminus1 = &t8; in big_ext_gcd_pos() 3136 if (t8.malloced) big_finish(&t8); in big_ext_gcd_pos()
|
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 2112 krb5_int32 t1, t2, t3, t4, t5, t6, t7, t8, t9; local 2182 &t2, &t3, &t4, &t5, &t6, &t7, &t8, &t9); 2190 dbentry.last_failed = (krb5_timestamp) t8;
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | terminfo.src | 373 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 377 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m, 720 …3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1%{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{… 721 …3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1%{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{… 722 …3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1%{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{… 723 …3}%=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1%{7}%=%t0%e%p1%{8}%=%t8%e%p1%{9}%=%t9%e%p1%{… 11573 sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 11579 sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;, 11746 sgr=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 16552 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m,
|