HomeSort by: relevance | last modified time | path
    Searched defs:sendmail (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
send.c 70 * Get the sendmail options from the smopts list.
466 (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha++;
606 (void)printf("Sendmail arguments:");
799 sendmail(void *v) function
  /src/usr.sbin/lpr/lpd/
printjob.c 140 static void sendmail(char *, int);
295 sendmail(logname, FATALERR);
413 sendmail(line+1, bombed);
489 sendmail(logname, bombed);
514 sendmail(line+1, bombed);
853 sendmail(logname, ACCESS);
1120 * sendmail ---
1124 sendmail(char *user, int bombed) function
1188 syslog(LOG_ERR, "fork for sendmail failed: %m");
  /src/external/gpl2/rcs/dist/src/
rcs.c 40 * (sendmail): Rewind mailmess before flushing it.
162 * Added conditional compilation for 4.2 sendmail and 4.1 delivermail.
168 * Changed sendmail(): now uses delivermail, and asks whether to break the lock.
254 static int sendmail P((char const*,char const*));
1013 sendmail(Delta, who) function
1020 #ifdef SENDMAIL
1034 #ifdef SENDMAIL
1066 status = run(fileno(mailmess), (char*)0, SENDMAIL, who, (char*)0);
1096 && !sendmail(num, next->login)

Completed in 16 milliseconds