Lines Matching defs:tmp
549 size_t tmp = reloc_addr[0];
551 reloc_addr[1] = tmp;
1350 struct dso **tmp;
1373 tmp = no_realloc ?
1374 malloc(sizeof(*tmp) * (ndeps_all+cnt+1)) :
1375 realloc(p->deps, sizeof(*tmp) * (ndeps_all+cnt+1));
1376 if (!tmp) {
1382 memcpy(tmp, p->deps, sizeof(*tmp) * (ndeps_all+1));
1385 p->deps = tmp;
1400 int tmp;
1405 tmp = *z;
1408 *z = tmp;
2208 void *tmp = p->td_index->next;
2210 p->td_index = tmp;