Home
last modified time | relevance | path

Searched refs:fputws (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/src/stdio/
Dfputws.c5 int fputws(const wchar_t *restrict ws, FILE *restrict f) in fputws() function
29 weak_alias(fputws, fputws_unlocked);
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfputws.c34 int ret = fputws(L"this is the test", fptr); in fputws_0100()
58 int ret = fputws(L"this is the test", fptr); in fputws_0200()
Dtest_src_functionalext_supplement_stdio.gni66 "fputws",
/third_party/python/PC/
Dlauncher.c1544 fputws(L"\ in show_help_text()
1550 fputws(L"\ in show_help_text()
1557 fputws(L"\n-0 --list : List the available pythons", stdout); in show_help_text()
1558 fputws(L"\n-0p --list-paths : List with paths", stdout); in show_help_text()
1559 fputws(L"\n\n If no script is specified the specified interpreter is opened.", stdout); in show_help_text()
1560fputws(L"\nIf an exact version is not given, using the latest version can be overridden by", stdou… in show_help_text()
1561 fputws(L"\nany of the following, (in priority order):", stdout); in show_help_text()
1562 fputws(L"\n An active virtual environment", stdout); in show_help_text()
1563 fputws(L"\n A shebang line in the script (if present)", stdout); in show_help_text()
1564fputws(L"\n With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Environment variable", stdout); in show_help_text()
[all …]
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmltchar.h45 # define fputts fputws
/third_party/musl/libc-test/src/api/
Dstdio.c101 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in g()
Dwchar.c25 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in f()
/third_party/musl/ndk_musl_include/
Dwchar.h134 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h136 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h136 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h136 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/include/
Dwchar.h136 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/
Dlibc.map.txt710 fputws;
Dmusl_src.gni1120 "src/stdio/fputws.c",
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi1012 <!-- int fputws(const wchar_t*, __FILE*) -->
1013 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
Dlibtest24-drop-fns-2.so.abi1185 <!-- int fputws(const wchar_t*, __FILE*) -->
1186 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
Dlibtest24-drop-fns.so.abi1185 <!-- int fputws(const wchar_t*, __FILE*) -->
1186 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
/third_party/libabigail/tests/data/test-read-dwarf/
Dlibtest23.so.abi606 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
Dlibtest24-drop-fns-2.so.abi734 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
Dlibtest24-drop-fns.so.abi734 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
Dtest-libaaudio.so.abi1769 …<function-decl name='fputws' filepath='bionic/libc/include/wchar.h' line='52' column='1' visibilit…
DPR22015-libboost_iostreams.so.abi1485 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='784' column='1' visibility='def…
Dtest9-pr18818-clang.so.abi1361 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
/third_party/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v1.so.abi3933 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
Dtest-PR18791-v0.so.abi3793 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…

12