Lines Matching refs:strarr
440 char **arr1, **arr2, **strarr, **reparr1, **reparr2;
483 &strarr)) != 0 ||
484 nd_join_strarray(nhdl, strarr, repsz, &ep->ep_reply_to)
494 nd_free_strarray(strarr, repsz);
497 &strarr, &arrsz) == 0)
498 ep->ep_template_path = strdup(strarr[0]);
500 char **strarr, **tmparr;
513 r += nvlist_lookup_string_array(p_nvl[0], "to", &strarr,
526 if (nd_split_list(nhdl, strarr[0], ",", &tmparr, &arrsz)
535 &strarr, &arrsz) == 0)
536 ep->ep_template_path = strdup(strarr[0]);
538 if (nvlist_lookup_string_array(p_nvl[0], "reply-to", &strarr,
540 ep->ep_reply_to = strdup(strarr[0]);