HomeSort by: relevance | last modified time | path
    Searched defs:sendmail (Results 1 - 2 of 2) 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 in typeref:typename:PUBLIC int
  /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 in typeref:typename:void
1188 syslog(LOG_ERR, "fork for sendmail failed: %m");

Completed in 42 milliseconds