syslogd.c | 283 /* for make_timestamp() */ 1140 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); 1356 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); 1514 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); 1732 buffer->timestamp = make_timestamp(NULL, !BSDOutputFormat, 0); 1815 *to_buf = make_timestamp(NULL, false, 0); 1819 *to_buf = make_timestamp(NULL, false, 0); 1864 *to_buf = make_timestamp(&timeval, false, BSD_TIMESTAMPLEN); 1886 *to_buf = make_timestamp(&timeval, true, MAX_TIMESTAMPLEN - 1); 2265 buffer->timestamp = make_timestamp(NULL 4760 make_timestamp(time_t *in_now, bool iso, size_t tlen) function in typeref:typename:char * [all...] |