HelenOS sources
append 186 uspace/app/taskbar/test/wndlist.c PCUT_TEST(append)
append 440 uspace/lib/cpp/include/__bits/adt/hash_table.hpp new_successor->append(current);
append 442 uspace/lib/cpp/include/__bits/adt/hash_table.hpp new_bucket->append(current);
append 71 uspace/lib/cpp/include/__bits/adt/hash_table_bucket.hpp head->append(node);
append 352 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp last->append(tmp);
append 451 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp target->append(node);
append 743 uspace/lib/cpp/include/__bits/adt/list.hpp node->append(new aux::list_node<value_type>{*first++});
append 1129 uspace/lib/cpp/include/__bits/adt/list.hpp last->append(node);
append 1174 uspace/lib/cpp/include/__bits/adt/list.hpp where->append(new aux::list_node<value_type>{*first++});
append 339 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp bucket->append(node);
append 374 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp bucket->append(node);
append 422 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp bucket->append(node);
append 458 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp bucket->append(node);
append 571 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp bucket->append(node);
append 599 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp bucket->append(node);
append 805 uspace/lib/cpp/include/__bits/string/string.hpp return append(str);
append 810 uspace/lib/cpp/include/__bits/string/string.hpp return append(str);
append 821 uspace/lib/cpp/include/__bits/string/string.hpp return append(init.begin(), init.size());
append 826 uspace/lib/cpp/include/__bits/string/string.hpp return append(str.data(), str.size());
append 836 uspace/lib/cpp/include/__bits/string/string.hpp return append(str.data() + pos, len);
append 854 uspace/lib/cpp/include/__bits/string/string.hpp return append(str, traits_type::length(str));
append 859 uspace/lib/cpp/include/__bits/string/string.hpp return append(basic_string(n, c));
append 865 uspace/lib/cpp/include/__bits/string/string.hpp return append(basic_string(first, last));
append 870 uspace/lib/cpp/include/__bits/string/string.hpp return append(init.begin(), init.size());
append 1625 uspace/lib/cpp/include/__bits/string/string.hpp return basic_string<Char, Traits, Allocator>{lhs}.append(rhs);
append 1633 uspace/lib/cpp/include/__bits/string/string.hpp return move(lhs.append(rhs));
append 1649 uspace/lib/cpp/include/__bits/string/string.hpp return move(lhs.append(rhs));
append 1673 uspace/lib/cpp/include/__bits/string/string.hpp return basic_string<Char, Traits, Allocator>{1, lhs}.append(rhs);
append 1697 uspace/lib/cpp/include/__bits/string/string.hpp return move(lhs.append(rhs));
append 1713 uspace/lib/cpp/include/__bits/string/string.hpp return move(lhs.append(1, rhs));
append 118 uspace/lib/cpp/src/__bits/test/string.cpp str1.append("world");
append 126 uspace/lib/cpp/src/__bits/test/string.cpp str2.append(std::string{"world"});
append 135 uspace/lib/cpp/src/__bits/test/string.cpp str3.append(apendee);
append 143 uspace/lib/cpp/src/__bits/test/string.cpp str4.append(apendee.begin(), apendee.end());
append 151 uspace/lib/cpp/src/__bits/test/string.cpp str5.append({'w', 'o', 'r', 'l', 'd'});
append 134 uspace/lib/termui/src/history.c if (history->append) assert(!_lines_empty(&history->lines)); \
append 153 uspace/lib/termui/src/history.c history->append = false;
append 312 uspace/lib/termui/src/history.c history->append = true;
append 369 uspace/lib/termui/src/history.c if (!history->append || _lines_empty(lines)) {
append 556 uspace/lib/termui/src/history.c if (!history->append) {
append 727 uspace/lib/termui/src/history.c history->append = false;
append 77 uspace/lib/termui/src/history.h bool append;
append 253 uspace/lib/ui/test/selectdialog.c PCUT_TEST(append)
append 147 uspace/srv/vfs/vfs.h bool append;
append 327 uspace/srv/vfs/vfs_ops.c file->append = (mode & MODE_APPEND) != 0;
append 472 uspace/srv/vfs/vfs_ops.c if (!read && file->append)
HelenOS homepage, sources at GitHub