Home
last modified time | relevance | path

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

/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/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/boost/boost/compatibility/cpp_c_headers/
Dcwchar81 using ::fputws;
/third_party/musl/include/
Dwchar.h134 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h134 int fputws (const wchar_t *__restrict, FILE *__restrict);
/third_party/musl/ndk_musl_include/
Dwchar.h134 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/
Dlibc.map.txt708 fputws;
Dmusl_src.gni1103 "src/stdio/fputws.c",
/third_party/gettext/gettext-runtime/m4/
DChangeLog.01262 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.