reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  582   unsigned long int ret = strtoul(nptr, &tmp_endptr, base);
tools/clang/lib/AST/ASTContext.cpp
 9582     unsigned NumElements = strtoul(Str, &End, 10);
 9598     unsigned NumElements = strtoul(Str, &End, 10);
 9660       unsigned AddrSpace = strtoul(Str, &End, 10);
tools/clang/tools/c-index-test/c-index-test.c
  155                                        (unsigned)strtoul(value, 0L, 10));
tools/lldb/source/Core/FormatEntity.cpp
  541         index_lower = ::strtoul(index_lower_cstr, nullptr, 0);
  550         index_lower = ::strtoul(index_lower_cstr, nullptr, 0);
  551         index_higher = ::strtoul(index_higher_cstr, nullptr, 0);
 2083           unsigned long octal_value = ::strtoul(oct_str, nullptr, 8);
 2108           unsigned long hex_value = strtoul(hex_str, nullptr, 16);
tools/lldb/source/DataFormatters/FormattersHelpers.cpp
  127   unsigned long int idx = ::strtoul(item_name, &endptr, 0);
tools/lldb/source/Host/common/StringConvert.cpp
   36     const unsigned long uval = ::strtoul(s, &end, base);
tools/lldb/source/Interpreter/OptionArgParser.cpp
   87         unsigned long byte_size = ::strtoul(s, &format_char, 0);
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
   93     ar_name_len = strtoul(str.c_str() + 3, &err, 10);
  105   modification_time = strtoul(str.c_str(), &err, 10);
  108   uid = strtoul(str.c_str(), &err, 10);
  111   gid = strtoul(str.c_str(), &err, 10);
  114   mode = strtoul(str.c_str(), &err, 8);
  117   size = strtoul(str.c_str(), &err, 10);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  471       decompressed_bufsize = ::strtoul(bufsize_str.c_str(), nullptr, 10);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 5247       uint64_t user_specified_max = strtoul(packet_size, nullptr, 10);
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  313         addr = ::strtoul(corefile_identifier.c_str() + p, nullptr, 16);
tools/lldb/source/Utility/Args.cpp
  506             unsigned long octal_value = ::strtoul(oct_str, nullptr, 8);
  526             unsigned long hex_value = strtoul(hex_str, nullptr, 16);
tools/lldb/source/Utility/StringExtractor.cpp
   99     uint32_t result = static_cast<uint32_t>(::strtoul(cstr, &end, base));
tools/lldb/source/Utility/StructuredData.cpp
  121     uint64_t val = strtoul(match.second.str().c_str(), nullptr, 10);
tools/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
  384       uint64_t lbound = std::strtoul(arg[1], &endptr, 16);
  391       uint64_t ubound = std::strtoul(arg[2], &endptr, 16);
tools/polly/lib/External/isl/isl_arg.c
 1095 		*p = strtoul(val, NULL, 0);
 1100 		unsigned long ul = strtoul(arg[1], &endptr, 0);
tools/sancov/sancov.cpp
  431             LineInfo.Line = std::strtoul(LineStr.c_str(), &End, 10);
  432             LineInfo.Column = std::strtoul(ColStr.c_str(), &End, 10);
usr/include/c++/7.4.0/bits/basic_string.h
 6382   { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),