Home
last modified time | relevance | path

Searched refs:fwprintf (Results 1 – 25 of 43) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfwprintf.c26 int result = fwprintf(stdout, L"This is a test!!QAZ@WSX12"); in fwprintf_0100()
39 int result = fwprintf(stderr, L"This is a test!"); in fwprintf_0200()
56 int result = fwprintf(fptr, L"This is a test!"); in fwprintf_0300()
79 int result = fwprintf(fptr2, L"This is a test!"); in fwprintf_0400()
Dvfwscanf.c57 fwprintf(fp, L"%lc %ls ", symbol[i], names[i]); in vfwscanf_0100()
Dtest_src_functionalext_supplement_stdio.gni83 "fwprintf",
/third_party/python/PC/
Dlauncher.c107 fwprintf(stderr, L"%ls\n", message); in error()
1539 fwprintf(stdout, L"\ in show_help_text()
1541 fwprintf(stdout, L"\ in show_help_text()
1591 fwprintf(stderr, in show_python_list()
1600 fwprintf(stderr, L"\nNo Installed Pythons Found!"); in show_python_list()
1613 fwprintf(stdout, fmt, version, ip->exe_display); in show_python_list()
1616 fwprintf(stdout, fmt, version, ip->executable); in show_python_list()
1620 fwprintf(stderr, defind); in show_python_list()
1626 fwprintf(stderr, L"\n\nCan't find a Default Python.\n\n"); in show_python_list()
1628 fwprintf(stderr, L"\n\n"); /* End with a blank line */ in show_python_list()
[all …]
/third_party/musl/src/stdio/
Dfwprintf.c5 int fwprintf(FILE *restrict f, const wchar_t *restrict fmt, ...) in fwprintf() function
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmltchar.h43 # define ftprintf fwprintf
/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h59 #define WFPRINTF(STDERR, STR, ...) fwprintf(STDERR, TO_W_CHAR(STR), __VA_ARGS__)
/third_party/musl/libc-test/src/api/
Dstdio.c103 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwprintf;} in g()
Dwchar.c27 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwprintf;} in f()
/third_party/musl/ndk_musl_include/
Dwchar.h110 int fwprintf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h112 int fwprintf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h112 int fwprintf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/include/
Dwchar.h112 int fwprintf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h112 int fwprintf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/
Dlibc.map.txt768 fwprintf;
Dmusl_src.gni1185 "src/stdio/fwprintf.c",
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi835 <!-- int fwprintf(__FILE*, const wchar_t*, ...) -->
836 …<function-decl name='fwprintf' filepath='/usr/include/wchar.h' line='594' column='1' visibility='d…
Dlibtest24-drop-fns.so.abi1008 <!-- int fwprintf(__FILE*, const wchar_t*, ...) -->
1009 …<function-decl name='fwprintf' filepath='/usr/include/wchar.h' line='594' column='1' visibility='d…
Dlibtest24-drop-fns-2.so.abi1008 <!-- int fwprintf(__FILE*, const wchar_t*, ...) -->
1009 …<function-decl name='fwprintf' filepath='/usr/include/wchar.h' line='594' column='1' visibility='d…
/third_party/libabigail/tests/data/test-read-dwarf/
Dlibtest23.so.abi505 …<function-decl name='fwprintf' filepath='/usr/include/wchar.h' line='594' column='1' visibility='d…
Dlibtest24-drop-fns.so.abi633 …<function-decl name='fwprintf' filepath='/usr/include/wchar.h' line='594' column='1' visibility='d…
Dlibtest24-drop-fns-2.so.abi633 …<function-decl name='fwprintf' filepath='/usr/include/wchar.h' line='594' column='1' visibility='d…
Dtest-libaaudio.so.abi1742 …<function-decl name='fwprintf' filepath='bionic/libc/include/wchar.h' line='47' column='1' visibil…
DPR22015-libboost_iostreams.so.abi1384 …<function-decl name='fwprintf' filepath='/usr/include/wchar.h' line='597' column='1' visibility='d…
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch480 +/* Define to 1 if you have the `fwprintf' function. */

12