Searched refs:time_buf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c212 static char time_buf[24]; local
218 if (strftime(time_buf, sizeof (time_buf), "%m/%d/%Y %R",
222 return (time_buf);
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c285 char time_buf[256]; local
310 time_buf[0]='\0';
321 sprintf(time_buf, "%02d-%s-%4d %02d:%02d:%02d.%03ld ",
377 (chan->flags & LOG_TIMESTAMP) ? time_buf : "",
412 (chan->flags & LOG_TIMESTAMP) ? time_buf : "",

Completed in 17 milliseconds