Searched defs:recip (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c336 const char *recip)
344 (void) snprintf(sm_cli, PATH_MAX, "%s -t %s", SENDMAIL, recip);
346 nd_debug(nhdl, "Sending email notification to %s", recip);
335 send_email(nd_hdl_t *nhdl, const char *headers, const char *body, const char *recip) argument
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h221 typedef struct recip { struct
222 struct recip *next;
224 } recip; typedef in typeref:struct:recip
227 recip *last_recip;
228 recip recip_list;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c144 char *recip; local
148 recip = e->e_sendqueue->q_paddr;
150 recip = "(nobody)";
159 recip);

Completed in 666 milliseconds