Lines Matching defs:timestr
2365 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2368 isc_stdtime_tostring(when, timestr, sizeof(timestr));
2373 timestr);
2408 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2425 isc_stdtime_tostring(when, timestr, sizeof(timestr));
2426 isc_buffer_printf(buf, "%s\n", timestr);
2433 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2471 isc_stdtime_tostring(remove_time, timestr,
2472 sizeof(timestr));
2473 isc_buffer_printf(buf, "%s", timestr);
2500 isc_stdtime_tostring(retire_time, timestr,
2501 sizeof(timestr));
2502 isc_buffer_printf(buf, "%s", timestr);
2539 char timestr[26]; /* Minimal buf as per ctime_r() spec. */
2550 isc_stdtime_tostring(now, timestr, sizeof(timestr));
2551 isc_buffer_printf(&buf, "%s\n", timestr);