SIR_MAXMESSAGE 341 src/libsir/include/sir/config.h # if !defined(SIR_MAXMESSAGE) SIR_MAXMESSAGE 414 src/libsir/include/sir/config.h (SIR_MAXMESSAGE + (SIR_MAXSTYLE * 2) + SIR_MAXTIME + SIR_MAXLEVEL + \ SIR_MAXMESSAGE 421 src/libsir/include/sir/types.h char message[SIR_MAXMESSAGE]; SIR_MAXMESSAGE 643 src/libsir/src/sirinternal.c (void)vsnprintf(buf.message, SIR_MAXMESSAGE, format, args); SIR_MAXMESSAGE 674 src/libsir/src/sirinternal.c (void)snprintf(buf.message, SIR_MAXMESSAGE, SIR_SQUELCH_MSG_FORMAT, old_threshold); SIR_MAXMESSAGE 848 src/libsir/src/sirinternal.c (void)_sir_strncat(buf->output, SIR_MAXOUTPUT, buf->message, SIR_MAXMESSAGE); SIR_MAXMESSAGE 1021 src/libsir/src/sirinternal.c size_t msg_len = strnlen_s(buf->message, SIR_MAXMESSAGE) + 1; SIR_MAXMESSAGE 1023 src/libsir/src/sirinternal.c size_t msg_len = strnlen(buf->message, SIR_MAXMESSAGE) + 1;