Home
last modified time | relevance | path

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

12345678910>>...27

/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dapertium-postlatex.l83 fputws(L"\"",yyout);
86 fputws(L"\'",yyout);
89 fputws(L"<",yyout);
92 fputws(L">",yyout);
98 fputws(L"&",yyout);
114 fputws(L"?`",yyout);
136 fputws(L"$",yyout);
140 fputws(L"$",yyout);
162 fputws(L"{",yyout);
166 fputws(L"}",yyout);
[all …]
H A Dapertium-prelatex.l91 fputws(L"ł", yyout);
119 fputws(L"ĵ",yyout);
143 fputws(L"œ",yyout);
147 fputws(L"Œ",yyout);
151 fputws(L"æ",yyout);
155 fputws(L"Æ",yyout);
159 fputws(L"å",yyout);
163 fputws(L"Å",yyout);
167 fputws(L"ø",yyout);
171 fputws(L"Ø",yyout);
[all …]
H A Dapertium-postlatex-raw.l83 fputws(L"\"",yyout);
86 fputws(L"\'",yyout);
89 fputws(L"<",yyout);
92 fputws(L">",yyout);
98 fputws(L"&",yyout);
116 fputws(L"?`",yyout);
138 fputws(L"$",yyout);
142 fputws(L"$",yyout);
164 fputws(L"{",yyout);
168 fputws(L"}",yyout);
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfputws.texi1 @node fputws
2 @section @code{fputws}
3 @findex fputws
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fputws.html}
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfputws.texi1 @node fputws
2 @section @code{fputws}
3 @findex fputws
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputws.html}
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/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);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/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);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/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);
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/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);
/dports/lang/zig/zig-0.9.0/lib/libc/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);
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/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);
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/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);
/dports/sysutils/linrename/util-linux-2.25.2/text-utils/
H A Dcolumn.c224 fputws(*lp, stdout); in c_columnate()
259 fputws(list[base], stdout); in r_columnate()
279 fputws(*lp, stdout); in print()
349 fputws(t->list[coloff], stdout); in maketbl()
351 fputws(colsep, stdout); in maketbl()
354 fputws(t->list[coloff], stdout); in maketbl()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdio/
H A Dfputws.c92 #define fputws fputws_unlocked macro
159 fputws (const wchar_t *__restrict ws, in fputws() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dfputws.c117 #define fputws fputws_unlocked macro
185 _DEFUN(fputws, (ws, fp),
/dports/lang/python311/Python-3.11.0a3/PC/
H A Dlauncher.c1545 fputws(L"\ in show_help_text()
1551 fputws(L"\ in show_help_text()
1558 fputws(L"\n-0 --list : List the available pythons", stdout); in show_help_text()
1559 fputws(L"\n-0p --list-paths : List with paths", stdout); in show_help_text()
1560 fputws(L"\n\n If no script is specified the specified interpreter is opened.", stdout); in show_help_text()
1562 fputws(L"\nany of the following, (in priority order):", stdout); in show_help_text()
1563 fputws(L"\n An active virtual environment", stdout); in show_help_text()
1564 fputws(L"\n A shebang line in the script (if present)", stdout); in show_help_text()
1566 fputws(L"\n A PY_PYTHON Environment variable", stdout); in show_help_text()
1567 fputws(L"\n From [defaults] in py.ini in your %LOCALAPPDATA%\\py.ini", stdout); in show_help_text()
[all …]
/dports/lang/python310/Python-3.10.1/PC/
H A 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()
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()
1565 fputws(L"\n A PY_PYTHON Environment variable", stdout); in show_help_text()
1566 fputws(L"\n From [defaults] in py.ini in your %LOCALAPPDATA%\\py.ini", stdout); in show_help_text()
[all …]
/dports/lang/python39/Python-3.9.9/PC/
H A Dlauncher.c1524 fputws(L"\ in show_help_text()
1530 fputws(L"\ in show_help_text()
1537 fputws(L"\n-0 --list : List the available pythons", stdout); in show_help_text()
1538 fputws(L"\n-0p --list-paths : List with paths", stdout); in show_help_text()
1539 fputws(L"\n\n If no script is specified the specified interpreter is opened.", stdout); in show_help_text()
1541 fputws(L"\nany of the following, (in priority order):", stdout); in show_help_text()
1542 fputws(L"\n An active virtual environment", stdout); in show_help_text()
1543 fputws(L"\n A shebang line in the script (if present)", stdout); in show_help_text()
1545 fputws(L"\n A PY_PYTHON Enviroment variable", stdout); in show_help_text()
1546 fputws(L"\n From [defaults] in py.ini in your %LOCALAPPDATA%\\py.ini", stdout); in show_help_text()
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/rshdown/
H A Dirshdown.c427 fputws(n[4], stdout); /* sender (IP/host) */ in install()
432 fputws(n[5], stdout); /* sender port */ in install()
442 fputws(n[6], stdout); /* local port */ in install()
450 fputws(n[12], stdout); in install()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/features/
H A Dwchar67 #undef fputws
78 #define fputws _ast_fputws
130 extern int fputws(const wchar_t*, FILE*);
/dports/shells/ksh93/ast-93u/src/lib/libast/features/
H A Dwchar65 #undef fputws
76 #define fputws _ast_fputws
128 extern int fputws(const wchar_t*, FILE*);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Dwchar66 #undef fputws
77 #define fputws _ast_fputws
148 extern int fputws(const wchar_t*, FILE*);
/dports/shells/fish/fish-3.3.1/src/
H A Dfish_key_reader.cpp187 std::fputws(L"bind ", stdout); in output_bind_command()
189 std::fputws(char_to_symbol(bind_char, true), stdout); in output_bind_command()
191 std::fputws(L" 'do something'\n", stdout); in output_bind_command()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D9662.cc31 int ret = std::fputws(L"world!\n", stdout); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D9662.cc31 int ret = std::fputws(L"world!\n", stdout); in test01()

12345678910>>...27