Searched refs:tmparr1 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 394 char **tmparr1, **tmparr2; in get_email_prefs() local 460 if (nd_split_list(nhdl, arr1[0], ",", &tmparr1, &tn1) != 0 || in get_email_prefs() 468 if ((ep->ep_num_recips = nd_merge_strarray(nhdl, tmparr1, tn1, in get_email_prefs() 482 (repsz = nd_merge_strarray(nhdl, tmparr1, n1, tmparr2, n2, in get_email_prefs() 555 nd_free_strarray(tmparr1, tn1); in get_email_prefs()
|