Searched defs:printtime (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dlogconf.c187 const cfg_obj_t *printtime = NULL; local
191 (void)cfg_map_get(channel, "print-time", &printtime);
195 if (printtime != NULL && cfg_obj_asboolean(printtime))
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.h143 int printtime; member in struct:zconf
/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c1415 isc_boolean_t printtime, printtag; local
1641 printtime = ISC_TF((channel->flags & ISC_LOG_PRINTTIME)
1698 printtime ? time_string : "",
1699 printtime ? " " : "",
1741 printtime ? time_string : "",
1742 printtime ? " " : "",

Completed in 230 milliseconds