Lines Matching refs:timestr
2298 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2301 isc_stdtime_tostring(when, timestr, sizeof(timestr));
2306 timestr);
2349 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2366 isc_stdtime_tostring(when, timestr, sizeof(timestr));
2367 isc_buffer_printf(buf, "%s\n", timestr);
2374 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2412 isc_stdtime_tostring(remove_time, timestr,
2413 sizeof(timestr));
2414 isc_buffer_printf(buf, "%s", timestr);
2441 isc_stdtime_tostring(retire_time, timestr,
2442 sizeof(timestr));
2443 isc_buffer_printf(buf, "%s", timestr);
2480 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2491 isc_stdtime_tostring(now, timestr, sizeof(timestr));
2492 isc_buffer_printf(&buf, "%s\n", timestr);