/freebsd/usr.bin/wall/ |
H A D | wall.c | 238 putwc(L'\r', fp); in makemsg() 243 putwc(L' ', fp); in makemsg() 244 putwc(L'\r', fp); in makemsg() 245 putwc(L'\n', fp); in makemsg() 249 putwc(L'\r', fp); in makemsg() 250 putwc(L'\n', fp); in makemsg() 254 putwc(ch, fp); in makemsg() 258 putwc(*tmp, fp); in makemsg() 260 putwc(L'\r', fp); in makemsg() 261 putwc(L'\n', fp); in makemsg()
|
/freebsd/lib/libc/stdio/ |
H A D | putwc.c | 42 #undef putwc 55 putwc(wchar_t wc, FILE *fp) in putwc() function
|
H A D | Makefile.inc | 17 puts.c putw.c putwc.c putwchar.c \ 39 printf.3 printf_l.3 putc.3 putwc.3 remove.3 scanf.3 scanf_l.3 setbuf.3 \ 115 MLINKS+=putwc.3 fputwc.3 \ 116 putwc.3 putwchar.3
|
H A D | Symbol.map | 60 putwc;
|
/freebsd/include/ |
H A D | wchar.h | 137 wint_t putwc(wchar_t, FILE *); 196 #define putwc(wc, fp) fputwc(wc, fp) macro
|
/freebsd/contrib/expat/xmlwf/ |
H A D | xmltchar.h | 46 # define puttc putwc
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 28 using ::putwc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 28 using std::putwc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/ncurses/man/ |
H A D | manhtml.externs | 56 putwc(3)
|
/freebsd/contrib/diff/lib/ |
H A D | error.c | 180 putwc (L'\n', stderr); in error_tail()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 52 wint_t putwc(wchar_t c, FILE* stream); 148 using ::putwc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/ncurses/ |
H A D | configure | 12838 for ac_func in putwc btowc wctob wmemchr mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcs… 12976 putwc(0,0); 13015 putwc(0,0); 13051 putwc(0,0); 13191 putwc(0,0); 13317 putwc(0,0);
|
H A D | configure.in | 980 …AC_CHECK_FUNCS(putwc btowc wctob wmemchr mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wc…
|
H A D | aclocal.m4 | 8679 ],[putwc(0,0);], 8682 #include <libutf8.h>],[putwc(0,0);],utf8,
|
H A D | NEWS | 10673 + add a configure check, if --enable-widec is specified, for putwc(), 10683 + use putwc() in PUTC() macro.
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 691 SYMBOL(putwc, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 2391 SYMBOL(putwc, std::, <cwchar>) 2392 SYMBOL(putwc, None, <cwchar>) 2393 SYMBOL(putwc, None, <wchar.h>)
|
/freebsd/contrib/dialog/ |
H A D | configure | 15153 putwc(0,0); 15192 putwc(0,0); 15228 putwc(0,0); 15368 putwc(0,0); 15494 putwc(0,0);
|
H A D | aclocal.m4 | 5320 #include <stdlib.h>],[putwc(0,0);], 5323 #include <libutf8.h>],[putwc(0,0);],utf8,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2679 fun:putwc=uninstrumented
|