Searched defs:boottime (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dstatschannel.c1495 char boottime[sizeof "yyyy-mm-ddThh:mm:ss.sssZ"]; local
1520 isc_time_formatISO8601ms(&ns_g_boottime, boottime, sizeof boottime);
1541 TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR boottime));
2273 char boottime[sizeof "yyyy-mm-ddThh:mm:ss.sssZ"]; local
2295 boottime, sizeof(boottime));
2300 obj = json_object_new_string(boottime);
H A Dserver.c10547 char boottime[ISC_FORMATHTTPTIMESTAMP_SIZE]; local
10569 isc_time_formathttptimestamp(&ns_g_boottime, boottime,
10570 sizeof(boottime));
10587 snprintf(line, sizeof(line), "boot time: %s\n", boottime);

Completed in 50 milliseconds