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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwprintf.c 1 /* $OpenBSD: fwprintf.c,v 1.3 2011/04/28 17:38:46 stsp Exp $ */
39 fwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
wchar2.h 344 fwprintf (__FILE *__restrict __stream, __const wchar_t *__restrict __fmt, ...) function
352 # define fwprintf(stream, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 344 fwprintf (__FILE *__restrict __stream, __const wchar_t *__restrict __fmt, ...) function
352 # define fwprintf(stream, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 682 int fwprintf (FILE *__stream, const wchar_t *__format, ...) function
768 int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
    [all...]
wchar.h 530 int fwprintf (FILE *__stream, const wchar_t *__format, ...) function
615 int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
    [all...]

Completed in 68 milliseconds