Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dadd_recip.c54 recip *r = &plist->recip_list; in add_recip()
71 while (r->next != (struct recip *)NULL) { in add_recip()
81 if ((p = malloc (sizeof(struct recip))) == (char *)NULL) { in add_recip()
85 plist->last_recip->next = (struct recip *)p; in add_recip()
92 r->next = (struct recip *)NULL; in add_recip()
H A Ddel_recipl.c42 recip *r = &plist->recip_list;
44 if (r->next != (struct recip *)NULL) {
45 for (r = r->next; r != (struct recip *)NULL; ) {
46 recip *old = r;
H A Dmail.h221 typedef struct recip { struct
222 struct recip *next; argument
224 } recip; argument
227 recip *last_recip;
228 recip recip_list;
H A Dsendlist.c58 recip *to; in sendlist()
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c341 const char *recip) in send_email() argument
349 (void) snprintf(sm_cli, PATH_MAX, "%s -t %s", SENDMAIL, recip); in send_email()
351 nd_debug(nhdl, "Sending email notification to %s", recip); in send_email()
/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);