Searched refs:strarr (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 440 char **arr1, **arr2, **strarr, **reparr1, **reparr2; in get_email_prefs() local 483 &strarr)) != 0 || in get_email_prefs() 484 nd_join_strarray(nhdl, strarr, repsz, &ep->ep_reply_to) in get_email_prefs() 494 nd_free_strarray(strarr, repsz); in get_email_prefs() 497 &strarr, &arrsz) == 0) in get_email_prefs() 498 ep->ep_template_path = strdup(strarr[0]); in get_email_prefs() 500 char **strarr, **tmparr; in get_email_prefs() local 513 r += nvlist_lookup_string_array(p_nvl[0], "to", &strarr, in get_email_prefs() 526 if (nd_split_list(nhdl, strarr[0], ",", &tmparr, &arrsz) in get_email_prefs() 535 &strarr, &arrsz) == 0) in get_email_prefs() [all …]
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 528 char *str, **strarr; in prop_create() local 568 e = nvlist_lookup_string_array(pfmri, INV_PVAL, &strarr, in prop_create() 620 (const char **)strarr, nelem, &err); in prop_create()
|