Home
last modified time | relevance | path

Searched refs:__xfputwc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c146 static wint_t __xfputwc(CHAR_T, FILE *, locale_t);
200 __xfputwc(wchar_t wc, FILE *fp, locale_t loc) in __xfputwc() function
712 if (__xfputwc((ptr)[n3], fp, loc) == END_OF_FILE) { \ in WDECL()