Lines Matching defs:tmp
345 char *tmp, *s = NULL;348 tmp = strdup(str);349 if (tmp == NULL)352 if (strchr(tmp, ':') == NULL)355 s = strtok(tmp, ":");378 s = strtok(tmp, ",");406 free(tmp);438 char *tmp, *s = NULL, *p = data;441 tmp = strdup(str);442 if (tmp == NULL)446 s = strtok(tmp, ",:");451 free(tmp);459 free(tmp);