Home
last modified time | relevance | path

Searched refs:uintmax_t (Results 1 – 16 of 16) sorted by relevance

/bionic/tests/headers/posix/
Dinttypes_h.c47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int)); in inttypes_h()
49 FUNCTION(wcstoumax, uintmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
Dstdint_h.c66 TYPE(uintmax_t); in stdint_h()
/bionic/libc/tzcode/
Ddifftime.c37 if (sizeof (time_t) <= sizeof (uintmax_t)) { in difftime()
38 uintmax_t t1 = time1, t0 = time0; in difftime()
Dprivate.h267 typedef unsigned long long uintmax_t; typedef
269 typedef unsigned long uintmax_t; typedef
Dstrftime.c366 (uintmax_t) mkt); in _fmt()
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoumax.c15 typedef uintmax_t uint_type;
/bionic/libc/include/
Dinttypes.h261 uintmax_t strtoumax(const char* __s, char** __end_ptr, int __base);
263 uintmax_t wcstoumax(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
Dstdint.h103 typedef uint64_t uintmax_t; typedef
Dstdatomic.h294 typedef _Atomic(uintmax_t) atomic_uintmax_t;
/bionic/libc/bionic/
Dstrtol.cpp202 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax()
203 return StrToU<uintmax_t, UINTMAX_MAX>(s, end, base); in strtoumax()
Dndk_cruft.cpp149 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) { in strntoumax()
153 uintmax_t v = 0; in strntoumax()
/bionic/libc/stdio/
Dprintf_common.h68 uintmax_t uintmaxarg;
250 ((uintmax_t)(flags & MAXINT \
251 ? GETARG(uintmax_t) \
614 (*argtable)[n].uintmaxarg = va_arg(ap, uintmax_t); in __find_arguments()
Dvfwscanf.c578 uintmax_t res; in __vfwscanf()
Dvfwprintf.cpp83 uintmax_t _umax; /* integer arguments %[diouxX] */ in FUNCTION_NAME()
Dvfprintf.cpp83 uintmax_t _umax; /* integer arguments %[diouxX] */ in FUNCTION_NAME()
Dvfscanf.cpp671 uintmax_t res; in __svfscanf()