Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c460 if (nd_split_list(nhdl, arr1[0], ",", &tmparr1, &tn1) != 0 || in get_email_prefs()
461 nd_split_list(nhdl, arr2[0], ",", &tmparr2, &tn2) != 0) { in get_email_prefs()
480 nd_split_list(nhdl, arr1[0], ",", &reparr1, &n1) != 0 || in get_email_prefs()
481 nd_split_list(nhdl, arr2[0], ",", &reparr2, &n2) != 0 || in get_email_prefs()
526 if (nd_split_list(nhdl, strarr[0], ",", &tmparr, &arrsz) in get_email_prefs()
/titanic_41/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h96 int nd_split_list(nd_hdl_t *, char *, char *, char ***, uint_t *);
H A Dmapfile-vers58 nd_split_list;
H A Dlibfmnotify.c350 nd_split_list(nd_hdl_t *nhdl, char *list, char *delim, char ***arr, in nd_split_list() function