Lines Matching refs:strarr
445 char **arr1, **arr2, **strarr, **reparr1, **reparr2; in get_email_prefs() local
488 &strarr)) != 0 || in get_email_prefs()
489 nd_join_strarray(nhdl, strarr, repsz, &ep->ep_reply_to) in get_email_prefs()
499 nd_free_strarray(strarr, repsz); in get_email_prefs()
502 &strarr, &arrsz) == 0) in get_email_prefs()
503 ep->ep_template_path = strdup(strarr[0]); in get_email_prefs()
505 char **strarr, **tmparr; in get_email_prefs() local
518 r += nvlist_lookup_string_array(p_nvl[0], "to", &strarr, in get_email_prefs()
531 if (nd_split_list(nhdl, strarr[0], ",", &tmparr, &arrsz) in get_email_prefs()
540 &strarr, &arrsz) == 0) in get_email_prefs()
541 ep->ep_template_path = strdup(strarr[0]); in get_email_prefs()
543 if (nvlist_lookup_string_array(p_nvl[0], "reply-to", &strarr, in get_email_prefs()
545 ep->ep_reply_to = strdup(strarr[0]); in get_email_prefs()