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

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c438 #ifndef PTRDIFF_T
440 #define PTRDIFF_T ptrdiff_t macro
442 #define PTRDIFF_T long int macro
444 #endif /* !defined(PTRDIFF_T) */
448 * 7.19.6.1, 7). However, we'll simply use PTRDIFF_T and convert it to an
452 #define UPTRDIFF_T PTRDIFF_T
560 PTRDIFF_T *ptrdiffptr;
745 value = va_arg(args, PTRDIFF_T);
922 ptrdiffptr = va_arg(args, PTRDIFF_T *);
923 *ptrdiffptr = (PTRDIFF_T)le
[all...]

Completed in 91 milliseconds