Lines Matching refs:ebuf
3402 char ebuf[SYS_NMLN+1+40]; in cfline() local
3480 if (logforward(f, ebuf, sizeof (ebuf)) != 0) { in cfline()
3481 logerror("line %d: %s", lineno, ebuf); in cfline()
3676 char ebuf[128]; in getnets() local
3683 (void) strcpy(ebuf, "Unable to configure syslog port"); in getnets()
3686 size_t l = strlen(ebuf); in getnets()
3687 (void) snprintf(ebuf + l, sizeof (ebuf) - l, in getnets()
3692 mythreadno, ebuf); in getnets()
3698 logerror(ebuf); in getnets()
3842 char ebuf[128]; in bindnet() local
3861 (void) strcpy(ebuf, "Unable to bind syslog port"); in bindnet()
3865 i = strlen(ebuf); in bindnet()
3866 (void) snprintf(ebuf + i, sizeof (ebuf) - i, in bindnet()
3878 logerror(ebuf); in bindnet()
3899 logforward(struct filed *f, char *ebuf, size_t elen) in logforward() argument
3913 (void) strlcpy(ebuf, in logforward()
3931 (void) snprintf(ebuf, elen, in logforward()
3938 (void) snprintf(ebuf, elen, "unknown host %s", hp); in logforward()
3946 (void) snprintf(ebuf, elen, in logforward()
3955 (void) strlcpy(ebuf, "malloc failed", elen); in logforward()
3965 (void) strlcpy(ebuf, "t_open", elen); in logforward()
3971 (void) strlcpy(ebuf, "t_bind", elen); in logforward()