Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 25 of 25) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Datoi.c36 return((int)strtol(str, (char **)NULL, 10)); in atoi()
Datol.c36 return(strtol(str, (char **)NULL, 10)); in atol()
Dstrtol.c43 strtol(const char *nptr, char **endptr, int base) in strtol() function
/bionic/libc/private/
Dget_cpu_count_from_string.h38 int cpu = static_cast<int>(strtol(s, const_cast<char**>(&s), 10)); in GetCpuCountFromString()
/bionic/libc/include/
Dstdlib.h72 extern long strtol(const char *, char **, int);
/bionic/tests/
Dstdlib_test.cpp472 strtol("123", NULL, -1); in TEST()
475 strtol("123", NULL, 1); in TEST()
478 strtol("123", NULL, 37); in TEST()
/bionic/libstdc++/include/
Dcstdlib55 using ::strtol;
/bionic/libc/malloc_debug/
DConfig.cpp128 long read_value = strtol(cur_, const_cast<char**>(&end), 10); in Get()
/bionic/libc/tzcode/
Dprivate.h228 # define strtoimax strtol
/bionic/libc/
Dlibc.mips64.map957 strtol;
Dlibc.x86_64.map957 strtol;
Dlibc.arm64.map957 strtol;
Dlibc.x86.brillo.map1013 strtol;
Dlibc.mips.brillo.map1015 strtol;
Dlibc.arm.brillo.map1017 strtol;
Dlibc.mips.map1015 strtol;
Dlibc.x86.map1013 strtol;
Dlibc.arm.map1017 strtol;
Dlibc.map.txt1042 strtol;
DAndroid.mk536 upstream-openbsd/lib/libc/stdlib/strtol.c \
DAndroid.bp556 "upstream-openbsd/lib/libc/stdlib/strtol.c",
/bionic/libc/tools/
Dposix-2013.txt1027 strtol
/bionic/libc/dns/nameser/
Dns_name.c1073 blen = (int)strtol(beg_blen, &end_blen, 10); in encode_bitsring()
/bionic/libc/dns/net/
Dgethnamaddr.c601 int result_code = strtol(buf, NULL, 10); in android_read_hostent()
Dgetaddrinfo.c453 int result_code = (int)strtol(buf, NULL, 10); in android_getaddrinfo_proxy()