Searched refs:strtoull (Results 1 – 19 of 19) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | strtoull.c | 45 strtoull(const char *nptr, char **endptr, int base) in strtoull() function 113 __strong_alias(strtouq, strtoull);
|
/bionic/libc/bionic/ |
D | bionic_systrace.cpp | 67 g_tags = strtoull(value, nullptr, 0); in should_trace()
|
D | locale.cpp | 212 return strtoull(s, end_ptr, base); in strtoull_l()
|
/bionic/libc/include/ |
D | stdlib.h | 75 extern unsigned long long strtoull(const char *, char **, int);
|
/bionic/tests/ |
D | stdlib_test.cpp | 508 strtoull("123", NULL, -1); in TEST() 511 strtoull("123", NULL, 1); in TEST() 514 strtoull("123", NULL, 37); in TEST()
|
/bionic/libstdc++/include/ |
D | cstdlib | 58 using ::strtoull;
|
/bionic/libc/ |
D | libc.arm64.map | 964 strtoull;
|
D | libc.mips64.map | 964 strtoull;
|
D | libc.x86_64.map | 964 strtoull;
|
D | libc.mips.brillo.map | 1022 strtoull;
|
D | libc.x86.brillo.map | 1020 strtoull;
|
D | libc.mips.map | 1022 strtoull;
|
D | libc.arm.brillo.map | 1024 strtoull;
|
D | libc.x86.map | 1020 strtoull;
|
D | libc.map.txt | 1049 strtoull;
|
D | libc.arm.map | 1024 strtoull;
|
D | Android.mk | 539 upstream-openbsd/lib/libc/stdlib/strtoull.c \
|
D | Android.bp | 559 "upstream-openbsd/lib/libc/stdlib/strtoull.c",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1030 strtoull
|