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

/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c60 * values and during the floating point conversion; use the OUTCHAR() macro
528 #ifdef OUTCHAR
529 #undef OUTCHAR macro
530 #endif /* defined(OUTCHAR) */
531 #define OUTCHAR(str, len, size, ch) \ macro
594 OUTCHAR(str, len, size, ch);
854 OUTCHAR(str, len, size, cvalue);
932 OUTCHAR(str, len, size, ch);
977 OUTCHAR(str, *len, size, ' ');
981 OUTCHAR(st
[all...]

Completed in 212 milliseconds