make_timestamp
extern char *make_timestamp(time_t *, bool, size_t);
tstamp = make_timestamp(NULL, true, (size_t)-1);
buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0);
*to_buf = make_timestamp(NULL, false, 0);
*to_buf = make_timestamp(NULL, false, 0);
*to_buf = make_timestamp(&timeval, false, BSD_TIMESTAMPLEN);
*to_buf = make_timestamp(&timeval, true, MAX_TIMESTAMPLEN - 1);
buffer->timestamp = make_timestamp(NULL,
ts = make_timestamp(NULL, true, (size_t)-1);