Lines Matching refs:ebuf
3415 char ebuf[SYS_NMLN+1+40]; in cfline() local
3493 if (logforward(f, ebuf, sizeof (ebuf)) != 0) { in cfline()
3494 logerror("line %d: %s", lineno, ebuf); in cfline()
3689 char ebuf[128]; in getnets() local
3696 (void) strcpy(ebuf, "Unable to configure syslog port"); in getnets()
3699 size_t l = strlen(ebuf); in getnets()
3700 (void) snprintf(ebuf + l, sizeof (ebuf) - l, in getnets()
3705 mythreadno, ebuf); in getnets()
3711 logerror(ebuf); in getnets()
3855 char ebuf[128]; in bindnet() local
3874 (void) strcpy(ebuf, "Unable to bind syslog port"); in bindnet()
3878 i = strlen(ebuf); in bindnet()
3879 (void) snprintf(ebuf + i, sizeof (ebuf) - i, in bindnet()
3891 logerror(ebuf); in bindnet()
3912 logforward(struct filed *f, char *ebuf, size_t elen) in logforward() argument
3926 (void) strlcpy(ebuf, in logforward()
3944 (void) snprintf(ebuf, elen, in logforward()
3951 (void) snprintf(ebuf, elen, "unknown host %s", hp); in logforward()
3959 (void) snprintf(ebuf, elen, in logforward()
3968 (void) strlcpy(ebuf, "malloc failed", elen); in logforward()
3978 (void) strlcpy(ebuf, "t_open", elen); in logforward()
3984 (void) strlcpy(ebuf, "t_bind", elen); in logforward()