Searched refs:copy (Results 1 - 25 of 177) sorted by relevance

12345678

/bind-9.6-ESV-R11/win32utils/
H A DBuildSetup.bat6 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 Dtext.cpp52 char* copy = new char[std::strlen(str) + 1]; local
53 std::strcpy(copy, str);
54 return copy;
H A Dtext_test.cpp53 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 Drndc.conf5 * Permission to use, copy, modify, and/or distribute this software for any
/bind-9.6-ESV-R11/bin/tests/
H A Dndc.conf5 * 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 Dnamed01.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed02.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed03.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed04.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed05.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed06.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed07.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed08.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed09.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed10.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed11.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed12.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed21.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed22.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed23.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed24.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed25.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed26.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed27.conf4 * Permission to use, copy, modify, and/or distribute this software for any
H A Dnamed28.conf4 * Permission to use, copy, modify, and/or distribute this software for any

Completed in 14 milliseconds

12345678