Lines Matching refs:timestr
2547 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2550 isc_stdtime_tostring(when, timestr, sizeof(timestr));
2555 timestr);
2590 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2606 isc_stdtime_tostring(when, timestr, sizeof(timestr));
2607 CHECK(isc_buffer_printf(buf, "%s\n", timestr));
2617 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2656 isc_stdtime_tostring(remove_time, timestr,
2657 sizeof(timestr));
2658 CHECK(isc_buffer_printf(buf, "%s", timestr));
2684 isc_stdtime_tostring(retire_time, timestr,
2685 sizeof(timestr));
2686 CHECK(isc_buffer_printf(buf, "%s", timestr));
2732 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2744 isc_stdtime_tostring(now, timestr, sizeof(timestr));
2745 CHECK(isc_buffer_printf(&buf, "%s\n", timestr));