Searched refs:tmp2 (Results 126 - 129 of 129) sorted by relevance

123456

/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Ddighost.c3828 char tmp1[MAXDLEN], tmp2[MAXDLEN]; local
3852 if (idn_decodename(IDN_DECODE_APP, tmp1, tmp2, MAXDLEN) != idn_success)
3854 strcpy(tmp1, tmp2);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dzone.c1113 char **tmp, *tmp2; local
1125 tmp2 = mem;
1126 tmp2 += (zone->db_argc + 1) * sizeof(char *);
1128 *tmp++ = tmp2;
1129 strcpy(tmp2, zone->db_argv[i]);
1130 tmp2 += strlen(tmp2) + 1;
/macosx-10.10.1/libxml2-26/libxml2/
H A Dparser.c1800 void **tmp2; local
1810 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1813 if (tmp2 == NULL) {
1817 ctxt->pushTab = tmp2;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c1623 void **tmp2; local
1633 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1636 if (tmp2 == NULL) {
1640 ctxt->pushTab = tmp2;

Completed in 487 milliseconds

123456