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

/freebsd-10.2-release/contrib/sendmail/mail.local/
H A Dmail.local.c153 char ErrBuf[10240]; /* error buffer */ variable
157 bool HoldErrs = false; /* Hold errors in ErrBuf */
1628 sm_snprintf(ErrBuf, sizeof ErrBuf, "%s ", hdr);
1629 len = strlen(ErrBuf);
1631 (void) sm_vsnprintf(&ErrBuf[len], sizeof ErrBuf - len, fmt, ap);
1639 syslog(LOG_ERR, "%s", ErrBuf);
1646 printf("%s\r\n", ErrBuf);
1651 fprintf(stderr, "%s\n", ErrBuf);
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Daslutils.c932 char ErrBuf[64]; local
938 sprintf (ErrBuf, "%s %s\n", "Conversion error:",
940 AslCompilererror (ErrBuf);

Completed in 72 milliseconds