Lines Matching defs:tmp
214 void *tmp;217 tmp = realloc(msgs->patterns,219 if (!tmp) {223 msgs->patterns = tmp;276 long tmp;280 tmp = strtol(str + 2, &end, 16);282 tmp = strtol(str, &end, 10);287 *val = tmp;807 const char *tmp;810 for (tmp = start; tmp < end; ++tmp)811 if (*tmp == '\n')