Home
last modified time | relevance | path

Searched refs:vfwprintf (Results 1 – 22 of 22) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dlibintl.h436 #undef vfwprintf
437 #define vfwprintf libintl_vfwprintf macro
438 extern int vfwprintf (FILE *, const wchar_t *, va_list);
Dlibgnuintl.in.h438 #undef vfwprintf
439 #define vfwprintf libintl_vfwprintf macro
440 extern int vfwprintf (FILE *, const wchar_t *, va_list);
Dlibgnuintl.h444 #undef vfwprintf
445 #define vfwprintf libintl_vfwprintf macro
446 extern LIBINTL_DLL_EXPORTED int vfwprintf (FILE *, const wchar_t *, va_list);
Dprintf.c343 return vfwprintf (stream, format, args); in libintl_vfwprintf()
DChangeLog.02956 vasprintf, fwprintf, vfwprintf, wprintf, vwprintf, swprintf, vswprintf,
3109 vfwprintf, wprintf, vwprintf, swprintf, vswprintf): New fallback
/third_party/musl/src/stdio/
Dvwprintf.c6 return vfwprintf(stdout, fmt, ap); in vwprintf()
Dfwprintf.c10 ret = vfwprintf(f, fmt, ap); in fwprintf()
Dvswprintf.c57 r = vfwprintf(&f, fmt, ap); in vswprintf()
Dvfwprintf.c340 int vfwprintf(FILE *restrict f, const wchar_t *restrict fmt, va_list ap) in vfwprintf() function
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvfwprintf.c37 int result = vfwprintf(stream, fmt, ap); in readFile()
Dtest_src_functionalext_supplement_stdio.gni35 "vfwprintf",
/third_party/musl/libc-test/src/api/
Dstdio.c126 {int(*p)(FILE*restrict,const wchar_t*restrict,va_list) = vfwprintf;} in h()
Dwchar.c40 {int(*p)(FILE*restrict,const wchar_t*restrict,va_list) = vfwprintf;} in f()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar38 using ::vfwprintf;
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h114 int vfwprintf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/ndk_musl_include/
Dwchar.h114 int vfwprintf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/include/
Dwchar.h114 int vfwprintf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h116 int vfwprintf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h116 int vfwprintf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/
Dlibc.map.txt1865 vfwprintf;
Dmusl_src.gni1167 "src/stdio/vfwprintf.c",
/third_party/gettext/gettext-runtime/m4/
DChangeLog.01261 wscanf, swprintf, swscanf, vfwprintf, vwprintf, vwsprintf, fgetwc,