HomeSort by: relevance | last modified time | path
    Searched refs:vfwprintf (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libc/stdio/
vwprintf.c 55 return vfwprintf(stdout, fmt, ap);
wprintf.c 52 ret = vfwprintf(stdout, fmt, ap);
fwprintf.c 52 ret = vfwprintf(fp, fmt, ap);
Makefile.inc 19 vasprintf.c vdprintf.c vfprintf.c vfscanf.c vfwprintf.c vfwscanf.c \
65 MLINKS+=wprintf.3 vwprintf.3 wprintf.3 vfwprintf.3 wprintf.3 vswprintf.3
  /src/external/gpl2/gettext/include/
libgnuintl.h 383 #undef vfwprintf
384 #define vfwprintf libintl_vfwprintf
385 extern LIBINTL_DLL_EXPORTED int vfwprintf (FILE *, const wchar_t *, va_list);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
libgnuintl.h.in 379 #undef vfwprintf
380 #define vfwprintf libintl_vfwprintf
381 extern int vfwprintf (FILE *, const wchar_t *, va_list);
printf.c 312 return vfwprintf (stream, format, args);
  /src/external/gpl2/texinfo/dist/intl/
libgnuintl.h.in 343 #undef vfwprintf
344 #define vfwprintf libintl_vfwprintf
345 extern int vfwprintf (FILE *, const wchar_t *, va_list);
printf.c 278 return vfwprintf (stream, format, args);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wchar.h 52 using std::vfwprintf;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wchar.h 52 using std::vfwprintf;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wchar_.d 139 int vfwprintf(FILE* stream, const scope wchar_t* format, va_list arg);
  /src/include/
wchar.h 195 int vfwprintf(FILE * __restrict, const wchar_t * __restrict, __va_list);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17327 using ::vfwprintf;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17142 using ::vfwprintf;
    [all...]

Completed in 86 milliseconds