Searched refs:SYSLOG_BUFSIZE (Results 1 – 4 of 4) sorted by relevance
314 # define SYSLOG_BUFSIZE 512 macro405 # ifndef SYSLOG_BUFSIZE406 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */ macro600 # define SYSLOG_BUFSIZE 256 macro1902 # ifndef SYSLOG_BUFSIZE1903 # define SYSLOG_BUFSIZE 1024 /* unsure */ macro1958 # define SYSLOG_BUFSIZE 128 macro1991 # define SYSLOG_BUFSIZE 1024 macro2008 # define SYSLOG_BUFSIZE 1024 macro2172 # ifndef SYSLOG_BUFSIZE[all …]
5372 if ((strlen(newstring) + idlen + 1) < SYSLOG_BUFSIZE)5414 (strlen(begin) + idlen) > SYSLOG_BUFSIZE)5423 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;5436 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;5511 char buf[SYSLOG_BUFSIZE];
4234 #if (SYSLOG_BUFSIZE) >= 2564327 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4)4353 l = SYSLOG_BUFSIZE - 100 - strlen(buf);4376 l = SYSLOG_BUFSIZE - 85;
1150 #if (SYSLOG_BUFSIZE) >= 256