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

/freebsd-current/usr.bin/mail/
H A Dquit.c244 if (sendmessage(mp, obuf, saveignore, NULL) < 0) {
349 if (sendmessage(mp, obuf, NULL, NULL) < 0) {
461 if (sendmessage(mp, obuf, NULL, NULL) < 0) {
H A Dextern.h211 int sendmessage(struct message *, FILE *, struct ignoretab *, char *);
H A Dcmd2.c187 if (sendmessage(mp, obuf, ignore, NULL) < 0) {
H A Dcmd1.c326 (void)sendmessage(mp, obuf, doign ? ignore : 0, NULL);
H A Dcollect.c634 if (sendmessage(mp, fp, ig, tabst) < 0) {
H A Dsend.c49 sendmessage(struct message *mp, FILE *obuf, struct ignoretab *doign, function
/freebsd-current/contrib/sendmail/vacation/
H A Dvacation.c60 static void sendmessage __P((char *, char *, char *));
453 sendmessage(name, msgfilename, returnaddr);
1051 sendmessage(myname, msgfn, sender) function

Completed in 118 milliseconds