Searched refs:strntoumax (Results 1 – 11 of 11) sorted by relevance
/external/syslinux/dos/ |
D | strtoul.c | 10 extern uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n); 14 return (unsigned long) strntoumax(nptr, endptr, base, ~(size_t) 0); in strtoul()
|
D | strntoumax.c | 24 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) in strntoumax() function
|
D | Makefile | 42 strntoumax.o argv.o printf.o __divdi3.o __udivmoddi4.o
|
/external/syslinux/memdisk/ |
D | Makefile | 42 ctypes.o strntoumax.o strtoull.o suffix_number.o \ 47 ctypes.c strntoumax.c strtoull.c suffix_number.c
|
/external/syslinux/com32/lib/ |
D | atox.c | 13 return (TYPE) strntoumax(nptr, (char **)NULL, 10, ~(size_t) 0); in NAME()
|
D | strtox.c | 12 return (TYPE) strntoumax(nptr, endptr, base, ~(size_t) 0); in NAME()
|
D | strntoimax.c | 12 return (intmax_t) strntoumax(nptr, endptr, base, n); in strntoimax()
|
D | strntoumax.c | 24 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) in strntoumax() function
|
D | vsscanf.c | 210 val = strntoumax(q, (char **)&qq, base, width); in vsscanf()
|
/external/syslinux/com32/include/ |
D | inttypes.h | 22 __extern uintmax_t strntoumax(const char *, char **, int, size_t);
|
/external/syslinux/mk/ |
D | lib.mk | 192 strtoul.o strntoumax.o strcasecmp.o \
|