Searched refs:fgetws (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | Makefile.inc | 7 fgetwln.c fgetws.c \ 34 MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fgetwln.3 fgetws.3 \
|
H A D | fgetws.c | 126 fgetws(wchar_t * __restrict ws, int n, FILE * __restrict fp) in fgetws() function
|
H A D | Symbol.map | 19 fgetws;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 20 using ::fgetws _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 20 using std::fgetws _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/wall/ |
H A D | wall.c | 235 while (fgetws(lbuf, sizeof(lbuf)/sizeof(wchar_t), stdin)) { in makemsg()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 46 wchar_t* fgetws(wchar_t* restrict s, int n, FILE* restrict stream); 143 using ::fgetws _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/write/ |
H A D | write.c | 308 while (fgetws(line, sizeof(line)/sizeof(wchar_t), stdin) != NULL) in do_write()
|
/freebsd/include/ |
H A D | wchar.h | 123 fgetws(wchar_t * __restrict, int, FILE * __restrict);
|
/freebsd/usr.bin/column/ |
H A D | column.c | 280 while (fgetws(buf, MAXLINELEN, fp)) { in input()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 464 SYMBOL(fgetws, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 1236 SYMBOL(fgetws, std::, <cwchar>) 1237 SYMBOL(fgetws, None, <cwchar>) 1238 SYMBOL(fgetws, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1728 fun:fgetws=uninstrumented
|