Searched defs:oldname (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-revoke.c83 char newname[1024], oldname[1024]; local
254 isc_buffer_init(&buf, oldname, sizeof(oldname));
257 if (strcmp(oldname, newname) == 0)
259 (void)unlink(oldname);
262 (void)unlink(oldname);
/bind-9.11.3/lib/isc/unix/
H A Dfile.c400 isc_file_rename(const char *oldname, const char *newname) { argument
403 REQUIRE(oldname != NULL);
406 r = rename(oldname, newname);
/bind-9.11.3/lib/isc/win32/
H A Dfile.c185 isc_file_safemovefile(const char *oldname, const char *newname) { argument
195 if (stat(oldname, &sbuf) != 0) {
217 _chmod(oldname, _S_IREAD | _S_IWRITE);
219 filestatus = MoveFile(oldname, newname);
458 isc_file_rename(const char *oldname, const char *newname) { argument
461 REQUIRE(oldname != NULL);
464 r = isc_file_safemovefile(oldname, newname);
/bind-9.11.3/lib/dns/
H A Dupdate.c894 dns_dbversion_t *ver, dns_name_t *oldname, dns_name_t *newname,
905 CHECK(dns_dbiterator_seek(dbit, oldname));
893 next_active(dns_update_log_t *log, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *oldname, dns_name_t *newname, isc_boolean_t forward) argument
H A Dzone.c6645 next_active(dns_db_t *db, dns_dbversion_t *version, dns_name_t *oldname, argument
6654 CHECK(dns_dbiterator_seek(dbit, oldname));
6660 if (bottom && dns_name_issubdomain(newname, oldname) &&
6661 !dns_name_equal(newname, oldname)) {
/bind-9.11.3/bin/named/
H A Dupdate.c232 dns_name_t *oldname; member in struct:__anon24
695 ctx->oldname = dns_fixedname_name(&fixed);
696 dns_name_copy(name, ctx->oldname, NULL);
697 dns_rdataset_getownercase(&rdataset, ctx->oldname);
1333 case_equal = dns_name_caseequal(ctx->name, ctx->oldname);
1356 ctx->oldname, rr->ttl, &rr->rdata,
1368 ctx->oldname, rr->ttl, &rr->rdata,
2953 ctx.oldname = name;

Completed in 76 milliseconds