Searched refs:tmpr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dkeydata_65533.c155 isc_region_t tmpr; local
158 dns_rdata_toregion(rdata, &tmpr);
160 isc_region_consume(&tmpr, 12);
161 sprintf(buf, "%u", dst_region_computeid(&tmpr, algorithm));
H A Ddnskey_48.c134 isc_region_t tmpr; local
137 dns_rdata_toregion(rdata, &tmpr);
138 sprintf(buf, "%u", dst_region_computeid(&tmpr, algorithm));
H A Dkey_25.c134 isc_region_t tmpr; local
137 dns_rdata_toregion(rdata, &tmpr);
138 sprintf(buf, "%u", dst_region_computeid(&tmpr, algorithm));
/macosx-10.10.1/swig-12/Source/CParse/
H A Dtempl.c318 String *name, *value, *valuestr, *tydef, *tmp, *tmpr; local
370 tmpr = NewStringf("\"%s\"", valuestr);
375 Replace(s, tmp, tmpr, DOH_REPLACE_ID);
380 Delete(tmpr);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c1135 int tmpr, tmpg, tmpb;
1149 &tmpr, &tmpg, &tmpb);
1150 *pixelPtr++ = tmpr * 0x11;
1160 &tmpr, &tmpg, &tmpb);
1161 *pixelPtr++ = tmpr;
1131 int tmpr, tmpg, tmpb; local

Completed in 141 milliseconds