HelenOS sources

find_first_of    1287 uspace/lib/cpp/include/__bits/string/string.hpp             size_type find_first_of(const basic_string& str, size_type pos = 0) const noexcept
find_first_of    1292 uspace/lib/cpp/include/__bits/string/string.hpp             size_type find_first_of(const value_type* str, size_type pos, size_type len) const noexcept
find_first_of    1309 uspace/lib/cpp/include/__bits/string/string.hpp             size_type find_first_of(const value_type* str, size_type pos = 0) const noexcept
find_first_of    1314 uspace/lib/cpp/include/__bits/string/string.hpp             size_type find_first_of(value_type c, size_type pos = 0) const noexcept
HelenOS homepage, sources at GitHub