strtoull          107 base/linux_util.cc       strtoull(buf + sizeof(kSocketLinkPrefix) - 1, &endptr, 10);
strtoull          163 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc       expected_size = strtoull(iter->second.c_str(), NULL, 10);
strtoull           36 net/tools/dump_cache/url_to_filename_encoder.cc   const uint64 value = strtoull(str, &error, 16);
strtoull           46 sandbox/linux/suid/linux_util.c       strtoull(buf + sizeof(kSocketLinkPrefix) - 1, &endptr, 10);
strtoull          457 sandbox/linux/suid/sandbox.c     ino_t inode = strtoull(argv[2], &endptr, 10);
strtoull           71 third_party/cld/base/strtoint.h   return strtoull(nptr, endptr, base);
strtoull          326 third_party/protobuf/src/google/protobuf/stubs/strutil.h   return strtoull(nptr, endptr, base);
strtoull         1159 third_party/re2/re2/re2.cc   uint64 r = strtoull(str, &end, radix);
strtoull          882 third_party/re2/util/pcre.cc   uint64 r = strtoull(str, &end, radix);
strtoull          620 third_party/talloc/libreplace/test/testsuite.c #define TEST_STRTOULL(str,base,res,diff,errnoo) TEST_STRTO_X(long long unsigned int,"%llu",strtoull,str,base,res,diff,errnoo)
strtoull          625 third_party/tcmalloc/chromium/src/base/sysinfo.cc   return strtoull(text, endptr, base);
strtoull          430 url/url_canon_internal.h   return strtoull(nptr, endptr, base);