Searched refs:sendmessage (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dquit.c249 if (sendmessage(mp, obuf, saveignore, NULL) < 0) {
354 if (sendmessage(mp, obuf, NULL, NULL) < 0) {
466 if (sendmessage(mp, obuf, NULL, NULL) < 0) {
H A Dextern.h213 int sendmessage(struct message *, FILE *, struct ignoretab *, char *);
H A Dcmd1.c326 (void)sendmessage(mp, obuf, doign ? ignore : 0, NULL);
H A Dcmd2.c190 if (sendmessage(mp, obuf, ignore, NULL) < 0) {
H A Dcollect.c641 if (sendmessage(mp, fp, ig, tabst) < 0) {
H A Dsend.c55 sendmessage(struct message *mp, FILE *obuf, struct ignoretab *doign, function
/freebsd-9.3-release/contrib/sendmail/vacation/
H A Dvacation.c63 static void sendmessage __P((char *, char *, char *));
456 sendmessage(name, msgfilename, returnaddr);
982 sendmessage(myname, msgfn, sender) function

Completed in 67 milliseconds