Searched refs:new (Results 1 - 25 of 36) sorted by relevance
12
/bind-9.11.3/contrib/scripts/ |
H A D | zone-edit.sh.in | 66 cp ${dir}/ooo ${dir}/new 69 if ${VISUAL:-${EDITOR:-/bin/ed}} ${dir}/new 71 if ${checkzone} -q -D "$zone" ${dir}/new > ${dir}/nnn 102 cp ${dir}/ooo ${dir}/new 120 cp ${dir}/ooo ${dir}/new 139 cp ${dir}/ooo ${dir}/new
|
/bind-9.11.3/unit/atf-src/admin/ |
H A D | check-style-man.awk | 64 warn("Sentence does not start on new line")
|
H A D | install-sh | 312 # With -d, create the new directory with the user-specified mode. 453 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && 456 set X $new && new=:$2:$4:$5:$6 && 458 test "$old" = "$new" && 473 # reasons. In this case, the final cleanup might fail but the new
|
/bind-9.11.3/bin/tests/system/addzone/ns2/ |
H A D | named2.conf | 23 allow-new-zones no; 41 allow-new-zones yes; 55 allow-new-zones yes;
|
H A D | named1.conf | 20 allow-new-zones yes;
|
/bind-9.11.3/bin/tests/system/pending/ns2/ |
H A D | sign.sh | 29 sed '/^removed/d' example.com.db.signed > example.com.db.new 31 mv example.com.db.new example.com.db.signed
|
/bind-9.11.3/bin/tests/system/metadata/ |
H A D | clean.sh | 9 rm -f K* dsset-* *.signed *.new
|
/bind-9.11.3/bin/tests/system/acl/ns3/ |
H A D | named.conf | 19 allow-new-zones yes;
|
/bind-9.11.3/bin/tests/system/acl/ns4/ |
H A D | named.conf | 19 allow-new-zones yes;
|
/bind-9.11.3/bin/tests/system/addzone/ns3/ |
H A D | named1.conf | 25 allow-new-zones yes;
|
H A D | named2.conf | 25 allow-new-zones yes;
|
/bind-9.11.3/bin/tests/system/delzone/ns2/ |
H A D | named.conf | 16 allow-new-zones yes;
|
/bind-9.11.3/bin/tests/system/nzd2nzf/ns1/ |
H A D | named.conf | 16 allow-new-zones yes;
|
/bind-9.11.3/bin/tests/system/catz/ns3/ |
H A D | named.conf | 20 allow-new-zones yes;
|
/bind-9.11.3/util/ |
H A D | new-func | 24 my $fh = new FileHandle($fn, "r")
|
H A D | branchsync.sh | 41 cat <<EOF > $1.new 45 mv -f $1.new $1
|
/bind-9.11.3/lib/dns/ |
H A D | rpz.c | 1397 * Get ready for a new set of policy zones for a view. 1401 dns_rpz_zones_t *new; local 1408 new = isc_mem_get(mctx, sizeof(*new)); 1409 if (new == NULL) 1411 memset(new, 0, sizeof(*new)); 1413 result = isc_rwlock_init(&new->search_lock, 0, 0); 1415 isc_mem_put(mctx, new, sizeof(*new)); [all...] |
/bind-9.11.3/bin/tests/system/catz/ns1/ |
H A D | named.conf | 20 allow-new-zones yes;
|
/bind-9.11.3/bin/tests/system/inline/ns2/ |
H A D | named.conf | 28 allow-new-zones yes;
|
/bind-9.11.3/contrib/dlz/modules/mysqldyn/ |
H A D | dlz_mysqldyn_mod.c | 157 * Arguments: new serial number (in text format), zone-id (from Q_WRITEABLE) 519 char *new; local 521 new = (char *) malloc(strlen(name) + 1); 522 if (new == NULL) 529 strcpy(new, name); 530 return (new); 532 strcpy(new, "@"); 533 return (new); 541 strcpy(new, name); 542 return (new); [all...] |
/bind-9.11.3/bin/tests/system/inline/ns3/ |
H A D | named.conf | 29 allow-new-zones yes;
|
/bind-9.11.3/lib/isc/ |
H A D | log.c | 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]; local 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); [all...] |
/bind-9.11.3/bin/tests/system/rndc/ |
H A D | tests.sh | 231 sed s/$serial/$newserial/ ns2/other.db > ns2/other.db.new 232 echo 'frozen TXT "frozen addition"' >> ns2/other.db.new 233 mv -f ns2/other.db.new ns2/other.db 274 sed s/$serial/$newserial/ ns2/nil.db > ns2/nil.db.new 275 echo 'frozen TXT "frozen addition"' >> ns2/nil.db.new 276 mv -f ns2/nil.db.new ns2/nil.db 559 grep "scheduled loading new zones" ns6/named.run > /dev/null || ret=1
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testygen | 61 # Create a new testsuite context. 86 my $handle = FileHandle->new($file, 'r'); 434 my $handle = FileHandle->new($file, 'w');
|
/bind-9.11.3/bin/tests/system/autosign/ns3/ |
H A D | named.conf | 29 allow-new-zones yes;
|
Completed in 38 milliseconds
12