Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c399 char **tmparr1, **tmparr2; in get_email_prefs() local
465 if (nd_split_list(nhdl, arr1[0], ",", &tmparr1, &tn1) != 0 || in get_email_prefs()
473 if ((ep->ep_num_recips = nd_merge_strarray(nhdl, tmparr1, tn1, in get_email_prefs()
487 (repsz = nd_merge_strarray(nhdl, tmparr1, n1, tmparr2, n2, in get_email_prefs()
560 nd_free_strarray(tmparr1, tn1); in get_email_prefs()