HelenOS sources

c_str             151 uspace/lib/cpp/include/__bits/io/fstream.hpp                 return open(name.c_str(), mode);
c_str             474 uspace/lib/cpp/include/__bits/io/fstream.hpp                 open(name.c_str(), mode);
c_str             583 uspace/lib/cpp/include/__bits/io/fstream.hpp                 open(name.c_str(), mode);
c_str             696 uspace/lib/cpp/include/__bits/io/fstream.hpp                 open(name.c_str(), mode);
c_str            1207 uspace/lib/cpp/include/__bits/string/string.hpp                 return find(str.c_str(), pos, str.size());
c_str            1248 uspace/lib/cpp/include/__bits/string/string.hpp                 return rfind(str.c_str(), pos, str.size());
c_str            1289 uspace/lib/cpp/include/__bits/string/string.hpp                 return find_first_of(str.c_str(), pos, str.size());
c_str            1321 uspace/lib/cpp/include/__bits/string/string.hpp                 return find_last_of(str.c_str(), pos, str.size());
c_str            1350 uspace/lib/cpp/include/__bits/string/string.hpp                 return find_first_not_of(str.c_str(), pos, str.size());
c_str            1391 uspace/lib/cpp/include/__bits/string/string.hpp                 return find_last_not_of(str.c_str(), pos, str.size());
c_str             388 uspace/lib/cpp/src/__bits/test/string.cpp         str1.copy(const_cast<char*>(str2.c_str()), 3, 2);
c_str             682 uspace/lib/cpp/src/__bits/test/string.cpp         res = str1.compare(str2.c_str());
c_str              38 uspace/lib/cpp/src/stdexcept.cpp         : what_{::helenos::str_dup(what.c_str())}
c_str             117 uspace/lib/cpp/src/stdexcept.cpp         : what_{::helenos::str_dup(what.c_str())}
c_str              44 uspace/lib/cpp/src/string.cpp         long result = ::strtol(str.c_str(), &end, base);
c_str              46 uspace/lib/cpp/src/string.cpp         if (end != str.c_str())
c_str              49 uspace/lib/cpp/src/string.cpp                 *idx = static_cast<size_t>(end - str.c_str());
c_str              60 uspace/lib/cpp/src/string.cpp         unsigned long result = ::strtoul(str.c_str(), &end, base);
c_str              62 uspace/lib/cpp/src/string.cpp         if (end != str.c_str())
c_str              65 uspace/lib/cpp/src/string.cpp                 *idx = static_cast<size_t>(end - str.c_str());
c_str             266 uspace/lib/cpp/src/system_error.cpp         : runtime_error{what_arg.c_str()}, code_{ec}
c_str             279 uspace/lib/cpp/src/system_error.cpp         : runtime_error{what_arg.c_str()}, code_{code, cat}
HelenOS homepage, sources at GitHub