Home
last modified time | relevance | path

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

/NextBSD/lib/libpmc/
HDlibpmc.c2760 char *r, *spec_copy; in pmc_allocate() local
2767 spec_copy = NULL; in pmc_allocate()
2780 spec_copy = strdup(alias->pm_spec); in pmc_allocate()
2784 if (spec_copy == NULL) in pmc_allocate()
2785 spec_copy = strdup(ctrspec); in pmc_allocate()
2787 r = spec_copy; in pmc_allocate()
2847 if (spec_copy) in pmc_allocate()
2848 free(spec_copy); in pmc_allocate()