Searched refs:strtol (Results 1 – 25 of 25) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | atoi.c | 36 return((int)strtol(str, (char **)NULL, 10)); in atoi()
|
D | atol.c | 36 return(strtol(str, (char **)NULL, 10)); in atol()
|
D | strtol.c | 43 strtol(const char *nptr, char **endptr, int base) in strtol() function
|
/bionic/libc/private/ |
D | get_cpu_count_from_string.h | 38 int cpu = static_cast<int>(strtol(s, const_cast<char**>(&s), 10)); in GetCpuCountFromString()
|
/bionic/libc/include/ |
D | stdlib.h | 72 extern long strtol(const char *, char **, int);
|
/bionic/tests/ |
D | stdlib_test.cpp | 472 strtol("123", NULL, -1); in TEST() 475 strtol("123", NULL, 1); in TEST() 478 strtol("123", NULL, 37); in TEST()
|
/bionic/libstdc++/include/ |
D | cstdlib | 55 using ::strtol;
|
/bionic/libc/malloc_debug/ |
D | Config.cpp | 128 long read_value = strtol(cur_, const_cast<char**>(&end), 10); in Get()
|
/bionic/libc/tzcode/ |
D | private.h | 228 # define strtoimax strtol
|
/bionic/libc/ |
D | libc.mips64.map | 957 strtol;
|
D | libc.x86_64.map | 957 strtol;
|
D | libc.arm64.map | 957 strtol;
|
D | libc.x86.brillo.map | 1013 strtol;
|
D | libc.mips.brillo.map | 1015 strtol;
|
D | libc.arm.brillo.map | 1017 strtol;
|
D | libc.mips.map | 1015 strtol;
|
D | libc.x86.map | 1013 strtol;
|
D | libc.arm.map | 1017 strtol;
|
D | libc.map.txt | 1042 strtol;
|
D | Android.mk | 536 upstream-openbsd/lib/libc/stdlib/strtol.c \
|
D | Android.bp | 556 "upstream-openbsd/lib/libc/stdlib/strtol.c",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1027 strtol
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 1073 blen = (int)strtol(beg_blen, &end_blen, 10); in encode_bitsring()
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 601 int result_code = strtol(buf, NULL, 10); in android_read_hostent()
|
D | getaddrinfo.c | 453 int result_code = (int)strtol(buf, NULL, 10); in android_getaddrinfo_proxy()
|