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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm302 carp 'Net::SMTP::recipient: unknown option(s) '
331 sub recipient subroutine
356 carp 'Net::SMTP::recipient: DSN option not supported by host';
360 carp 'Net::SMTP::recipient: unknown option(s) '
367 carp 'Net::SMTP::recipient: ESMTP not supported by host - options discarded :-(';
387 *to = \&recipient;
388 *cc = \&recipient;
389 *bcc = \&recipient;
654 method C<recipient> should be called for each address that the message is to
675 =item recipient ( ADDRES
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Drecipient.c18 SM_RCSID("@(#)$Id: recipient.c,v 8.349 2007/07/10 17:01:22 ca Exp $")
126 ** sameaddr() calls and loops in recipient() for the case when
286 /* DSN recipient information */
300 a = recipient(a, sendq, aliaslevel, e);
437 ** RECIPIENT -- Designate a message recipient
441 ** new -- the (preparsed) address header for the recipient.
443 ** recipient in. Duplicate suppression is done
455 recipient(new, sendq, aliaslevel, e) function
491 /* if this is primary, use it as original recipient */
500 /* find parent recipient fo
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c80 (void) fprintf(stderr, "%s recipient = %d\n",
604 * The recipient argument is almost always unused, and is therefore typically
607 * owner. In these cases, the recipient argument will be the nodeid of the
619 md_mn_nodeid_t recipient,
626 recipient, data, size, result, MD_NULL_MSGID, ep));
656 md_mn_nodeid_t recipient,
715 msg.msg_recipient = recipient;
615 mdmn_send_message( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_error_t *ep) argument
652 mdmn_send_message_with_msgid( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_mn_msgid_t *msgid, md_error_t *ep) argument

Completed in 31 milliseconds