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

/freebsd-9.3-release/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...]

Completed in 300 milliseconds