/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | vis.h | 47 #define BSTORE_FPREGS(FP, TEMP) \ argument 50 add FP, 64, TEMP; \ 51 stda %d16, [TEMP]ASI_BLK_P; \ 52 add FP, 128, TEMP; \ 53 stda %d32, [TEMP]ASI_BLK_P; \ 54 add FP, 192, TEMP; \ 55 stda %d48, [TEMP]ASI_BLK_P; \ 58 #define BSTORE_V8_FPREGS(FP, TEMP) \ argument 61 add FP, 64, TEMP; \ 62 stda %d16, [TEMP]ASI_BLK_P; \ [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mktest.sh | 111 typeset ARG SCRIPT UNIT TEMP=${TMPDIR:-/tmp}/$command.$$.tmp WORK 244 : > $TEMP.INPUT > $TEMP.in 304 [[ ${DATA[-]} || /dev/fd/0 -ef /dev/fd/$stdin ]] || cat > $TEMP.in 305 IO=$(cat $TEMP.in; print :) 323 } < $TEMP.in > $TEMP.out 2> $TEMP.err 345 -) p=$TEMP.in ;; 362 IO=$(cat $TEMP.out; print :) 373 then if [[ ! -s $TEMP.out ]] 375 elif cmp -s $TEMP.in $TEMP.out 384 IO=$(cat $TEMP.err; print :) [all …]
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | stret.S | 36 #define TEMP %o4 macro 66 and SIZE,MASK,TEMP 68 or TEMP,TEMP2,TEMP2 83 LD [FROM+SIZE],TEMP 85 ST TEMP,[TO+SIZE] /* (DELAY SLOT) */
|
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | i.manifest | 47 TEMP=/tmp/svc_deathrow.$$ 67 >${TEMP} 69 {next}; {print}" ${DEATHROW_FILE} >>${TEMP} && \ 70 $MV ${TEMP} ${DEATHROW_FILE} 71 $RM -f ${TEMP}
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | ipf_include.sh | 907 TEMP=`mktemp /var/run/ipf.conf.pid$$.XXXXXX` 909 process_nonsvc_progs $TEMP 912 echo "# Global Default rules" >>${TEMP} 915 echo "pass out log quick all keep state" >>${TEMP} 922 replace_file ${IPFILCONF} ${TEMP} 946 echo "${ecmd} in log quick on ${ifc} all" >>${TEMP} 952 echo "${ecmd} in log quick from ${addr} to any" >>${TEMP} 978 echo "${acmd} in log quick on ${ifc} all" >>${TEMP} 984 echo "${acmd} in log quick from ${addr} to any" >>${TEMP} 1010 "keep state" >>${TEMP} [all …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | trigger1.test | 22 # trig-1.8: A trigger created on a TEMP table is not inserted into sqlite_master 43 CREATE TEMP TRIGGER trig UPDATE ON no_such_table BEGIN 108 CREATE TEMP TABLE temp_table(a); 213 CREATE TEMP TABLE t2(x,y); 241 CREATE TEMP TABLE t2(x,y); 249 CREATE TEMP TRIGGER r1 AFTER INSERT ON t1 BEGIN 280 CREATE TEMP TRIGGER r1 BEFORE INSERT ON t1 BEGIN 422 # Ticket #764. At one stage TEMP triggers would fail to re-install when the 423 # schema was reloaded. The following tests ensure that TEMP triggers are 448 CREATE TEMP TRIGGER trig1 AFTER INSERT ON t1 BEGIN [all …]
|
H A D | temptable.test | 51 CREATE TEMP TABLE t2(x,y,z); 153 CREATE TEMP TABLE t2(x,y); 196 # TEMP takes precedence over MAIN 203 DROP TABLE t2; -- should drop TEMP 224 CREATE TEMP TABLE t2(x unique,y); 263 DROP TABLE t2; -- drops TEMP.T2 287 CREATE TEMP TABLE mask(a,b,c) 369 CREATE TEMP TABLE t9(x,y);
|
H A D | misc2.test | 205 CREATE TEMP TABLE x AS 216 CREATE TEMP TABLE x AS 227 CREATE TEMP TABLE x AS
|
H A D | main.test | 172 CREATE TEMP TRIGGER xyz AFTER DELETE backend BEGIN 178 CREATE TEMP TRIGGER xyz AFTER DELETE backend BEGIN
|
H A D | pragma.test | 387 CREATE TEMP TABLE test1(a,b,c); 399 CREATE TEMP TABLE test1(a,b,c);
|
H A D | interrupt.test | 118 CREATE TEMP TABLE t2(x,y);
|
H A D | vacuum.test | 159 CREATE TEMP TABLE tempTest (TestID int primary key, Test2 int NULL);
|
H A D | auth.test | 70 catchsql {CREATE TEMP TABLE t1(a,b,c)} 83 catchsql {CREATE TEMP TABLE t1(a,b,c)} 124 catchsql {CREATE TEMP TABLE t1(a,b,c)} 137 catchsql {CREATE TEMP TABLE t1(a,b,c)} 151 catchsql {CREATE TEMP TABLE t1(a,b,c)} 772 CREATE TEMP VIEW v1 AS SELECT a+1,b+1 FROM t1;
|
H A D | misc1.test | 528 CREATE TEMP TABLE TempTable(TestID INTEGER PRIMARY KEY, TestString TEXT); 529 CREATE TEMP TRIGGER trigTest_1 AFTER UPDATE ON TempTable BEGIN
|
H A D | trigger2.test | 57 {CREATE TEMP TABLE tbl (a, b);} 63 {CREATE TEMP TABLE tbl (a, b); CREATE INDEX tbl_idx ON tbl(b);}
|
H A D | insert.test | 211 CREATE TEMP TABLE t4(x);
|
H A D | lock.test | 311 CREATE TEMP TABLE t3(x);
|
H A D | trans.test | 747 CREATE TEMP TABLE t3 AS SELECT * FROM t2; 759 CREATE TEMP TABLE t3 AS SELECT * FROM t2;
|
H A D | func.test | 264 CREATE TEMP TABLE t3 AS SELECT a FROM t2 ORDER BY a DESC;
|
H A D | attach.test | 510 CREATE TEMP TABLE t6(p,q,r);
|
/illumos-gate/usr/src/cmd/sendmail/cf/feature/ |
H A D | badmx.m4 | 20 Kmxlist bestmx -z: -T<TEMP> 22 KdnsA dns -R A -a. -T<TEMP>
|
H A D | relay_based_on_MX.m4 | 20 Kmxserved bestmx -z: -T<TEMP>
|
H A D | compat_check.m4 | 33 R< TEMP:$* > $#error $@ TEMPFAIL $: $1 " error from check_compat. Try again later"
|
/illumos-gate/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 176 Kresolve host -a<_RES_OK_> -T<TEMP>') 1723 R<MX> < : $* <TEMP> : > $* $#TEMP $@ 4.4.0 $: "450 Can not check MX records for recipient host " $1 1807 R$* $| TEMP $#error $@ 4.1.8 $: 451 Client IP address $1 does not resolve 1897 dnl workspace <mark> CanonicalAddress where mark is ?, _RES_OK_, PERM, TEMP 1903 dnl workspace: <mark> CanonicalAddress where mark is: ?, _RES_OK_, PERM, TEMP 1936 R<TEMP> $* $#error $@ 4.1.8 $: "451 Domain of sender address " $&f " does not resolve" 1961 R<MX><$+><:$*<TEMP>:><$*> $#error $@ 4.1.2 $: "450 MX lookup failure for "$1 2028 dnl $#TEMP temporary failure 2036 R$* $| @ $#TEMP $+ $: $1 $| T $2 2046 R$* $| $#TEMP $+ $#error $2 [all …]
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 95 temp(A) ::= TEMP. {A = 1;} in temp() 129 TEMP TRIGGER VACUUM VIEW.
|