Searched refs:UINTMAX_T (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c385 #ifdef UINTMAX_T
386 #undef UINTMAX_T macro
387 #endif /* defined(UINTMAX_T) */
389 #define UINTMAX_T uintmax_t macro
394 #define UINTMAX_T ULLONG macro
544 static int convert(UINTMAX_T, char *, size_t, int, int);
545 static UINTMAX_T cast(LDOUBLE);
546 static UINTMAX_T myround(LDOUBLE);
787 value = va_arg(args, UINTMAX_T);
994 UINTMAX_T uvalu
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h31 typedef __sanitizer::u64 UINTMAX_T; typedef
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3385 INTERCEPTOR(UINTMAX_T, strtoumax, const char *nptr, char **endptr, int base) {
3392 UINTMAX_T res = REAL(strtoumax)(nptr, &real_endptr, base);
7976 INTERCEPTOR(UINTMAX_T, strtou, const char *nptr, char **endptr, int base,
7977 UINTMAX_T low, UINTMAX_T high, int *rstatus) {
7981 UINTMAX_T ret = REAL(strtou)(nptr, &real_endptr, base, low, high, rstatus);

Completed in 150 milliseconds