Home
last modified time | relevance | path

Searched refs:nd_free_strarray (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c495 nd_free_strarray(reparr1, n1); in get_email_prefs()
497 nd_free_strarray(reparr2, n2); in get_email_prefs()
499 nd_free_strarray(strarr, repsz); in get_email_prefs()
554 nd_free_strarray(ep->ep_recips, ep->ep_num_recips); in get_email_prefs()
560 nd_free_strarray(tmparr1, tn1); in get_email_prefs()
562 nd_free_strarray(tmparr2, tn2); in get_email_prefs()
668 nd_free_strarray(eprefs->ep_recips, eprefs->ep_num_recips); in irpt_cbfunc()
773 nd_free_strarray(eprefs->ep_recips, eprefs->ep_num_recips); in listev_cb()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h101 void nd_free_strarray(char **, uint_t);
H A Dmapfile-vers49 nd_free_strarray;
H A Dlibfmnotify.c417 nd_free_strarray(char **arr, uint_t arrsz) in nd_free_strarray() function