Home
last modified time | relevance | path

Searched refs:isc_stdtime_tostring (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dstdtime.h42 isc_stdtime_tostring(isc_stdtime_t t, char *out, size_t outlen);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdtime.h46 isc_stdtime_tostring(isc_stdtime_t t, char *out, size_t outlen);
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dstdtime.c52 isc_stdtime_tostring(isc_stdtime_t t, char *out, size_t outlen) {
53 isc_stdtime_tostring(isc_stdtime_t t, char *out, size_t outlen) { isc_stdtime_tostring() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dstdtime.c58 isc_stdtime_tostring(isc_stdtime_t t, char *out, size_t outlen) { in isc_stdtime_tostring() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dkeymgr.c2301 isc_stdtime_tostring(when, timestr, sizeof(timestr)); in keymgr_checkds()
2366 isc_stdtime_tostring(when, timestr, sizeof(timestr)); in keytime_status()
2412 isc_stdtime_tostring(remove_time, timestr, in rollover_status()
2441 isc_stdtime_tostring(retire_time, timestr, in rollover_status()
2491 isc_stdtime_tostring(now, timestr, sizeof(timestr)); in dns_keymgr_status()
H A Ddst_api.c2045 isc_stdtime_tostring(when, output, sizeof(output)); in printtime()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dkeymgr.c2368 isc_stdtime_tostring(when, timestr, sizeof(timestr)); in keytime_status()
2425 isc_stdtime_tostring(when, timestr, sizeof(timestr)); in rollover_status()
2471 isc_stdtime_tostring(remove_time, timestr, in keystate_status()
2500 isc_stdtime_tostring(retire_time, timestr, in dns_keymgr_status()
2550 isc_stdtime_tostring(now, timestr, sizeof(timestr)); in dns_keymgr_status()
H A Ddst_api.c2025 isc_stdtime_tostring(when, output, sizeof(output)); in printbool()