Searched defs:WDECL (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/lib/libc/stdio/ |
H A D | vfwprintf.c | 79 #define WDECL(a, b) a ## w ## b macro 89 #define WDECL(a, b) a ## b macro 553 WDECL(vf,printf)(FILE * __restrict fp, const CHAR_T * __restrict fmt0, va_list ap) in WDECL() function 564 WDECL(vf,printf_l)(FILE * __restrict fp, locale_t loc, const CHAR_T * __restrict fmt0, in WDECL() function 620 WDECL(__vf,printf_unlocked_l)(FILE *fp, locale_t loc, const CHAR_T *fmt0, va_list ap) in WDECL() function
|