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

/freebsd-11-stable/lib/libc/stdio/
H A Dgetwc.c46 * Synonym for fgetwc(). The only difference is that getwc(), if it is a
53 return (fgetwc(fp));
H A Dgetwchar.c46 * Synonym for fgetwc(stdin).
51 return (fgetwc(stdin));
H A Dfgetwc.c33 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/fgetwc.c 320942 2017-07-13 09:27:11Z kib $");
64 fgetwc(FILE *fp) function
70 * Internal (non-MPSAFE) version of fgetwc(). This version takes an
H A DMakefile.inc9 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
68 MLINKS+=getwc.3 fgetwc.3 getwc.3 getwchar.3
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h42 using std::fgetwc;
43 using std::fgetwc;
/freebsd-11-stable/include/
H A Dwchar.h113 wint_t fgetwc(FILE *);
184 #define getwc(fp) fgetwc(fp)
185 #define getwchar() fgetwc(__stdinp)
/freebsd-11-stable/usr.bin/talk/
H A Dio.c131 w = fgetwc(sockfp);
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h78 #undef fgetwc macro
149 using ::fgetwc;
/freebsd-11-stable/usr.bin/sort/
H A Dbwstring.c553 c = fgetwc(f);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7054 using ::fgetwc;
[all...]

Completed in 174 milliseconds