HelenOS sources

copy              876 uspace/lib/cpp/include/__bits/adt/deque.hpp                 copy(
copy              902 uspace/lib/cpp/include/__bits/adt/deque.hpp                 copy(
copy             1057 uspace/lib/cpp/include/__bits/adt/deque.hpp                 copy(
copy              455 uspace/lib/cpp/include/__bits/adt/vector.hpp                 copy(first, last, pos);
copy              465 uspace/lib/cpp/include/__bits/adt/vector.hpp                 copy(init.begin(), init.end(), pos);
copy              473 uspace/lib/cpp/include/__bits/adt/vector.hpp                 copy(position + 1, cend(), pos);
copy              482 uspace/lib/cpp/include/__bits/adt/vector.hpp                 copy(last, cend(), pos);
copy              581 uspace/lib/cpp/include/__bits/adt/vector.hpp                     copy(begin(), begin() + start_idx, tmp.begin());
copy              584 uspace/lib/cpp/include/__bits/adt/vector.hpp                     copy(begin() + start_idx, end(), tmp.begin() + end_idx);
copy              845 uspace/lib/cpp/include/__bits/string/string.hpp                 traits_type::copy(data_ + size(), str, n);
copy              911 uspace/lib/cpp/include/__bits/string/string.hpp                 traits_type::copy(begin(), str, n);
copy             1092 uspace/lib/cpp/include/__bits/string/string.hpp                 traits_type::copy(tmp.begin() + pos, str, n2);
copy             1504 uspace/lib/cpp/include/__bits/string/string.hpp                 traits_type::copy(data_, str, size);
copy              196 uspace/lib/cpp/src/__bits/test/algorithm.cpp         auto res1 = std::copy(
copy              388 uspace/lib/cpp/src/__bits/test/string.cpp         str1.copy(const_cast<char*>(str2.c_str()), 3, 2);
copy              121 uspace/lib/posix/src/locale.c 	locale_t copy = malloc(sizeof(struct __posix_locale));
copy              122 uspace/lib/posix/src/locale.c 	if (copy == NULL) {
copy              126 uspace/lib/posix/src/locale.c 	memcpy(copy, locobj, sizeof(struct __posix_locale));
copy              127 uspace/lib/posix/src/locale.c 	return copy;
copy              506 uspace/lib/ui/test/entry.c PCUT_TEST(copy)
HelenOS homepage, sources at GitHub