Home | History | Annotate | Download | only in syslogd

Lines Matching refs:BSDOutputFormat

197 bool	BSDOutputFormat = true;	/* if true emit traditional BSD Syslog lines,
377 BSDOutputFormat = true;
379 BSDOutputFormat = false;
1135 &buffer->timestamp, true, !BSDOutputFormat);
1140 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
1351 &buffer->timestamp, false, !BSDOutputFormat);
1356 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
1514 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
1732 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
1960 if (BSDOutputFormat) {
2052 * format one buffer into output format given by flag BSDOutputFormat
2117 if (BSDOutputFormat
2129 * with length and priority (depending on BSDOutputFormat either in
2137 if (BSDOutputFormat) {
2171 if (!BSDOutputFormat)
2174 if (BSDOutputFormat)
2266 !BSDOutputFormat, 0);
2813 if (!BSDOutputFormat)