Searched refs:strarray (Results 1 – 1 of 1) sorted by relevance
7875 char **strarray; in add_property() local7937 if ((strarray = malloc(n * sizeof (char *))) == NULL) in add_property()7942 strarray[i] = str + len; in add_property()7943 len += strlen(strarray[i]) + 1; in add_property()7947 if (nvlist_add_string_array(nvl, attr_name, strarray, in add_property()7949 free(strarray); in add_property()7954 free(strarray); in add_property()