Searched refs:fputws (Results 1 – 25 of 40) sorted by relevance
12
/third_party/musl/src/stdio/ |
D | fputws.c | 5 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/ |
D | fputws.c | 34 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()
|
D | test_src_functionalext_supplement_stdio.gni | 66 "fputws",
|
/third_party/python/PC/ |
D | launcher.c | 1544 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() 1560 …fputws(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() 1564 … fputws(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/ |
D | xmltchar.h | 45 # define fputts fputws
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 101 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in g()
|
D | wchar.c | 25 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 134 int fputws (const wchar_t *__restrict, FILE *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 136 int fputws (const wchar_t *__restrict, FILE *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 136 int fputws (const wchar_t *__restrict, FILE *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 136 int fputws (const wchar_t *__restrict, FILE *__restrict);
|
/third_party/musl/include/ |
D | wchar.h | 136 int fputws (const wchar_t *__restrict, FILE *__restrict);
|
/third_party/musl/ |
D | libc.map.txt | 710 fputws;
|
D | musl_src.gni | 1120 "src/stdio/fputws.c",
|
/third_party/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 1012 <!-- int fputws(const wchar_t*, __FILE*) --> 1013 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
|
D | libtest24-drop-fns-2.so.abi | 1185 <!-- int fputws(const wchar_t*, __FILE*) --> 1186 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
|
D | libtest24-drop-fns.so.abi | 1185 <!-- 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/ |
D | libtest23.so.abi | 606 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
|
D | libtest24-drop-fns-2.so.abi | 734 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
|
D | libtest24-drop-fns.so.abi | 734 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
|
D | test-libaaudio.so.abi | 1769 …<function-decl name='fputws' filepath='bionic/libc/include/wchar.h' line='52' column='1' visibilit…
|
D | PR22015-libboost_iostreams.so.abi | 1485 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='784' column='1' visibility='def…
|
D | test9-pr18818-clang.so.abi | 1361 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v1.so.abi | 3933 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
|
D | test-PR18791-v0.so.abi | 3793 …<function-decl name='fputws' filepath='/usr/include/wchar.h' line='781' column='1' visibility='def…
|
12