/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
|
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");
|
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");
|