Searched refs:strtoimax (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | inttypes_test.cpp | 53 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/ |
D | strtoimax.c | 42 strtoimax(const char *nptr, char **endptr, int base) in strtoimax() function
|
/bionic/libc/tzcode/ |
D | private.h | 176 # define strtoimax strtoll macro 187 # define strtoimax strtol macro
|
/bionic/libc/include/ |
D | inttypes.h | 259 intmax_t strtoimax(const char *, char **, int);
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfscanf.c | 735 res = strtoimax(buf, NULL, base); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1023 strtoimax
|
/bionic/libc/ |
D | libc.map | 1138 strtoimax;
|
D | Android.mk | 501 upstream-openbsd/lib/libc/stdlib/strtoimax.c \
|