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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfputws.c1 /* $OpenBSD: fputws.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
2 /* $NetBSD: fputws.c,v 1.1 2003/03/07 07:11:37 tshiozak Exp $ */
30 * FreeBSD: src/lib/libc/stdio/fputws.c,v 1.4 2002/09/20 13:25:40 tjr Exp
40 fputws(ws, fp) function
58 DEF_STRONG(fputws); variable
/bionic/tests/headers/posix/
H A Dwchar_h.c52 FUNCTION(fputws, int (*f)(const wchar_t*, FILE*));
/bionic/libc/include/
H A Dwchar.h52 int fputws(const wchar_t* __s, FILE* __fp);
/bionic/tools/versioner/current/
H A Dwchar.h52 int fputws(const wchar_t* __s, FILE* __fp);
/bionic/tests/
H A Dwchar_test.cpp671 ASSERT_NE(EOF, fputws(L"hello, world!", fp));

Completed in 283 milliseconds