Searched refs:isc_time_formatISO8601 (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/ |
H A D | time.h | 319 isc_time_formatISO8601(const isc_time_t *t, char *buf, unsigned int len);
|
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/ |
H A D | time.h | 273 isc_time_formatISO8601(const isc_time_t *t, char *buf, unsigned int len);
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | time.c | 411 isc_time_formatISO8601(const isc_time_t *t, char *buf, unsigned int len) { function
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | time.c | 302 isc_time_formatISO8601(const isc_time_t *t, char *buf, unsigned int len) { function
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | statschannel.c | 795 isc_time_formatISO8601(&ns_g_boottime, boottime, sizeof boottime); 796 isc_time_formatISO8601(&now, nowstr, sizeof nowstr);
|
Completed in 57 milliseconds