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

/sendmail/mail.local/
H A Dmail.local.c151 char ErrBuf[10240]; /* error buffer */ variable
153 bool HoldErrs = false; /* Hold errors in ErrBuf */
1612 sm_snprintf(ErrBuf, sizeof ErrBuf, "%s ", hdr);
1613 len = strlen(ErrBuf);
1615 (void) sm_vsnprintf(&ErrBuf[len], sizeof ErrBuf - len, fmt, ap);
1623 syslog(LOG_ERR, "%s", ErrBuf);
1630 printf("%s\r\n", ErrBuf);
1635 fprintf(stderr, "%s\n", ErrBuf);
[all...]

Completed in 6 milliseconds