Searched refs:fputws (Results 1 – 8 of 8) sorted by relevance
40 fputws(const wchar_t * __restrict ws, FILE * __restrict fp) in fputws() function56 DEF_STRONG(fputws);
52 FUNCTION(fputws, int (*f)(const wchar_t*, FILE*)); in wchar_h()
53 int fputws(const wchar_t* _Nonnull __s, FILE* _Nonnull __fp);
291 fputws
790 ASSERT_NE(EOF, fputws(L"hello, world!", fp)); in TEST()
377 fputws;
522 "upstream-openbsd/lib/libc/stdio/fputws.c",