Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1499 char *optcopy, *optcopy_alloc; in process_options() local
1513 optcopy = optcopy_alloc = strdup(options); in process_options()
1514 if (optcopy_alloc == NULL) { in process_options()
1590 free((void *)optcopy_alloc); in process_options()