Lines Matching defs:datacpy
299 char *ptr, *mod_ptr, *datacpy;
306 if ((datacpy = strdup(data)) == NULL) {
310 for (ptr = strtok_r(datacpy, "\n", &iter); ptr != NULL;
315 free(datacpy);
329 free(datacpy);
334 free(datacpy);
342 free(datacpy);
365 free(datacpy);
369 free(datacpy);
375 free(datacpy);
454 char *datacpy = NULL;
459 if ((datacpy = strdup(data)) == NULL)
462 syslog(LOG_DEBUG, "cfA: %s\n", datacpy);
464 for (ptr = strtok_r(datacpy, "\n", &iter); ptr != NULL;
475 free(datacpy);