| /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
| putwc.c | 1 /* $NetBSD: putwc.c,v 1.4 2005/06/12 05:21:27 lukem Exp $ */
33 __RCSID("$NetBSD: putwc.c,v 1.4 2005/06/12 05:21:27 lukem Exp $");
40 * A subroutine version of the macro putwc.
42 #undef putwc
macro 45 putwc(wchar_t wc, FILE *fp)
function
|
| Stdio.inf | 88 putwc.c #
|
| /external/expat/xmlwf/ |
| xmltchar.h | 45 # define puttc putwc
|
| /bionic/tests/headers/posix/ |
| wchar_h.c | 64 FUNCTION(putwc, wint_t (*f)(wchar_t, FILE*));
|
| /device/linaro/bootloader/edk2/StdLib/Include/ |
| wchar.h | 63 wint_t putwc (wchar_t c, FILE *stream);
[all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
| stdio_sync_filebuf.h | 238 { return std::putwc(__c, _M_file); }
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
| stdio_sync_filebuf.h | 238 { return std::putwc(__c, _M_file); }
|
| /bionic/libc/include/ |
| wchar.h | 61 wint_t putwc(wchar_t __wc, FILE* __fp);
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| wchar_h.pass.cpp | 68 static_assert((std::is_same<decltype(putwc(L' ', fp)), wint_t>::value), "");
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/ |
| wchar_h.pass.cpp | 68 static_assert((std::is_same<decltype(putwc(L' ', fp)), wint_t>::value), "");
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| pthread.h | 635 #undef putwc macro 636 #define putwc(...) (pthread_testcancel(), putwc(__VA_ARGS__)) macro [all...] |
| stdio.h | 793 wint_t __cdecl putwc(wchar_t _Ch,FILE *_File); 883 #define putwc macro [all...] |
| wchar.h | 642 wint_t __cdecl putwc(wchar_t _Ch,FILE *_File); 765 #define putwc(_c,_stm) fputwc(_c,_stm) macro [all...] |
| tchar.h | 211 #define _puttc putwc
|
| /external/libcxx/test/std/strings/c.strings/ |
| cwchar.pass.cpp | 67 static_assert((std::is_same<decltype(std::putwc(L' ', fp)), std::wint_t>::value), "");
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/ |
| cwchar.pass.cpp | 67 static_assert((std::is_same<decltype(std::putwc(L' ', fp)), std::wint_t>::value), "");
|
| /bionic/libc/stdio/ |
| stdio.cpp | 880 wint_t putwc(wchar_t wc, FILE* fp) { function
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| wchar.h | 757 extern wint_t putwc (wchar_t __wc, __FILE *__stream);
|