Lines Matching +defs:current +defs:time
25 #include <time.h>
38 #include <isc/time.h>
99 isc_time_t time;
189 isc_logmodule_t isc_modules[] = { { "socket", 0 }, { "time", 0 },
195 * This essentially constant structure must be filled in at run time,
741 * Update the highest logging level, if the current lcfg is in use.
1221 char current[PATH_MAX + 1];
1236 n = snprintf(current, sizeof(current), "%s.%u", path,
1238 if (n >= (int)sizeof(current) || n < 0 ||
1239 !isc_file_exists(current))
1264 n = snprintf(current, sizeof(current), "%s.%u", path,
1266 if (n >= (int)sizeof(current) || n < 0) {
1277 result = isc_file_rename(current, newpath);
1324 /* Then just rename the current logfile */
1651 * valid time.
1659 if (isc_time_compare(&message->time,
1722 message->time = isc_time_now();