HomeSort by relevance Sort by last modified time
    Searched refs:strtouq (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoull.c 106 __strong_alias(strtouq, strtoull);
  /external/ipsec-tools/src/racoon/
backupsa.c 279 GETNEXTNUM(sa_args.l_bytes, strtouq);
280 GETNEXTNUM(sa_args.l_addtime, strtouq);
281 GETNEXTNUM(sa_args.l_usetime, strtouq);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 448 inline unsigned long long int strtouq(const char *nptr, char **endptr, function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 443 inline unsigned long long int strtouq(const char *nptr, char **endptr, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 201 extern unsigned long long int strtouq (__const char *__restrict __nptr,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 201 extern unsigned long long int strtouq (__const char *__restrict __nptr,
    [all...]
  /external/pcre/dist/
pcrecpp.cc 855 unsigned long long r = strtouq(str, &end, radix);
  /external/valgrind/main/perf/
test_input_for_tinycc.c 72 extern unsigned long long int strtouq (__const char *__restrict __nptr,
    [all...]
  /external/qemu-pc-bios/bochs/
configure     [all...]

Completed in 194 milliseconds