HomeSort by relevance Sort by last modified time
    Searched refs:strtoul (Results 101 - 125 of 601) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/support/solaris/
xlocale.h 54 return strtoul(__nptr, __endptr, __base);
  /system/libufdt/sysdeps/
libufdt_sysdeps_posix.c 47 return strtoul(nptr, endptr, base);
  /system/update_engine/common/
http_common.cc 67 return static_cast<HttpResponseCode>(strtoul(s, nullptr, 10));
  /toolchain/binutils/binutils-2.27/libiberty/
strtoul.c 61 strtoul(const char *nptr, char **endptr, register int base) function
  /external/libcap/progs/
capsh.c 241 value = strtoul(argv[i]+7, NULL, 0);
297 value = strtoul(argv[i]+10, NULL, 0);
307 value = strtoul(argv[i]+10, NULL, 0);
323 value = strtoul(argv[i]+9, NULL, 0);
348 value = strtoul(argv[i]+6, NULL, 0);
359 value = strtoul(argv[i]+6, NULL, 0);
402 group_list[g_count] = strtoul(ptr, NULL, 0);
  /external/iproute2/lib/
rt_names.c 218 res = strtoul(arg, &end, 0);
287 res = strtoul(arg, &end, 0);
350 res = strtoul(arg, &end, 0);
452 i = strtoul(arg, &end, 0);
515 res = strtoul(arg, &end, 16);
672 res = strtoul(arg, &end, 0);
  /external/libnl/tests/
test-complex-HTB-with-hash-filters.c 39 res = strtoul(arg, &ptr, base);
56 htid = strtoul(str, &tmp, 16);
63 hash = strtoul(str, &tmp, 16);
70 nodeid = strtoul(str, &tmp, 16);
108 maj = strtoul(str, &p, 16);
119 min = strtoul(str, &p, 16);
  /external/autotest/client/profilers/powertop/src/
misctips.c 77 i = strtoul(buffer, NULL, 10);
107 i = strtoul(buffer, NULL, 10);
  /external/iptables/extensions/
libipt_realm.c 50 realminfo->id = strtoul(cb->arg, &end, 0);
53 realminfo->mask = strtoul(end+1, &end, 0);
  /external/iw/
connect.c 30 freq = strtoul(argv[0], &end, 10);
189 freq = strtoul(argv[0], &end, 10);
ibss.c 75 freq = strtoul(argv[0], &end, 10);
123 bintval = strtoul(argv[0], &end, 10);
  /external/libnl/lib/route/
pktloc_grammar.l 28 yylval->i = strtoul(yytext, NULL, 0);
  /external/ltp/testcases/kernel/io/writetest/
writetest.c 193 NumBlocks = strtoul(optarg, NULL, 0);
199 DefaultSeed = strtoul(optarg, NULL, 0);
  /external/ltp/testcases/kernel/syscalls/getcpu/
getcpu01.c 288 cpu = strtoul(dn->d_name + 3, NULL, 0);
291 strtoul(de->d_name + 4, NULL, 0);
  /external/nos/host/android/manual_tests/
test_citadel.c 243 command = strtoul(argv[optind], &e, 16);
263 buf[i] = 0xff & strtoul(argv[optind], &e, 16);
294 buf[i] = 0xff & strtoul(argv[optind], &e, 16);
361 value = strtoul(argv[2], &e, 16);
368 address = strtoul(argv[1], &e, 16);
967 option.app_id = (uint8_t)strtoul(optarg, &e, 16);
972 option.param = (uint16_t)strtoul(optarg, &e, 16);
977 option.more = (uint32_t)strtoul(optarg, &e, 0);

Completed in 503 milliseconds

1 2 3 45 6 7 8 91011>>