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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fputwc.c 1 /* $OpenBSD: fputwc.c,v 1.6 2015/10/01 02:32:07 guenther Exp $ */
2 /* $NetBSD: fputwc.c,v 1.3 2003/03/07 07:11:37 tshiozak Exp $ */
78 fputwc(wchar_t wc, FILE *fp) function
88 DEF_STRONG(fputwc); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fputwc.c 37 NetBSD: fputwc.c,v 1.4 2005/06/12 05:21:27 lukem Exp
98 fputwc(wchar_t wc, FILE *fp) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 530 #define fputwc(...) (pthread_testcancel(), fputwc(__VA_ARGS__)) macro
    [all...]

Completed in 272 milliseconds