t2                 29 lib/replace/test/strptime.c 	struct tm t, t2;
t2                 32 lib/replace/test/strptime.c 	memset(&t2, 0, sizeof(t2));
t2                 51 lib/replace/test/strptime.c 	ret = strptime(s, "%Y%m%d%H%M%SZ", &t2);
t2                 66 lib/replace/test/strptime.c #define CMP_TM_ELEMENT(t1,t2,elem) \
t2                 67 lib/replace/test/strptime.c 	if (t1.elem != t2.elem) { \
t2                 72 lib/replace/test/strptime.c 		       __STRING(elen), t1.elem, t2.elem); \
t2                 76 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_sec);
t2                 77 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_min);
t2                 78 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_hour);
t2                 79 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_mday);
t2                 80 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_mon);
t2                 81 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_year);
t2                 82 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_wday);
t2                 83 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_yday);
t2                 84 lib/replace/test/strptime.c 	CMP_TM_ELEMENT(t,t2,tm_isdst);
t2                704 lib/talloc/testsuite.c 	} *t1, *t2;
t2                711 lib/talloc/testsuite.c 	t2 = talloc(root, struct t_move);
t2                716 lib/talloc/testsuite.c 	t2->p = talloc_move(t2, &t1->p);
t2                717 lib/talloc/testsuite.c 	t2->x = talloc_move(t2, &t1->x);
t2                719 lib/talloc/testsuite.c 	    strcmp(t2->p, "foo") == 0 && *t2->x == 42,
t2                118 lib/util/time.c 	uint64_t t2; 
t2                135 lib/util/time.c 	t2 = t;
t2                136 lib/util/time.c 	t2 += TIME_FIXUP_CONSTANT_INT;
t2                137 lib/util/time.c 	t2 *= 1000*1000*10;
t2                139 lib/util/time.c 	*nt = t2;
t2                697 lib/util/time.c bool nt_time_equal(NTTIME *t1, NTTIME *t2)
t2                699 lib/util/time.c 	return *t1 == *t2;
t2                230 lib/util/time.h bool nt_time_equal(NTTIME *t1, NTTIME *t2);
t2               6963 source3/include/proto.h bool unix_token_equal(const UNIX_USER_TOKEN *t1, const UNIX_USER_TOKEN *t2);
t2                313 source3/lib/ldb/common/attrib_handlers.c 	time_t t1, t2;
t2                315 source3/lib/ldb/common/attrib_handlers.c 	t2 = ldb_string_to_time((char *)v2->data);
t2                316 source3/lib/ldb/common/attrib_handlers.c 	return (int)t2 - (int)t1;
t2                899 source3/lib/util.c 	struct timeval tval,t1,t2;  
t2                903 source3/lib/util.c 	t2 = t1;
t2                919 source3/lib/util.c 		GetTimeOfDay(&t2);
t2                920 source3/lib/util.c 		if (t2.tv_sec < t1.tv_sec) {
t2                922 source3/lib/util.c 			t1 = t2;
t2                925 source3/lib/util.c 		tdiff = TvalDiff(&t1,&t2);
t2               2779 source3/modules/getdate.c     time_t t2 = t1 + d2;
t2               2781 source3/modules/getdate.c     time_t t3 = t2 + d3;
t2               2786 source3/modules/getdate.c 	| ((t2 + d3 < t2) ^ (d3 < 0)))
t2               1078 source3/modules/getdate.y     time_t t2 = t1 + d2;
t2               1080 source3/modules/getdate.y     time_t t3 = t2 + d3;
t2               1085 source3/modules/getdate.y 	| ((t2 + d3 < t2) ^ (d3 < 0)))
t2                 29 source3/smbd/sec_ctx.c bool unix_token_equal(const UNIX_USER_TOKEN *t1, const UNIX_USER_TOKEN *t2)
t2                 31 source3/smbd/sec_ctx.c 	if (t1->uid != t2->uid || t1->gid != t2->gid ||
t2                 32 source3/smbd/sec_ctx.c 			t1->ngroups != t2->ngroups) {
t2                 35 source3/smbd/sec_ctx.c 	if (memcmp(t1->groups, t2->groups,
t2                992 source3/torture/torture.c 	time_t t1, t2;
t2               1046 source3/torture/torture.c 	t2 = time(NULL);
t2               1048 source3/torture/torture.c 	if (ABS(t2 - t1) < lock_timeout-1) {
t2               1053 source3/torture/torture.c 	       (unsigned int)(t2-t1), lock_timeout);
t2               2471 source3/torture/torture.c 	time_t t, t2;
t2               2497 source3/torture/torture.c 	t2 = t-60*60*24; /* 1 day ago */
t2               2499 source3/torture/torture.c 	if (!cli_setatr(cli, fname, 0, t2)) {
t2               2509 source3/torture/torture.c 	if (t != t2) {
t2               2512 source3/torture/torture.c 		printf("%s", ctime(&t2));
t2                138 source4/heimdal/lib/hcrypto/camellia-ntt.c #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
t2                147 source4/heimdal/lib/hcrypto/camellia-ntt.c 	t2 = krr;							\
t2                148 source4/heimdal/lib/hcrypto/camellia-ntt.c 	t2 |= rr;							\
t2                149 source4/heimdal/lib/hcrypto/camellia-ntt.c 	rl ^= t2;							\
t2                228 source4/heimdal/lib/hcrypto/des.c     uint32_t t1, t2;
t2                235 source4/heimdal/lib/hcrypto/des.c     t2 = (*key)[4] << 24 | (*key)[5] << 16 | (*key)[6] << 8 | (*key)[7];
t2                241 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_4[(t2 >> (4            )) & 0xf] << 3)
t2                242 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_4[(t2 >> (4 + 8        )) & 0xf] << 2)
t2                243 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_4[(t2 >> (4 + 8 + 8    )) & 0xf] << 1)
t2                244 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_4[(t2 >> (4 + 8 + 8 + 8)) & 0xf] << 0);
t2                247 source4/heimdal/lib/hcrypto/des.c     d =   (pc1_d_3[(t2 >> (1            )) & 0x7] << 3)
t2                248 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_3[(t2 >> (1 + 8        )) & 0x7] << 2)
t2                249 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_3[(t2 >> (1 + 8 + 8    )) & 0x7] << 1)
t2                250 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_3[(t2 >> (1 + 8 + 8 + 8)) & 0x7] << 0)
t2               2381 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit *t1, *t2, *t3, carry;
t2               2396 source4/heimdal/lib/hcrypto/imath/imath.c     t2 = t1 + buf_size;
t2               2397 source4/heimdal/lib/hcrypto/imath/imath.c     t3 = t2 + buf_size;
t2               2406 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(db, b_top, t2, bot_size, bt_size);      /* t2 = b1 + b0 */
t2               2407 source4/heimdal/lib/hcrypto/imath/imath.c     t2[bot_size] = carry;
t2               2409 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(t1, t2, t3, bot_size + 1, bot_size + 1); /* t3 = t1 * t2 */
t2               2415 source4/heimdal/lib/hcrypto/imath/imath.c     ZERO(t2, buf_size);
t2               2417 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(a_top, b_top, t2, at_size, bt_size); /* t2 = a1 * b1 */
t2               2421 source4/heimdal/lib/hcrypto/imath/imath.c     s_usub(t3, t2, t3, buf_size + 2, buf_size);
t2               2429 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t2, dc + 2*bot_size, dc + 2*bot_size,
t2               2480 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit  *t1, *t2, *t3, carry;
t2               2485 source4/heimdal/lib/hcrypto/imath/imath.c     t2 = t1 + buf_size;
t2               2486 source4/heimdal/lib/hcrypto/imath/imath.c     t3 = t2 + buf_size;
t2               2490 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_ksqr(a_top, t2, at_size);  /* t2 = a1 ^ 2 */
t2               2514 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t2, dc + 2*bot_size, dc + 2*bot_size,
t2                124 source4/heimdal/lib/hcrypto/rc2.c     int t0, t1, t2, t3;
t2                137 source4/heimdal/lib/hcrypto/rc2.c 	t2 = (w2 + (w3 & ~w1) + (w0 & w1) + key->data[j + 2]) & 0xffff;
t2                138 source4/heimdal/lib/hcrypto/rc2.c 	w2 = ROT16L(t2, 3);
t2                164 source4/heimdal/lib/hcrypto/rc2.c     int t0, t1, t2, t3;
t2                183 source4/heimdal/lib/hcrypto/rc2.c 	t2 = ROT16R(w2, 3);
t2                184 source4/heimdal/lib/hcrypto/rc2.c 	w2 = (t2 - (w3 & ~w1) - (w0 & w1) - key->data[j + 2]) & 0xffff;
t2                872 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 	u32 s0, s1, s2, s3, t0, t1, t2, t3;
t2                889 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
t2                892 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
t2                893 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
t2                894 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
t2                895 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
t2                899 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
t2                902 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
t2                903 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
t2                904 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
t2                905 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[19];
t2                909 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[22];
t2                912 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[24];
t2                913 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[25];
t2                914 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
t2                915 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[27];
t2                919 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[30];
t2                922 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[32];
t2                923 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[33];
t2                924 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
t2                925 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[35];
t2                929 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[38];
t2                933 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[40];
t2                934 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[41];
t2                935 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
t2                936 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[43];
t2                940 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[46];
t2                944 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[48];
t2                945 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[49];
t2                946 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
t2                947 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[51];
t2                951 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[54];
t2                974 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         t2 =
t2                995 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Te2[(t2 >>  8) & 0xff] ^
t2               1000 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Te1[(t2 >> 16) & 0xff] ^
t2               1005 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Te0[(t2 >> 24)       ] ^
t2               1014 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Te3[(t2      ) & 0xff] ^
t2               1025 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t2 >>  8) & 0xff] & 0x0000ff00) ^
t2               1031 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t2 >> 16) & 0xff] & 0x00ff0000) ^
t2               1037 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t2 >> 24)       ] & 0xff000000) ^
t2               1047 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t2      ) & 0xff] & 0x000000ff) ^
t2               1053 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 	u32 s0, s1, s2, s3, t0, t1, t2, t3;
t2               1070 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >>  8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
t2               1073 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[ 8];
t2               1074 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[ 9];
t2               1075 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
t2               1076 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[11];
t2               1080 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >>  8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[14];
t2               1083 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[16];
t2               1084 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[17];
t2               1085 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
t2               1086 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[19];
t2               1090 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >>  8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[22];
t2               1093 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[24];
t2               1094 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[25];
t2               1095 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
t2               1096 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[27];
t2               1100 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >>  8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[30];
t2               1103 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[32];
t2               1104 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[33];
t2               1105 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
t2               1106 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[35];
t2               1110 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >>  8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[38];
t2               1114 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[40];
t2               1115 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[41];
t2               1116 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
t2               1117 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[43];
t2               1121 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >>  8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[46];
t2               1125 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[48];
t2               1126 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[49];
t2               1127 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
t2               1128 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[51];
t2               1132 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >>  8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[54];
t2               1155 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         t2 =
t2               1176 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Td2[(t2 >>  8) & 0xff] ^
t2               1183 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Td3[(t2      ) & 0xff] ^
t2               1186 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Td0[(t2 >> 24)       ] ^
t2               1193 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Td1[(t2 >> 16) & 0xff] ^
t2               1206 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    		(Td4[(t2 >>  8) & 0xff] & 0x0000ff00) ^
t2               1214 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    		(Td4[(t2      ) & 0xff] & 0x000000ff) ^
t2               1218 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    		(Td4[(t2 >> 24)       ] & 0xff000000) ^
t2               1226 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    		(Td4[(t2 >> 16) & 0xff] & 0x00ff0000) ^
t2                529 source4/heimdal/lib/hcrypto/rsa-imath.c     mpz_t el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3;
t2                546 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_init(&t2);
t2                559 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_gcd(&t1, &el, &t2), MP_OK);
t2                560 source4/heimdal/lib/hcrypto/rsa-imath.c     } while(mp_int_compare_value(&t2, 1) != 0);
t2                574 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_gcd(&t1, &el, &t2), MP_OK);
t2                575 source4/heimdal/lib/hcrypto/rsa-imath.c     } while(mp_int_compare_value(&t2, 1) != 0);
t2                588 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_sub_value(&q, 1, &t2), MP_OK);
t2                589 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_mul(&t1, &t2, &t3), MP_OK);
t2                595 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_mod(&d, &t2, &dmq1), MP_OK);
t2                621 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_clear(&t2);
t2                553 source4/heimdal/lib/krb5/pac.c 	uint64_t t1, t2;
t2                555 source4/heimdal/lib/krb5/pac.c 	t2 = ((uint64_t)time2 << 32) | time1;
t2                556 source4/heimdal/lib/krb5/pac.c 	if (t1 != t2) {
t2                364 source4/heimdal/lib/roken/roken-common.h timevaladd(struct timeval *t1, const struct timeval *t2);
t2                367 source4/heimdal/lib/roken/roken-common.h timevalsub(struct timeval *t1, const struct timeval *t2);
t2                 44 source4/heimdal/lib/wind/combining.c     const struct translation *t2 = (const struct translation *)data;
t2                 46 source4/heimdal/lib/wind/combining.c     return t1->key - t2->key;
t2                 49 source4/heimdal/lib/wind/map.c     const struct translation *t2 = (const struct translation *)data;
t2                 51 source4/heimdal/lib/wind/map.c     return t1->key - t2->key;
t2                 51 source4/heimdal/lib/wind/normalize.c     const struct translation *t2 = (const struct translation *)data;
t2                 53 source4/heimdal/lib/wind/normalize.c     return t1->key - t2->key;
t2                293 source4/lib/ldb/common/attrib_handlers.c 	time_t t1, t2;
t2                295 source4/lib/ldb/common/attrib_handlers.c 	t2 = ldb_string_to_time((char *)v2->data);
t2                296 source4/lib/ldb/common/attrib_handlers.c 	return (int)t2 - (int)t1;
t2                 48 source4/lib/registry/patchfile.c 	struct registry_key *t1 = NULL, *t2 = NULL;
t2                 82 source4/lib/registry/patchfile.c 			error2 = reg_open_key(mem_ctx, newkey, keyname1, &t2);
t2                 85 source4/lib/registry/patchfile.c 			t2 = NULL;
t2                109 source4/lib/registry/patchfile.c 		reg_generate_diff_key(t1, t2, tmppath, callbacks, callback_data);
t2                162 source4/lib/registry/patchfile.c 		error1 = reg_open_key(mem_ctx, newkey, keyname1, &t2);
t2                169 source4/lib/registry/patchfile.c 		reg_generate_diff_key(t1, t2, tmppath, callbacks, callback_data);
t2                187 source4/libcli/raw/rawfile.c 	struct smb_trans2 t2;
t2                197 source4/libcli/raw/rawfile.c 	t2.in.max_param = 2;
t2                198 source4/libcli/raw/rawfile.c 	t2.in.max_data = 0;
t2                199 source4/libcli/raw/rawfile.c 	t2.in.max_setup = 0;
t2                200 source4/libcli/raw/rawfile.c 	t2.in.flags = 0;
t2                201 source4/libcli/raw/rawfile.c 	t2.in.timeout = 0;
t2                202 source4/libcli/raw/rawfile.c 	t2.in.setup_count = 1;
t2                203 source4/libcli/raw/rawfile.c 	t2.in.setup = &setup;
t2                204 source4/libcli/raw/rawfile.c 	t2.in.params = data_blob_talloc(mem_ctx, NULL, 4);
t2                205 source4/libcli/raw/rawfile.c 	t2.in.data = data_blob_talloc(mem_ctx, NULL, data_total);
t2                207 source4/libcli/raw/rawfile.c 	SIVAL(t2.in.params.data, VWV(0), 0); /* reserved */
t2                210 source4/libcli/raw/rawfile.c 				  &t2.in.params, parms->t2mkdir.in.path, STR_TERMINATE);
t2                212 source4/libcli/raw/rawfile.c 	ea_put_list(t2.in.data.data, parms->t2mkdir.in.num_eas, parms->t2mkdir.in.eas);
t2                214 source4/libcli/raw/rawfile.c 	req = smb_raw_trans2_send(tree, &t2);
t2                422 source4/libcli/raw/rawfile.c 	struct smb_trans2 t2;
t2                430 source4/libcli/raw/rawfile.c 	t2.in.max_param = 30;
t2                431 source4/libcli/raw/rawfile.c 	t2.in.max_data = 0;
t2                432 source4/libcli/raw/rawfile.c 	t2.in.max_setup = 0;
t2                433 source4/libcli/raw/rawfile.c 	t2.in.flags = 0;
t2                434 source4/libcli/raw/rawfile.c 	t2.in.timeout = 0;
t2                435 source4/libcli/raw/rawfile.c 	t2.in.setup_count = 1;
t2                436 source4/libcli/raw/rawfile.c 	t2.in.setup = &setup;
t2                437 source4/libcli/raw/rawfile.c 	t2.in.params = data_blob_talloc(mem_ctx, NULL, 28);
t2                438 source4/libcli/raw/rawfile.c 	t2.in.data = data_blob_talloc(mem_ctx, NULL, list_size);
t2                440 source4/libcli/raw/rawfile.c 	SSVAL(t2.in.params.data, VWV(0), parms->t2open.in.flags);
t2                441 source4/libcli/raw/rawfile.c 	SSVAL(t2.in.params.data, VWV(1), parms->t2open.in.open_mode);
t2                442 source4/libcli/raw/rawfile.c 	SSVAL(t2.in.params.data, VWV(2), parms->t2open.in.search_attrs);
t2                443 source4/libcli/raw/rawfile.c 	SSVAL(t2.in.params.data, VWV(3), parms->t2open.in.file_attrs);
t2                445 source4/libcli/raw/rawfile.c 			  t2.in.params.data, VWV(4), parms->t2open.in.write_time);
t2                446 source4/libcli/raw/rawfile.c 	SSVAL(t2.in.params.data, VWV(6), parms->t2open.in.open_func);
t2                447 source4/libcli/raw/rawfile.c 	SIVAL(t2.in.params.data, VWV(7), parms->t2open.in.size);
t2                448 source4/libcli/raw/rawfile.c 	SIVAL(t2.in.params.data, VWV(9), parms->t2open.in.timeout);
t2                449 source4/libcli/raw/rawfile.c 	SIVAL(t2.in.params.data, VWV(11), 0);
t2                450 source4/libcli/raw/rawfile.c 	SSVAL(t2.in.params.data, VWV(13), 0);
t2                453 source4/libcli/raw/rawfile.c 				  &t2.in.params, parms->t2open.in.fname, 
t2                456 source4/libcli/raw/rawfile.c 	ea_put_list(t2.in.data.data, parms->t2open.in.num_eas, parms->t2open.in.eas);
t2                458 source4/libcli/raw/rawfile.c 	req = smb_raw_trans2_send(tree, &t2);
t2                472 source4/libcli/raw/rawfile.c 	struct smb_trans2 t2;
t2                475 source4/libcli/raw/rawfile.c 	status = smb_raw_trans2_recv(req, mem_ctx, &t2);
t2                478 source4/libcli/raw/rawfile.c 	if (t2.out.params.length < 30) {
t2                482 source4/libcli/raw/rawfile.c 	parms->t2open.out.file.fnum =   SVAL(t2.out.params.data, VWV(0));
t2                483 source4/libcli/raw/rawfile.c 	parms->t2open.out.attrib =      SVAL(t2.out.params.data, VWV(1));
t2                484 source4/libcli/raw/rawfile.c 	parms->t2open.out.write_time =  raw_pull_dos_date3(transport, t2.out.params.data + VWV(2));
t2                485 source4/libcli/raw/rawfile.c 	parms->t2open.out.size =        IVAL(t2.out.params.data, VWV(4));
t2                486 source4/libcli/raw/rawfile.c 	parms->t2open.out.access =      SVAL(t2.out.params.data, VWV(6));
t2                487 source4/libcli/raw/rawfile.c 	parms->t2open.out.ftype =       SVAL(t2.out.params.data, VWV(7));
t2                488 source4/libcli/raw/rawfile.c 	parms->t2open.out.devstate =    SVAL(t2.out.params.data, VWV(8));
t2                489 source4/libcli/raw/rawfile.c 	parms->t2open.out.action =      SVAL(t2.out.params.data, VWV(9));
t2                490 source4/libcli/raw/rawfile.c 	parms->t2open.out.file_id =     SVAL(t2.out.params.data, VWV(10));
t2                 38 source4/torture/basic/aliases.c 						struct smbcli_state *cli, struct smb_trans2 *t2, 
t2                 49 source4/torture/basic/aliases.c 		SSVAL(t2->in.params.data, level_offset, level);
t2                 51 source4/torture/basic/aliases.c 		status = smb_raw_trans2(cli->tree, tctx, t2);
t2                 56 source4/torture/basic/aliases.c 		t2b->params = t2->out.params;
t2                 57 source4/torture/basic/aliases.c 		t2b->data = t2->out.data;
t2                 89 source4/torture/basic/aliases.c 	struct smb_trans2 t2;
t2                 92 source4/torture/basic/aliases.c 	t2.in.max_param = 0;
t2                 93 source4/torture/basic/aliases.c 	t2.in.max_data = UINT16_MAX;
t2                 94 source4/torture/basic/aliases.c 	t2.in.max_setup = 0;
t2                 95 source4/torture/basic/aliases.c 	t2.in.flags = 0;
t2                 96 source4/torture/basic/aliases.c 	t2.in.timeout = 0;
t2                 97 source4/torture/basic/aliases.c 	t2.in.setup_count = 1;
t2                 98 source4/torture/basic/aliases.c 	t2.in.setup = &setup;
t2                 99 source4/torture/basic/aliases.c 	t2.in.params = data_blob_talloc_zero(tctx, 2);
t2                100 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
t2                101 source4/torture/basic/aliases.c 	ZERO_STRUCT(t2.out);
t2                103 source4/torture/basic/aliases.c 	return gen_aliases(tctx, cli, &t2, 0);
t2                109 source4/torture/basic/aliases.c 	struct smb_trans2 t2;
t2                114 source4/torture/basic/aliases.c 	t2.in.max_param = 2;
t2                115 source4/torture/basic/aliases.c 	t2.in.max_data = UINT16_MAX;
t2                116 source4/torture/basic/aliases.c 	t2.in.max_setup = 0;
t2                117 source4/torture/basic/aliases.c 	t2.in.flags = 0;
t2                118 source4/torture/basic/aliases.c 	t2.in.timeout = 0;
t2                119 source4/torture/basic/aliases.c 	t2.in.setup_count = 1;
t2                120 source4/torture/basic/aliases.c 	t2.in.setup = &setup;
t2                121 source4/torture/basic/aliases.c 	t2.in.params = data_blob_talloc_zero(tctx, 4);
t2                122 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
t2                123 source4/torture/basic/aliases.c 	ZERO_STRUCT(t2.out);
t2                131 source4/torture/basic/aliases.c 	smbcli_write(cli->tree, fnum, 0, &t2, 0, sizeof(t2));
t2                133 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 0, fnum);
t2                135 source4/torture/basic/aliases.c 	if (!gen_aliases(tctx, cli, &t2, 2))
t2                148 source4/torture/basic/aliases.c 	struct smb_trans2 t2;
t2                153 source4/torture/basic/aliases.c 	t2.in.max_param = 2;
t2                154 source4/torture/basic/aliases.c 	t2.in.max_data = UINT16_MAX;
t2                155 source4/torture/basic/aliases.c 	t2.in.max_setup = 0;
t2                156 source4/torture/basic/aliases.c 	t2.in.flags = 0;
t2                157 source4/torture/basic/aliases.c 	t2.in.timeout = 0;
t2                158 source4/torture/basic/aliases.c 	t2.in.setup_count = 1;
t2                159 source4/torture/basic/aliases.c 	t2.in.setup = &setup;
t2                160 source4/torture/basic/aliases.c 	t2.in.params = data_blob_talloc_zero(tctx, 6);
t2                161 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
t2                162 source4/torture/basic/aliases.c 	ZERO_STRUCT(t2.out);
t2                170 source4/torture/basic/aliases.c 	smbcli_write(cli->tree, fnum, 0, &t2, 0, sizeof(t2));
t2                173 source4/torture/basic/aliases.c 	SIVAL(t2.in.params.data, 2, 0);
t2                175 source4/torture/basic/aliases.c 	smbcli_blob_append_string(cli->session, tctx, &t2.in.params, 
t2                178 source4/torture/basic/aliases.c 	if (!gen_aliases(tctx, cli, &t2, 0))
t2                190 source4/torture/basic/aliases.c 	struct smb_trans2 t2;
t2                195 source4/torture/basic/aliases.c 	t2.in.max_param = 16;
t2                196 source4/torture/basic/aliases.c 	t2.in.max_data = UINT16_MAX;
t2                197 source4/torture/basic/aliases.c 	t2.in.max_setup = 0;
t2                198 source4/torture/basic/aliases.c 	t2.in.flags = 0;
t2                199 source4/torture/basic/aliases.c 	t2.in.timeout = 0;
t2                200 source4/torture/basic/aliases.c 	t2.in.setup_count = 1;
t2                201 source4/torture/basic/aliases.c 	t2.in.setup = &setup;
t2                202 source4/torture/basic/aliases.c 	t2.in.params = data_blob_talloc_zero(tctx, 12);
t2                203 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
t2                204 source4/torture/basic/aliases.c 	ZERO_STRUCT(t2.out);
t2                212 source4/torture/basic/aliases.c 	smbcli_write(cli->tree, fnum, 0, &t2, 0, sizeof(t2));
t2                215 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 0, 0);
t2                216 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 2, 1);
t2                217 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 4, FLAG_TRANS2_FIND_CLOSE);
t2                218 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 6, 0);
t2                219 source4/torture/basic/aliases.c 	SIVAL(t2.in.params.data, 8, 0);
t2                221 source4/torture/basic/aliases.c 	smbcli_blob_append_string(cli->session, tctx, &t2.in.params, 
t2                224 source4/torture/basic/aliases.c 	if (!gen_aliases(tctx, cli, &t2, 6))
t2                237 source4/torture/basic/aliases.c 							struct smb_trans2 *t2, int level_offset)
t2                246 source4/torture/basic/aliases.c 		SSVAL(t2->in.params.data, level_offset, level);
t2                251 source4/torture/basic/aliases.c 			data_blob_free(&t2->in.data);
t2                252 source4/torture/basic/aliases.c 			t2->in.data = data_blob(NULL, dsize);
t2                253 source4/torture/basic/aliases.c 			data_blob_clear(&t2->in.data);
t2                254 source4/torture/basic/aliases.c 			status = smb_raw_trans2(cli->tree, tctx, t2);
t2                284 source4/torture/basic/aliases.c 		t2b->params = t2->out.params;
t2                285 source4/torture/basic/aliases.c 		t2b->data = t2->out.data;
t2                290 source4/torture/basic/aliases.c 			 (int)t2->in.data.length, (int)t2->in.data.length);
t2                304 source4/torture/basic/aliases.c 	struct smb_trans2 t2;
t2                309 source4/torture/basic/aliases.c 	t2.in.max_param = 2;
t2                310 source4/torture/basic/aliases.c 	t2.in.max_data = 0;
t2                311 source4/torture/basic/aliases.c 	t2.in.max_setup = 0;
t2                312 source4/torture/basic/aliases.c 	t2.in.flags = 0;
t2                313 source4/torture/basic/aliases.c 	t2.in.timeout = 0;
t2                314 source4/torture/basic/aliases.c 	t2.in.setup_count = 1;
t2                315 source4/torture/basic/aliases.c 	t2.in.setup = &setup;
t2                316 source4/torture/basic/aliases.c 	t2.in.params = data_blob_talloc_zero(tctx, 6);
t2                317 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
t2                318 source4/torture/basic/aliases.c 	ZERO_STRUCT(t2.out);
t2                326 source4/torture/basic/aliases.c 	smbcli_write(cli->tree, fnum, 0, &t2, 0, sizeof(t2));
t2                328 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 0, fnum);
t2                329 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 4, 0);
t2                331 source4/torture/basic/aliases.c 	gen_set_aliases(tctx, cli, &t2, 2);
t2                343 source4/torture/basic/aliases.c 	struct smb_trans2 t2;
t2                348 source4/torture/basic/aliases.c 	t2.in.max_param = 32;
t2                349 source4/torture/basic/aliases.c 	t2.in.max_data = UINT16_MAX;
t2                350 source4/torture/basic/aliases.c 	t2.in.max_setup = 0;
t2                351 source4/torture/basic/aliases.c 	t2.in.flags = 0;
t2                352 source4/torture/basic/aliases.c 	t2.in.timeout = 0;
t2                353 source4/torture/basic/aliases.c 	t2.in.setup_count = 1;
t2                354 source4/torture/basic/aliases.c 	t2.in.setup = &setup;
t2                355 source4/torture/basic/aliases.c 	t2.in.params = data_blob_talloc_zero(tctx, 4);
t2                356 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
t2                357 source4/torture/basic/aliases.c 	ZERO_STRUCT(t2.out);
t2                366 source4/torture/basic/aliases.c 	smbcli_write(cli->tree, fnum, 0, &t2, 0, sizeof(t2));
t2                369 source4/torture/basic/aliases.c 	SSVAL(t2.in.params.data, 2, 0);
t2                371 source4/torture/basic/aliases.c 	smbcli_blob_append_string(cli->session, tctx, &t2.in.params, 
t2                374 source4/torture/basic/aliases.c 	if (!gen_set_aliases(tctx, cli, &t2, 0))
t2                172 source4/torture/basic/base.c 	time_t t, t2;
t2                195 source4/torture/basic/base.c 	t2 = t-60*60*24; /* 1 day ago */
t2                197 source4/torture/basic/base.c 	torture_comment(tctx, "Setting file time to %s", ctime(&t2));
t2                199 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_setatr(cli->tree, fname, 0, t2))) {
t2                211 source4/torture/basic/base.c 	if (t != t2) {
t2                214 source4/torture/basic/base.c 		torture_comment(tctx, "%s", ctime(&t2));
t2                 46 source4/torture/basic/locking.c 	time_t t1, t2;
t2                118 source4/torture/basic/locking.c 	t2 = time(NULL);
t2                120 source4/torture/basic/locking.c 	if (t2 - t1 < 5) {
t2                125 source4/torture/basic/locking.c 	       (uint_t)(t2-t1), lock_timeout);
t2                 62 source4/torture/basic/scanner.c 	struct smb_trans2 t2;
t2                 68 source4/torture/basic/scanner.c 	t2.in.max_param = UINT16_MAX;
t2                 69 source4/torture/basic/scanner.c 	t2.in.max_data = UINT16_MAX;
t2                 70 source4/torture/basic/scanner.c 	t2.in.max_setup = 10;
t2                 71 source4/torture/basic/scanner.c 	t2.in.flags = 0;
t2                 72 source4/torture/basic/scanner.c 	t2.in.timeout = 0;
t2                 73 source4/torture/basic/scanner.c 	t2.in.setup_count = 1;
t2                 74 source4/torture/basic/scanner.c 	t2.in.setup = &setup;
t2                 75 source4/torture/basic/scanner.c 	t2.in.params.data = param;
t2                 76 source4/torture/basic/scanner.c 	t2.in.params.length = param_len;
t2                 77 source4/torture/basic/scanner.c 	t2.in.data.data = data;
t2                 78 source4/torture/basic/scanner.c 	t2.in.data.length = data_len;
t2                 80 source4/torture/basic/scanner.c 	status = smb_raw_trans2(cli->tree, mem_ctx, &t2);
t2                 82 source4/torture/basic/scanner.c 	*rparam_len = t2.out.params.length;
t2                 83 source4/torture/basic/scanner.c 	*rdata_len = t2.out.data.length;
t2                 91 source4/torture/raw/open.c 	time_t t1, t2; \
t2                 97 source4/torture/raw/open.c 	t2 = nt_time_to_unix(finfo.all_info.out.field) & ~1; \
t2                 98 source4/torture/raw/open.c 	if (abs(t1-t2) > 2) { \
t2                102 source4/torture/raw/open.c 		       timestring(tctx, t2)); \
t2                108 source4/torture/raw/open.c 	NTTIME t2; \
t2                113 source4/torture/raw/open.c 	t2 = finfo.all_info.out.field; \
t2                114 source4/torture/raw/open.c 	if (t != t2) { \
t2                118 source4/torture/raw/open.c 		       nt_time_string(tctx, t2)); \
t2                144 source4/torture/raw/qfileinfo.c 	time_t t2 = nt_time_to_unix(nt);
t2                145 source4/torture/raw/qfileinfo.c 	if (abs(t2 - t) <= 2) return 0;
t2                146 source4/torture/raw/qfileinfo.c 	return t2 - t;
t2                250 source4/torture/rpc/samsync.c #define TEST_TIME_EQUAL(t1, t2) do {\
t2                251 source4/torture/rpc/samsync.c 	if (t1 != t2) {\
t2                252 source4/torture/rpc/samsync.c 	      printf("%s: NTTIME mismatch: " #t1 ":%s != " #t2 ": %s\n", \
t2                253 source4/torture/rpc/samsync.c 		     __location__, nt_time_string(mem_ctx, t1),  nt_time_string(mem_ctx, t2));\