Searched refs:strarray (Results 1 – 1 of 1) sorted by relevance
7855 char **strarray; in add_property() local7917 if ((strarray = malloc(n * sizeof (char *))) == NULL) in add_property()7922 strarray[i] = str + len; in add_property()7923 len += strlen(strarray[i]) + 1; in add_property()7927 if (nvlist_add_string_array(nvl, attr_name, strarray, in add_property()7929 free(strarray); in add_property()7934 free(strarray); in add_property()