/bind-9.6-ESV-R11/win32utils/ |
H A D | BuildSetup.bat | 6 rem Permission to use, copy, modify, and distribute this software for any
27 copy config.h.win32 config.h
50 copy ..\COPYRIGHT ..\Build\Release
51 copy ..\README ..\Build\Release
52 copy readme1st.txt ..\Build\Release
53 copy index.html ..\Build\Release
54 copy ..\doc\arm\*.html ..\Build\Release
55 copy ..\doc\arm\Bv9ARM.pdf ..\Build\Release
56 copy ..\CHANGES ..\Build\Release
57 if Exist ..\CHANGES.SE copy [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | text.cpp | 52 char* copy = new char[std::strlen(str) + 1]; local 53 std::strcpy(copy, str); 54 return copy;
|
H A D | text_test.cpp | 53 char* copy = duplicate(orig); local 54 ATF_REQUIRE_EQ(std::strlen(copy), 3); 55 ATF_REQUIRE(std::strcmp(copy, "foo") == 0); 57 std::strcpy(copy, "bar"); 58 ATF_REQUIRE(std::strcmp(copy, "bar") == 0);
|
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | rndc.conf | 5 * Permission to use, copy, modify, and/or distribute this software for any
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | ndc.conf | 5 * Permission to use, copy, modify, and/or distribute this software for any
|
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/ |
H A D | named01.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named02.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named03.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named04.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named05.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named06.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named07.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named08.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named09.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named10.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named11.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named12.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named21.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named22.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named23.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named24.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named25.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named26.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named27.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|
H A D | named28.conf | 4 * Permission to use, copy, modify, and/or distribute this software for any
|