Home | History | Annotate | Download | only in newsyslog

Lines Matching defs:timestamp

715 		char timestamp[35];
725 i = strftime(timestamp, sizeof(timestamp),
727 i += snprintf(timestamp+i, sizeof(timestamp)-i,
729 i += j = strftime(timestamp+i, sizeof(timestamp)-i-1,
733 timestamp[i+1] = timestamp[i];
734 timestamp[i] = timestamp[i-1];
735 timestamp[i-1] = timestamp[i-2];
736 timestamp[i-2] = ':';
739 daytime = timestamp;