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

/freebsd-10.0-release/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.c64 fgetwc(FILE *fp) function
70 * Internal (non-MPSAFE) version of fgetwc(). This version takes an
H A DSymbol.map21 fgetwc;
H A DMakefile.inc9 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
62 MLINKS+=getwc.3 fgetwc.3 getwc.3 getwchar.3
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h42 using std::fgetwc;
43 using std::fgetwc;
/freebsd-10.0-release/include/
H A Dwchar.h106 wint_t fgetwc(FILE *);
177 #define getwc(fp) fgetwc(fp)
178 #define getwchar() fgetwc(__stdinp)
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h78 #undef fgetwc macro
149 using ::fgetwc;
/freebsd-10.0-release/usr.bin/sort/
H A Dbwstring.c558 c = fgetwc(f);
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure7054 using ::fgetwc;
[all...]

Completed in 122 milliseconds