Lines Matching defs:tmp
103 int *tmp_cpus = NULL, *tmp;
122 tmp = realloc(tmp_cpus, max_entries * sizeof(int));
123 if (tmp == NULL)
125 tmp_cpus = tmp;
133 tmp = realloc(tmp_cpus, max_entries * sizeof(int));
134 if (tmp == NULL)
136 tmp_cpus = tmp;
177 int *tmp_cpus = NULL, *tmp;
223 tmp = realloc(tmp_cpus, max_entries * sizeof(int));
224 if (tmp == NULL)
226 tmp_cpus = tmp;