Lines Matching defs:tmp
185 char *name, *tmp;202 tmp = strrchr(name, '/');203 if (tmp)204 name = tmp + 1;205 tmp = strchr(name, '.');206 if (tmp)207 *tmp = '\0';208 for (tmp = name; *tmp; tmp++)209 if (*tmp == '-')210 *tmp = '_';