Lines Matching refs:tmp
147 char *tmp;152 tmp = malloc(strlen(str) + 1);153 if (!tmp) return NULL;167 tmp[i] = '\\';177 tmp[i] = *p;182 tmp[i] = '\0';191 tmp[i] = '\\';196 tmp[i] = *p;205 tmp[i] = '\\';209 tmp[i] = '\0';214 if (i > 1 && tmp[i-1] == '\0') {219 ret[num] = strdup(tmp);226 free(tmp);230 free(tmp);