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

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslutils.c802 char ErrBuf[64]; local
808 sprintf (ErrBuf, "While creating 64-bit constant: %s\n",
813 Gbl_CurrentColumn, Gbl_Files[ASL_FILE_INPUT].Filename, ErrBuf);
/freebsd-11-stable/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...]

Completed in 66 milliseconds