Searched refs:t5 (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dappend.t59 my $t5 = $a; $t5 = $ab . $t5;
61 print $t5 =~ /$ub/ ? "ok 10\n" : "not ok 10\t# $t5\n";
H A Dexists_sub.t14 sub t5 {1;} subroutine
30 print "not " unless exists &t5 && defined &t5;
42 eval 'exists &t5()';
H A Dpat.t174 $t1=$t2=$t3=$t4=$t5=$t6=$t7=$t8=$t9=0;
181 $t5++ if /$pat5/o;
188 $x = "$t1$t2$t3$t4$t5$t6$t7$t8$t9";
/opensolaris-onvv-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c126 mp_int t3, t4, t5; local
130 MP_DIGITS(&t5) = 0;
133 MP_CHECKOK(mp_init(&t5, FLAG(x2)));
149 MP_CHECKOK(mp_set_int(&t5, 1));
151 MP_CHECKOK(group->meth->field_enc(&t5, &t5, group->meth));
169 MP_CHECKOK(group->meth->field_div(&t5, &t3, &t3, group->meth));
182 mp_clear(&t5);
/opensolaris-onvv-gate/usr/src/cmd/initpkg/
H A Dswapadd.sh106 while read special t1 t2 fstype t3 t4 t5; do
/opensolaris-onvv-gate/usr/src/cmd/tbl/
H A DMakefile34 SRCS = t0.c t1.c t2.c t3.c t4.c t5.c t6.c t7.c \
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec2_mult.c153 BIGNUM *t3, *t4, *t5; local
174 t5 = BN_CTX_get(ctx);
175 if (t5 == NULL) goto err;
177 if (!BN_one(t5)) goto err;
194 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Dansi.ti80 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m,
84 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;m,
H A Dtektronix.ti189 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m,
290 %e%p1%{3}%=%t5
/opensolaris-onvv-gate/usr/src/lib/libxcurses/h/
H A Dmks.h314 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \
315 (t1 n1, t2 n2, t3 n3, t4 n4, t5 n5, ...)
323 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \
325 t1 n1; t2 n2; t3 n3; t4 n4; t5 n5; int va_alist
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dokimtron52 sgr=\E[0;%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;2m,
H A Dvc51 sgr=\E[0;%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;2m,
H A Dkimtron52 sgr=\E[0;%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;2m,
H A Dmisc44 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m,
65 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m,
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtnf_probe.h410 #define TNF_DEFINE_RECORD_5(ctype, ctype_record, t1, n1, t2, n2, t3, n3, t4, n4, t5, n5)
415 #define TNF_DEFINE_RECORD_5(ctype, ctype_record, t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \
422 t5##_t data_5; \
430 &t5##_tag_data, \
479 buffer->data_5 = t5(ops, the_ctype->n5, \
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c333 taginfo t5; \
334 retval = asn1_get_tag_2(&seqbuf, &t5); \
337 eseqclass = t5.asn1class; \
338 eseqconstr = t5.construction; \
339 eseqnum = t5.tagnum; \
340 eseqlen = t5.length; \
341 eseqindef = t5.indef; \
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c2112 krb5_int32 t1, t2, t3, t4, t5, t6, t7, t8, t9; local
2132 nread = fscanf(filep, "%d\t%d\t%d\t%d\t%d\t", &t1, &t2, &t3, &t4, &t5);
2158 if (t5 && !(op = (krb5_octet *) malloc((size_t) t5)))
2164 dbentry.e_length = t5;
2171 memset(op, 0, (size_t) t5);
2182 &t2, &t3, &t4, &t5, &t6, &t7, &t8, &t9);
2187 dbentry.expiration = (krb5_timestamp) t5;
/opensolaris-onvv-gate/usr/src/cmd/troff/
H A Dn7.c309 goto t5;
316 t5:

Completed in 210 milliseconds