HelenOS sources

find_last_of     1319 uspace/lib/cpp/include/__bits/string/string.hpp             size_type find_last_of(const basic_string& str, size_type pos = npos) const noexcept
find_last_of     1324 uspace/lib/cpp/include/__bits/string/string.hpp             size_type find_last_of(const value_type* str, size_type pos, size_type len) const noexcept
find_last_of     1338 uspace/lib/cpp/include/__bits/string/string.hpp             size_type find_last_of(const value_type* str, size_type pos = npos) const noexcept
find_last_of     1343 uspace/lib/cpp/include/__bits/string/string.hpp             size_type find_last_of(value_type c, size_type pos = npos) const noexcept
HelenOS homepage, sources at GitHub