Searched refs:ep_recips (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 70 char **ep_recips; member 382 send_email(nhdl, headers, msg, eprefs->ep_recips[i]); in send_email_template() 469 tmparr2, tn2, &ep->ep_recips)) < 0) { in get_email_prefs() 532 ep->ep_recips = tmparr; in get_email_prefs() 548 if (ep->ep_recips) in get_email_prefs() 549 nd_free_strarray(ep->ep_recips, ep->ep_num_recips); in get_email_prefs() 655 send_email(nhdl, headers, body, eprefs->ep_recips[i]); in irpt_cbfunc() 662 if (eprefs->ep_recips) in irpt_cbfunc() 663 nd_free_strarray(eprefs->ep_recips, eprefs->ep_num_recips); in irpt_cbfunc() 760 send_email(nhdl, headers, body, eprefs->ep_recips[i]); in listev_cb() [all …]
|