HomeSort by relevance Sort by last modified time
    Searched refs:putwchar (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
putwchar.c 1 /* $NetBSD: putwchar.c,v 1.4 2005/06/12 05:21:27 lukem Exp $ */
33 __RCSID("$NetBSD: putwchar.c,v 1.4 2005/06/12 05:21:27 lukem Exp $");
40 * A subroutine version of the macro putwchar.
42 #undef putwchar macro
45 putwchar(wchar_t wc) function
Stdio.inf 89 putwchar.c #
  /bionic/tests/headers/posix/
wchar_h.c 65 FUNCTION(putwchar, wint_t (*f)(wchar_t));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 64 wint_t putwchar (wchar_t c);
    [all...]
  /bionic/libc/include/
wchar.h 62 wint_t putwchar(wchar_t __wc);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 126 static_assert((std::is_same<decltype(putwchar(L' ')), wint_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 126 static_assert((std::is_same<decltype(putwchar(L' ')), wint_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 637 #undef putwchar macro
638 #define putwchar(...) (pthread_testcancel(), putwchar(__VA_ARGS__)) macro
    [all...]
stdio.h 794 wint_t __cdecl putwchar(wchar_t _Ch);
876 #define putwchar macro
879 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); } function
    [all...]
wchar.h 643 wint_t __cdecl putwchar(wchar_t _Ch);
758 #define putwchar(_c) fputwc((_c),stdout) macro
761 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); } function
    [all...]
tchar.h 213 #define _puttchar putwchar
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 125 static_assert((std::is_same<decltype(std::putwchar(L' ')), std::wint_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 125 static_assert((std::is_same<decltype(std::putwchar(L' ')), std::wint_t>::value), "");
  /bionic/libc/stdio/
stdio.cpp 885 wint_t putwchar(wchar_t wc) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 763 extern wint_t putwchar (wchar_t __wc);

Completed in 282 milliseconds