tmp2               51 nsswitch/libwbclient/wbc_sid.c 		char *tmp2;
tmp2               52 nsswitch/libwbclient/wbc_sid.c 		tmp2 = talloc_asprintf_append(tmp, "-%u", sid->sub_auths[i]);
tmp2               53 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_PTR_ERROR(tmp2, wbc_status);
tmp2               55 nsswitch/libwbclient/wbc_sid.c 		tmp = tmp2;
tmp2               83 source3/client/smbspool.c 	               *tmp, *tmp2,	/* Temp pointers to do escaping */
tmp2              186 source3/client/smbspool.c 		if ((tmp2 = strchr_m(tmp, ':')) != NULL) {
tmp2              187 source3/client/smbspool.c 			*tmp2++ = '\0';
tmp2              188 source3/client/smbspool.c 			password = uri_unescape_alloc(tmp2);
tmp2              213 source3/client/smbspool.c 	tmp2 = sep;
tmp2              215 source3/client/smbspool.c 	if ((sep = strchr_m(tmp2, '/')) != NULL) {
tmp2              223 source3/client/smbspool.c 		server = uri_unescape_alloc(tmp2);
tmp2              228 source3/client/smbspool.c 		printer = uri_unescape_alloc(tmp2);
tmp2             2224 source3/rpc_server/srv_pipe.c 	PIPE_RPC_FNS *tmp2;
tmp2             2227 source3/rpc_server/srv_pipe.c 		tmp2 = tmp->next;
tmp2             2229 source3/rpc_server/srv_pipe.c 		tmp = tmp2;
tmp2              127 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	unsigned char tmp2[AES_BLOCK_SIZE];
tmp2              144 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	AES_decrypt(in, tmp2, key);
tmp2              147 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	memcpy(tmp3 + len, tmp2 + len, AES_BLOCK_SIZE - len); /* xor 0 */
tmp2              150 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	    out[i + AES_BLOCK_SIZE] = tmp2[i] ^ tmp3[i];
tmp2              635 source4/heimdal/lib/krb5/addr_families.c     int tmp1, tmp2, sign;
tmp2              660 source4/heimdal/lib/krb5/addr_families.c 	tmp2 = krb5_address_order(context, &a->high, a2);
tmp2              661 source4/heimdal/lib/krb5/addr_families.c 	if(tmp2 < 0)
tmp2              316 source4/heimdal/lib/krb5/cache.c     char *tmp, *tmp2, *append;
tmp2              330 source4/heimdal/lib/krb5/cache.c 	    tmp2 = strchr(tmp, '}');
tmp2              331 source4/heimdal/lib/krb5/cache.c 	    if (tmp2 == NULL) {
tmp2              349 source4/heimdal/lib/krb5/cache.c 				       (int)(tmp2 - tmp) - 2, tmp + 2);
tmp2              352 source4/heimdal/lib/krb5/cache.c 	    str = tmp2 + 1;
tmp2              599 source4/heimdal/lib/krb5/config_file.c 	    char **tmp2 = realloc(strings, (nstr + 1) * sizeof(*strings));
tmp2              600 source4/heimdal/lib/krb5/config_file.c 	    if(tmp2 == NULL)
tmp2              602 source4/heimdal/lib/krb5/config_file.c 	    strings = tmp2;
tmp2               91 source4/heimdal/lib/krb5/pac.c     uint32_t i, tmp, tmp2, header_end;
tmp2              109 source4/heimdal/lib/krb5/pac.c     CHECK(ret, krb5_ret_uint32(sp, &tmp2), out);
tmp2              115 source4/heimdal/lib/krb5/pac.c     if (tmp2 != 0) {
tmp2              119 source4/heimdal/lib/krb5/pac.c 			       (int)tmp2);
tmp2              132 source4/heimdal/lib/krb5/pac.c     p->pac->version = tmp2;
tmp2              744 source4/heimdal/lib/krb5/store.c     int16_t tmp2;
tmp2              752 source4/heimdal/lib/krb5/store.c 	ret = krb5_ret_int16(sp, &tmp2);
tmp2              754 source4/heimdal/lib/krb5/store.c 	auth->val[i].ad_type = tmp2;