Home
last modified time | relevance | path

Searched refs:SysExMsg (Results 1 – 3 of 3) sorted by last modified time

/original-bsd/usr.sbin/sendmail/src/
H A Dsysexits.c22 char *SysExMsg[] = variable
41 int N_SysEx = sizeof(SysExMsg) / sizeof(SysExMsg[0]);
H A Ddeliver.c1841 extern char *SysExMsg[];
1868 (void) strcpy(buf, SysExMsg[i] + 1);
1897 (void) sprintf(buf, "%s (%s)", SysExMsg[i] + 1, statmsg);
1903 statmsg = SysExMsg[i];
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES3265 Fixes to SysExMsg logging (sometimes just got "message: %s"