Searched refs:uintmax_t (Results 1 – 16 of 16) sorted by relevance
/bionic/tests/headers/posix/ |
D | inttypes_h.c | 47 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()
|
D | stdint_h.c | 66 TYPE(uintmax_t); in stdint_h()
|
/bionic/libc/tzcode/ |
D | difftime.c | 37 if (sizeof (time_t) <= sizeof (uintmax_t)) { in difftime() 38 uintmax_t t1 = time1, t0 = time0; in difftime()
|
D | private.h | 267 typedef unsigned long long uintmax_t; typedef 269 typedef unsigned long uintmax_t; typedef
|
D | strftime.c | 366 (uintmax_t) mkt); in _fmt()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoumax.c | 15 typedef uintmax_t uint_type;
|
/bionic/libc/include/ |
D | inttypes.h | 261 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);
|
D | stdint.h | 103 typedef uint64_t uintmax_t; typedef
|
D | stdatomic.h | 294 typedef _Atomic(uintmax_t) atomic_uintmax_t;
|
/bionic/libc/bionic/ |
D | strtol.cpp | 202 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax() 203 return StrToU<uintmax_t, UINTMAX_MAX>(s, end, base); in strtoumax()
|
D | ndk_cruft.cpp | 149 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/ |
D | printf_common.h | 68 uintmax_t uintmaxarg; 250 ((uintmax_t)(flags & MAXINT \ 251 ? GETARG(uintmax_t) \ 614 (*argtable)[n].uintmaxarg = va_arg(ap, uintmax_t); in __find_arguments()
|
D | vfwscanf.c | 578 uintmax_t res; in __vfwscanf()
|
D | vfwprintf.cpp | 83 uintmax_t _umax; /* integer arguments %[diouxX] */ in FUNCTION_NAME()
|
D | vfprintf.cpp | 83 uintmax_t _umax; /* integer arguments %[diouxX] */ in FUNCTION_NAME()
|
D | vfscanf.cpp | 671 uintmax_t res; in __svfscanf()
|