Home
last modified time | relevance | path

Searched refs:fputws (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/stdio/
H A 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/
H A 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()
/third_party/python/PC/
H A Dlauncher.c1547 fputws(L"\ in show_help_text()
1553 fputws(L"\ in show_help_text()
1560 fputws(L"\n-0 --list : List the available pythons", stdout); in show_help_text()
1561 fputws(L"\n-0p --list-paths : List with paths", stdout); in show_help_text()
1562 fputws(L"\n\n If no script is specified the specified interpreter is opened.", stdout); in show_help_text()
1563 fputws(L"\nIf an exact version is not given, using the latest version can be overridden by", stdout); in show_help_text()
1564 fputws(L"\nany of the following, (in priority order):", stdout); in show_help_text()
1565 fputws(L"\n An active virtual environment", stdout); in show_help_text()
1566 fputws(L"\n A shebang line in the script (if present)", stdout); in show_help_text()
1567 fputws( in show_help_text()
[all...]
H A Dlauncher2.c60 fputws(buffer, log_fp); in debug()
2045 fputws(L"Launching winget to install Python. The following output is from the install process\n\ in installEnvironment()
2049 fputws(L"***********************************************************************\n\ in installEnvironment()
2055 fputws(L"***********************************************************************\n\ in installEnvironment()
2062 fputws(L"Opening the Microsoft Store to install Python. After installation, " in installEnvironment()
2657 fputws(L"No suitable Python runtime found\n", stderr); in process()
2658 fputws(L"Pass --list (-0) to see all detected environments on your machine\n", stderr); in process()
2660 fputws(L"or set environment variable PYLAUNCHER_ALLOW_INSTALL to use winget\n" in process()
2666 fputws(L"No installed Python found!\n", stderr); in process()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmltchar.h45 # define fputts fputws
/third_party/musl/libc-test/src/api/
H A Dstdio.c101 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in g()
H A Dwchar.c25 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h136 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h136 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h136 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/include/
H A Dwchar.h136 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp732 extern int fputws (const wchar_t *__restrict __ws,
14014 using ::fputws;
[all...]

Completed in 30 milliseconds