Lines Matching refs:spec_copy
1053 char *r, *spec_copy; in pmc_allocate() local
1060 spec_copy = NULL; in pmc_allocate()
1081 r = spec_copy = strdup(ctrspec); in pmc_allocate()
1087 free(spec_copy); in pmc_allocate()
1088 spec_copy = NULL; in pmc_allocate()
1094 spec_copy = strdup(alias->pm_spec); in pmc_allocate()
1098 if (spec_copy == NULL) in pmc_allocate()
1099 spec_copy = strdup(ctrspec); in pmc_allocate()
1101 r = spec_copy; in pmc_allocate()
1151 if (spec_copy) in pmc_allocate()
1152 free(spec_copy); in pmc_allocate()