Searched refs:strtoimax (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/stdlib/ |
D | atoi.c | 32 return (int)strtoimax(s, NULL, 10); in atoi()
|
D | atoll.c | 32 return (long long)strtoimax(s, NULL, 10); in atoll()
|
D | atol.c | 32 return (long)strtoimax(s, NULL, 10); in atol()
|
D | strtoll.c | 48 return strtoimax(nptr, endptr, base); in strtoll()
|
D | strtoimax.c | 43 strtoimax(const char *nptr, char **endptr, int base) in strtoimax() function
|
/bionic/libc/include/ |
D | inttypes.h | 254 intmax_t strtoimax(const char *, char **, int);
|
/bionic/libc/stdio/ |
D | vfscanf.c | 581 res = strtoimax(buf, NULL, base); in VFSCANF()
|
/bionic/libc/ |
D | Android.mk | 170 stdlib/strtoimax.c \
|