Searched refs:getwc (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/lib/libc/stdio/
H A Dgetwc.c43 #undef getwc macro
46 * Synonym for fgetwc(). The only difference is that getwc(), if it is a
50 getwc(FILE *fp) function
H A DMakefile.inc16 gets.c getw.c getwc.c getwchar.c makebuf.c mktemp.c \
40 getline.3 getwc.3 mktemp.3 open_memstream.3 \
62 MLINKS+=getwc.3 fgetwc.3 getwc.3 getwchar.3
/freebsd-10-stable/contrib/vis/
H A Dvis.c182 c = getwc(fp);
193 rachar = getwc(fp);
/freebsd-10-stable/usr.bin/colcrt/
H A Dcolcrt.c113 c = getwc(stdin);
130 c = getwc(stdin);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c136 atf_tc_set_md_var(tc, "descr", "Test good big5 wchar getwc");
151 ATF_REQUIRE_EQ(getwc(fp), 0xcf40);
158 atf_tc_set_md_var(tc, "descr", "Test bad big5 wchar getwc");
175 ATF_REQUIRE_EQ(getwc(fp), WEOF);
/freebsd-10-stable/usr.bin/paste/
H A Dpaste.c165 if ((ich = getwc(lp->fp)) == WEOF) {
189 } while ((ich = getwc(lp->fp)) != WEOF && ich != '\n');
216 while ((ch = getwc(fp)) != WEOF) {
/freebsd-10-stable/usr.bin/cut/
H A Dcut.c342 if ((ch = getwc(fp)) == WEOF)
351 while ((ch = getwc(fp)) != WEOF && ch != '\n')
354 while ((ch = getwc(fp)) != WEOF && ch != '\n');
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h66 using std::getwc;
/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h60 #define GETC getwc
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h85 #undef getwc macro
156 using ::getwc;
/freebsd-10-stable/include/
H A Dwchar.h121 wint_t getwc(FILE *);
184 #define getwc(fp) fgetwc(fp) macro
/freebsd-10-stable/usr.bin/ul/
H A Dul.c182 while ((c = getwc(f)) != WEOF) {
224 switch (c = getwc(f)) {
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h223 { return std::getwc(_M_file); }
/freebsd-10-stable/bin/cat/
H A Dcat.c245 * Our getwc(3) doesn't change file position
248 if ((wch = getwc(fp)) == WEOF) {
/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c644 while ((ch=getwc(stream)) != '\n' && ch != WEOF) {
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7061 using ::getwc;
[all...]

Completed in 122 milliseconds