Lines Matching refs:new
177 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
253 * Establish a new logging context, with default channels.
595 * Update the id number of the category with its new global id.
662 * Update the id number of the module with its new global id.
769 * point to the new default_stderr.
1216 char new[PATH_MAX + 1];
1266 n = snprintf(new, sizeof(new), "%s.%u", path, i);
1267 if (n >= (int)sizeof(new) || n < 0)
1271 result = isc_file_rename(current, new);
1281 n = snprintf(new, sizeof(new), "%s.0", path);
1282 if (n >= (int)sizeof(new) || n < 0)
1285 result = isc_file_rename(path, new);
1655 * a new one touched, or it was truncated