Searched refs:is (Results 1 - 25 of 225) sorted by relevance

123456789

/bind-9.6-ESV-R11/
H A Dbind.keys3 # 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 Dconfig.cpp60 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 Datffile.cpp64 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 Dio_test.cpp59 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 Dmisc_helpers.cpp246 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 Dcheck-style-shell.awk90 warn("test(1)'s == operator is not portable");
/bind-9.6-ESV-R11/doc/misc/
H A Dformat-options.pl7 # 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 Dnamed.conf5 * 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 Dnamed.conf6 * 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 Db9t.mk5 # 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 Dndc.conf6 * purpose with or without fee is hereby granted, provided that the above
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dgood.conf5 * 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 Drandom.c6 * 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 Dparser.cpp227 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 Drndc.conf6 * 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 Dnamed01.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed02.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed03.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed04.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed05.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed06.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed07.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed08.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed09.conf5 * purpose with or without fee is hereby granted, provided that the above
H A Dnamed10.conf5 * purpose with or without fee is hereby granted, provided that the above

Completed in 32 milliseconds

123456789