strtoul            68 base/files/dir_reader_posix_unittest.cc     const unsigned long value = strtoul(reader.name(), &endptr, 10);
strtoul           212 base/linux_util.cc     const unsigned long int pid_ul = strtoul(dent->d_name, &endptr, 10);
strtoul           273 base/linux_util.cc     const unsigned long int tid_ul = strtoul(dent->d_name, &endptr, 10);
strtoul           114 chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc       sleep_us = strtoul(sleep_str.c_str(), 0, 0);
strtoul           295 components/nacl/loader/nacl_helper_linux.cc     uintptr_t r_debug_addr = strtoul(r_debug_switch_value.c_str(), &endp, 0);
strtoul           329 components/nacl/loader/nacl_helper_linux.cc         strtoul(reserved_at_zero_switch_value.c_str(), &endp, 0);
strtoul            91 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   *content_length = strtoul(iter->second.c_str(), NULL, 10);
strtoul            33 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c     unsigned long value = strtoul(pos, &end_pos, 10);
strtoul            82 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c     unsigned long word = strtoul(pos, &end_pos, 16);
strtoul            77 sandbox/linux/suid/linux_util.c     const unsigned long int pid_ul = strtoul(dent->d_name, &endptr, 10);
strtoul           471 sandbox/linux/suid/sandbox.c     unsigned long pid_ul = strtoul(argv[2], &endptr, 10);
strtoul            55 third_party/cld/base/strtoint.h     return strtoul(nptr, endptr, base);
strtoul           758 third_party/codesighs/codesighs.c                 arg = strtoul(current->mValue, &endScan, 0);
strtoul           775 third_party/codesighs/codesighs.c                 arg = strtoul(current->mValue, &endScan, 0);
strtoul           349 third_party/codesighs/msdump2symdb.c             numericLength = strtoul(sectionLength, &endScan, 16);
strtoul           455 third_party/codesighs/msdump2symdb.c                     sectionIndex1 = strtoul(sectionString, &endScan, 16);
strtoul           587 third_party/codesighs/msdump2symdb.c                                 offset = strtoul(offsetArg, &endOffsetArg, 16);
strtoul           455 third_party/codesighs/msmap2tsv.c                     lengthNum = strtoul(length, &endLength, 16);
strtoul           881 third_party/harfbuzz-ng/src/hb-private.hh   unsigned long v = strtoul (buf, &end, base);
strtoul           231 third_party/libusb/src/libusb/os/linux_netlink.c 	*busnum = (uint8_t)(strtoul(tmp, NULL, 10) & 0xff);
strtoul           242 third_party/libusb/src/libusb/os/linux_netlink.c 	*devaddr = (uint8_t)(strtoul(tmp, NULL, 10) & 0xff);
strtoul          1199 third_party/libxml/src/triostr.c   return strtoul(string, endp, base);
strtoul          3385 third_party/protobuf/src/google/protobuf/descriptor.cc             strtoul(proto.default_value().c_str(), &end_pos, 0);
strtoul           587 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   const unsigned long result = strtoul(nptr, endptr, base);
strtoul            49 third_party/protobuf/src/google/protobuf/stubs/strutil.h #define strtoull strtoul
strtoul           310 third_party/protobuf/src/google/protobuf/stubs/strutil.h     return strtoul(nptr, endptr, base);
strtoul          1072 third_party/re2/re2/re2.cc   unsigned long r = strtoul(str, &end, radix);
strtoul           795 third_party/re2/util/pcre.cc   unsigned long r = strtoul(str, &end, radix);
strtoul           529 third_party/talloc/libreplace/replace.c 	return (unsigned long long int) strtoul(str, endptr, base);