Searched refs:fputws (Results 1 – 17 of 17) sorted by relevance
/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/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/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 81 using ::fputws;
|
/third_party/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 | 134 int fputws (const wchar_t *__restrict, FILE *__restrict);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 134 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/ |
D | libc.map.txt | 708 fputws;
|
D | musl_src.gni | 1103 "src/stdio/fputws.c",
|
/third_party/gettext/gettext-runtime/m4/ |
D | ChangeLog.0 | 1262 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
|