Searched refs:make_timestamp (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/usr.sbin/syslogd/ |
| D | extern.h | 76 extern char *make_timestamp(time_t *, bool, size_t);
|
| D | syslogd.c | 1140 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); in printline_syslogprotocol() 1356 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); in printline_bsdsyslog() 1514 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); in printline_kernelprintf() 1732 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); in logmsg_async() 1815 *to_buf = make_timestamp(NULL, false, 0); in check_timestamp() 1819 *to_buf = make_timestamp(NULL, false, 0); in check_timestamp() 1864 *to_buf = make_timestamp(&timeval, false, BSD_TIMESTAMPLEN); in check_timestamp() 1886 *to_buf = make_timestamp(&timeval, true, MAX_TIMESTAMPLEN - 1); in check_timestamp() 2265 buffer->timestamp = make_timestamp(NULL, in fprintlog() 4760 make_timestamp(time_t *in_now, bool iso, size_t tlen) in make_timestamp() function [all …]
|
| D | sign.c | 527 tstamp = make_timestamp(NULL, true, (size_t)-1); in sign_send_certificate_block() 815 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); in sign_msg_sign()
|