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