Home
last modified time | relevance | path

Searched refs:strtoimax (Results 1 – 8 of 8) sorted by relevance

/bionic/tests/
Dinttypes_test.cpp53 strtoimax("123", NULL, -1); in TEST()
56 strtoimax("123", NULL, 1); in TEST()
59 strtoimax("123", NULL, 37); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoimax.c42 strtoimax(const char *nptr, char **endptr, int base) in strtoimax() function
/bionic/libc/tzcode/
Dprivate.h176 # define strtoimax strtoll macro
187 # define strtoimax strtol macro
/bionic/libc/include/
Dinttypes.h259 intmax_t strtoimax(const char *, char **, int);
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfscanf.c735 res = strtoimax(buf, NULL, base); in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1023 strtoimax
/bionic/libc/
Dlibc.map1138 strtoimax;
DAndroid.mk501 upstream-openbsd/lib/libc/stdlib/strtoimax.c \