Home
last modified time | relevance | path

Searched refs:spec_copy (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libpmc/
H A Dlibpmc.c1053 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()
[all …]