Searched refs:ErrBuf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/sendmail/mail.local/ |
| HD | mail.local.c | 153 char ErrBuf[10240]; /* error buffer */ variable 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); in flush_error() 1651 fprintf(stderr, "%s\n", ErrBuf); in flush_error()
|
| /freebsd-11-stable/sys/contrib/dev/acpica/compiler/ |
| HD | aslutils.c | 802 char ErrBuf[64]; in UtDoConstant() local 808 sprintf (ErrBuf, "While creating 64-bit constant: %s\n", in UtDoConstant() 813 Gbl_CurrentColumn, Gbl_Files[ASL_FILE_INPUT].Filename, ErrBuf); in UtDoConstant()
|