/bind-9.6-ESV-R11/ |
H A D | bind.keys | 3 # and for the ISC DNSSEC Lookaside Validation zone ("dlv.isc.org"). It is 13 # (NOTE: If this file is used via the "include" directive in named.conf, 14 # then it is NOT advisable to modify it. In BIND 9.7 and higher, this file 15 # is used directly by named. Upgrades to BIND may overwrite the file and 19 # is possible to use this file for other trust anchors in BIND 9.6, doing
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | config.cpp | 60 tokenizer(std::istream& is, size_t curline) : argument 62 (is, true, eof_type, nl_type, text_type, curline) 82 config_reader(std::istream& is) : argument 83 atf_config_reader(is) 110 std::ifstream is(config_path.c_str()); 111 if (is) { 112 config_reader reader(is); 131 detail::atf_config_reader::atf_config_reader(std::istream& is) : argument 132 m_is(is)
|
H A D | atffile.cpp | 64 tokenizer(std::istream& is, size_t curline) : argument 66 (is, true, eof_type, nl_type, text_type, curline) 85 detail::atf_atffile_reader::atf_atffile_reader(std::istream& is) : argument 86 m_is(is) 238 reader(std::istream& is, const atf::fs::directory& dir) : argument 239 detail::atf_atffile_reader(is), 329 std::ifstream is(filename.c_str()); 330 if (!is) 333 reader r(is, dir); 335 is [all...] |
H A D | io_test.cpp | 59 systembuf_check_data(std::istream& is, std::size_t length) argument 63 while (is >> chr) { 102 std::istream is(&sb); 103 systembuf_check_data(is, length); 122 std::ifstream is("test_write.txt"); 123 systembuf_check_data(is, length); 124 is.close(); 297 // XXX This assumes that the pipe's buffer is big enough to accept 328 // that it is annoying. Reenable at some point if we make atf store 330 // failes), because this message is th [all...] |
H A D | misc_helpers.cpp | 246 std::ifstream is("oldvalue"); 247 if (is) { 249 is >> i; 251 is.close(); 363 set_md_var("use.fs", "this-is-deprecated");
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | check-style-shell.awk | 90 warn("test(1)'s == operator is not portable");
|
/bind-9.6-ESV-R11/doc/misc/ |
H A D | format-options.pl | 7 # purpose with or without fee is hereby granted, provided that the above 22 This is a summary of the named.conf options supported by
|
/bind-9.6-ESV-R11/bin/tests/system/dlv/ns5/ |
H A D | named.conf | 5 * purpose with or without fee is hereby granted, provided that the above 20 * Choose a keyname that is unlikely to clash with any real key names.
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | named.conf | 6 * purpose with or without fee is hereby granted, provided that the above 21 * This is a worthless, nonrunnable example of a named.conf file that has 77 // is non-standard and is not 78 // recommended, but it is available 98 // The "forward" option is only meaningful if you've defined 102 // "forward only;" which is what used to be specified with 254 max-transfer-time-in 120; // if not set, global option is used. 255 max-transfer-time-out 1; // if not set, global option is used. 256 max-transfer-idle-in 2; // if not set, global option is use [all...] |
H A D | b9t.mk | 5 # purpose with or without fee is hereby granted, provided that the above 20 # this is run by cron (user wpk) on aa, sol, irix, hp and aix 21 # $PLATFORM is set in the environment by cron
|
H A D | ndc.conf | 6 * purpose with or without fee is hereby granted, provided that the above
|
/bind-9.6-ESV-R11/bin/tests/system/checkconf/ |
H A D | good.conf | 5 * purpose with or without fee is hereby granted, provided that the above 20 * This is just a random selection of configuration options. 46 named-xfer "this is no longer needed";
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | random.c | 6 * purpose with or without fee is hereby granted, provided that the above 85 * rand()'s upper bit is zero. 95 #error RAND_MAX is too small
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | parser.cpp | 227 tokenizer(std::istream& is, size_t curline) : argument 229 (is, true, eof_type, nl_type, text_type, curline) 303 impl::read_headers(std::istream& is, size_t curline) argument 319 header::tokenizer tkz(is, curline); 341 if (!is.good())
|
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | rndc.conf | 6 * purpose with or without fee is hereby granted, provided that the above
|
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/ |
H A D | named01.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named02.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named03.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named04.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named05.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named06.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named07.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named08.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named09.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|
H A D | named10.conf | 5 * purpose with or without fee is hereby granted, provided that the above
|