Searched refs:SYSLOG_BUFSIZE (Results 1 – 6 of 6) sorted by relevance
309 # define SYSLOG_BUFSIZE 512 macro406 # ifndef SYSLOG_BUFSIZE407 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */ macro606 # define SYSLOG_BUFSIZE 256 macro1940 # ifndef SYSLOG_BUFSIZE1941 # define SYSLOG_BUFSIZE 1024 /* unsure */ macro1996 # define SYSLOG_BUFSIZE 128 macro2029 # define SYSLOG_BUFSIZE 1024 macro2046 # define SYSLOG_BUFSIZE 1024 macro2210 # ifndef SYSLOG_BUFSIZE[all …]
5536 if ((strlen(newstring) + idlen + 1) < SYSLOG_BUFSIZE)5594 (strlen(begin) + idlen) > SYSLOG_BUFSIZE)5603 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;5616 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;5691 char buf[SYSLOG_BUFSIZE];6029 #if SYSLOG_BUFSIZE > 10246030 "SYSLOG_BUFSIZE=" SM_XSTR(SYSLOG_BUFSIZE),
1442 char cbuf[SM_MAX(SYSLOG_BUFSIZE, MAXNAME)];1758 char xbuf[SM_MAX(SYSLOG_BUFSIZE, MAXNAME)];5345 char xbuf[SM_MAX(SYSLOG_BUFSIZE, MAXNAME)]; /* EAI:ok */5349 #if (SYSLOG_BUFSIZE) >= 2565464 # define STATLEN (((SYSLOG_BUFSIZE) - 100) / 4)5562 l = SYSLOG_BUFSIZE - 100 - strlen(buf);5599 l = SYSLOG_BUFSIZE - 85;
1139 #if (SYSLOG_BUFSIZE) >= 2561203 #if (SYSLOG_BUFSIZE) >= 256
451 SYSLOG_BUFSIZE You can define this to be the size of the buffer that
5215 NEWS-OS 6.X listed SYSLOG_BUFSIZE as 256 in confENVDEF and10282 variable SYSLOG_BUFSIZE. From Jay Plett of Princeton