Searched refs:fgetws (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/lib/libc/stdio/
H A Dfgetws.c109 fgetws(wchar_t * __restrict ws, int n, FILE * __restrict fp) function
H A DSymbol.map23 fgetws;
H A DMakefile.inc10 fgetwln.c fgetws.c \
36 MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fgetwln.3 fgetws.3 \
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h44 using std::fgetws;
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h79 #undef fgetws macro
150 using ::fgetws;
/freebsd-10.0-release/include/
H A Dwchar.h108 fgetws(wchar_t * __restrict, int, FILE * __restrict);
/freebsd-10.0-release/usr.bin/wall/
H A Dwall.c247 while (fgetws(lbuf, sizeof(lbuf)/sizeof(wchar_t), stdin)) {
/freebsd-10.0-release/usr.bin/write/
H A Dwrite.c275 while (fgetws(line, sizeof(line)/sizeof(wchar_t), stdin) != NULL)
/freebsd-10.0-release/usr.bin/column/
H A Dcolumn.c288 while (fgetws(buf, MAXLINELEN, fp)) {
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure7055 using ::fgetws;
[all...]

Completed in 105 milliseconds