HomeSort by relevance Sort by last modified time
    Searched defs:putwc (Results 1 - 5 of 5) sorted by null

  /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
  /bionic/libc/stdio/
stdio.cpp 880 wint_t putwc(wchar_t wc, FILE* fp) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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...]
pthread.h 635 #undef putwc macro
636 #define putwc(...) (pthread_testcancel(), putwc(__VA_ARGS__)) macro
    [all...]

Completed in 230 milliseconds