/bind-9.6-ESV-R11/contrib/nslint-2.1a3/ |
H A D | config.sub | 72 os=-$maybe_os 78 then os=`echo $1 | sed 's/.*-/-/'` 79 else os=; fi 87 case $os in 88 -sun*os*) 98 os= 102 os=-hiuxwe2 105 os=sco3.2v5 109 os=-sco3.2v4 113 os [all...] |
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | config.sub | 131 os=-$maybe_os 137 then os=`echo $1 | sed 's/.*-/-/'` 138 else os=; fi 146 case $os in 147 -sun*os*) 157 os= 161 os=-cnk 164 os= 170 os=-vxworks 174 os [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | config.sub | 121 os=-$maybe_os 127 then os=`echo $1 | sed 's/.*-/-/'` 128 else os=; fi 136 case $os in 137 -sun*os*) 147 os= 151 os= 157 os=-vxworks 161 os=-chorusos 165 os [all...] |
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | hinfo_13.h | 27 char *os; member in struct:dns_rdata_hinfo
|
H A D | hinfo_13.c | 122 return (mem_tobuffer(target, hinfo->os, hinfo->os_len)); 148 hinfo->os = mem_maybedup(mctx, region.base, hinfo->os_len); 149 if (hinfo->os == NULL) 172 if (hinfo->os != NULL) 173 isc_mem_free(hinfo->mctx, hinfo->os);
|
/bind-9.6-ESV-R11/ |
H A D | config.sub | 123 os=-$maybe_os 127 os=-linux-android 133 then os=`echo $1 | sed 's/.*-/-/'` 134 else os=; fi 142 case $os in 143 -sun*os*) 153 os= 157 os=-cnk 160 os= 166 os [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atffile_test.cpp | 58 std::auto_ptr< std::ofstream > os(new std::ofstream("Atffile")); 59 ATF_REQUIRE(*os); 61 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n"; 62 return os; 69 std::ofstream os(name); 70 ATF_REQUIRE(os); 71 os.close(); 522 std::auto_ptr< std::ofstream > os = new_atffile(); local 523 (*os) << "prop: test-suite = foo\n"; 524 (*os) << "t 552 std::auto_ptr< std::ofstream > os = new_atffile(); local 579 std::auto_ptr< std::ofstream > os = new_atffile(); local 592 std::auto_ptr< std::ofstream > os = new_atffile(); local [all...] |
H A D | misc_helpers.cpp | 59 std::ofstream os(path.c_str()); 60 if (!os) 62 os.close(); 238 std::ofstream os("oldvalue"); 239 if (!os) 241 os << 1234; 242 os.close();
|
H A D | io_test.cpp | 76 systembuf_write_data(std::ostream& os, std::size_t length) argument 80 os << ch; 86 os.flush(); 118 std::ostream os(&sb); 119 systembuf_write_data(os, length); 315 check_stream(std::ostream& os) argument 320 ATF_REQUIRE(os.good() || (os.bad() && errno == EINTR)); 321 os.clear();
|
H A D | fs_test.cpp | 54 std::ofstream os(name); 55 os.close();
|
H A D | test-program.cpp | 69 check_stream(std::ostream& os) argument 74 if (os.bad()) { 76 os.clear(); 565 impl::atf_tps_writer::atf_tps_writer(std::ostream& os) : argument 566 m_os(os)
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | os.c | 18 /* $Id: os.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */ 22 #include <isc/os.h>
|
/bind-9.6-ESV-R11/bin/rndc/win32/ |
H A D | os.c | 22 #include <rndc/os.h>
|
H A D | confgen.mak | 115 -@erase "$(INTDIR)\os.obj"
133 "$(INTDIR)\os.obj" \
155 -@erase "$(INTDIR)\os.obj"
156 -@erase "$(INTDIR)\os.sbr"
176 "$(INTDIR)\os.sbr" \
188 "$(INTDIR)\os.obj" \
241 SOURCE=.\os.c
246 "$(INTDIR)\os.obj" : $(SOURCE) "$(INTDIR)"
252 "$(INTDIR)\os.obj" "$(INTDIR)\os [all...] |
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | os.c | 18 /* $Id: os.c,v 1.18 2007/06/19 23:47:18 tbox Exp $ */ 22 #include <isc/os.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | application.cpp | 218 impl::app::usage(std::ostream& os) argument 225 os << ui::format_text_with_tag(std::string(m_prog_name) + " [options]" + 231 os << "Available options:\n"; 249 os << ui::format_text_with_tag(opt.m_description, tag, false, 252 os << "\n"; 257 os << ui::format_text("For more details please see " + m_manpage +
|
H A D | parser.cpp | 281 write(std::ostream& os, const impl::header_entry& he) argument 291 os << line << "\n"; 293 return os; 348 impl::write_headers(const impl::headers_map& hm, std::ostream& os) argument 353 header::write(os, (*ct).second); 357 header::write(os, (*iter).second); 359 os << "\n";
|
H A D | fs_test.cpp | 55 std::ofstream os("files/reg"); 56 os.close(); 382 std::ofstream os(p.c_str()); 383 os.close();
|
/bind-9.6-ESV-R11/bin/rndc/unix/ |
H A D | os.c | 24 #include <rndc/os.h>
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | isctest.c | 28 #include <isc/os.h>
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | control.c | 40 #include <named/os.h>
|
H A D | builtin.c | 41 #include <named/os.h>
|
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | named.mak | 147 -@erase "$(INTDIR)\os.obj"
192 "$(INTDIR)\os.obj" \
281 -@erase "$(INTDIR)\os.obj"
282 -@erase "$(INTDIR)\os.sbr"
337 "$(INTDIR)\os.sbr" \
377 "$(INTDIR)\os.obj" \
820 SOURCE=.\os.c
825 "$(INTDIR)\os.obj" : $(SOURCE) "$(INTDIR)"
831 "$(INTDIR)\os.obj" "$(INTDIR)\os [all...] |
H A D | os.c | 44 #include <named/os.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | atf-report.cpp | 305 std::ostream& os) 310 os << format_text("Test cases for known bugs:") << "\n"; 317 os << format_text_with_tag(reason, " " + name + ": ", false) 304 write_expected_failures(const std::map< std::string, std::string >& xfails, std::ostream& os) argument
|