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 D | stdtime.h | 42 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 D | stdtime.h | 46 isc_stdtime_tostring(isc_stdtime_t t, char *out, size_t outlen);
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | stdtime.c | 52 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 D | stdtime.c | 58 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 D | keymgr.c | 2301 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 D | dst_api.c | 2045 isc_stdtime_tostring(when, output, sizeof(output)); in printtime()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | keymgr.c | 2368 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 D | dst_api.c | 2025 isc_stdtime_tostring(when, output, sizeof(output)); in printbool()
|