Lines Matching defs:tmp
211 char *name, *tmp;228 tmp = strrchr(name, '/');229 if (tmp)230 name = tmp + 1;231 tmp = strchr(name, '.');232 if (tmp)233 *tmp = '\0';234 for (tmp = name; *tmp; tmp++)235 if (*tmp == '-')236 *tmp = '_';