Lines Matching defs:tmp
1205 size_t tmp = reloc_addr[0];
1207 reloc_addr[1] = tmp;
2238 struct dso **tmp;
2261 tmp = no_realloc ?
2262 malloc(sizeof(*tmp) * (ndeps_all+cnt+1)) :
2263 realloc(p->deps, sizeof(*tmp) * (ndeps_all+cnt+1));
2264 if (!tmp) {
2270 memcpy(tmp, p->deps, sizeof(*tmp) * (ndeps_all+1));
2273 p->deps = tmp;
2289 int tmp;
2294 tmp = *z;
2297 *z = tmp;
3384 void *tmp = p->td_index->next;
3386 p->td_index = tmp;
5600 int tmp;
5611 tmp = *z;
5626 *z = tmp;