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

/freebsd-12-stable/lib/libc/stdio/
H A Dgetwc.c45 #undef getwc macro
48 * Synonym for fgetwc(). The only difference is that getwc(), if it is a
52 getwc(FILE *fp) function
H A DMakefile.inc17 gets.c gets_s.c getw.c getwc.c getwchar.c makebuf.c mktemp.c \
41 getline.3 getwc.3 mktemp.3 open_memstream.3 \
68 MLINKS+=getwc.3 fgetwc.3 getwc.3 getwchar.3
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c128 atf_tc_set_md_var(tc, "descr", "Test good big5 wchar getwc");
143 ATF_REQUIRE_EQ(getwc(fp), 0xcf40);
150 atf_tc_set_md_var(tc, "descr", "Test bad big5 wchar getwc");
164 ATF_REQUIRE_EQ(getwc(fp), WEOF);
/freebsd-12-stable/contrib/vis/
H A Dvis.c182 c = getwc(fp);
193 rachar = getwc(fp);
/freebsd-12-stable/usr.bin/paste/
H A Dpaste.c167 if ((ich = getwc(lp->fp)) == WEOF) {
191 } while ((ich = getwc(lp->fp)) != WEOF && ich != '\n');
218 while ((ch = getwc(fp)) != WEOF) {
/freebsd-12-stable/usr.bin/cut/
H A Dcut.c350 if ((ch = getwc(fp)) == WEOF)
359 while ((ch = getwc(fp)) != WEOF && ch != '\n')
362 while ((ch = getwc(fp)) != WEOF && ch != '\n');
/freebsd-12-stable/contrib/nvi/common/
H A Dmultibyte.h60 #define GETC getwc
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h66 using std::getwc;
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h85 #undef getwc macro
156 using ::getwc;
/freebsd-12-stable/include/
H A Dwchar.h123 wint_t getwc(FILE *);
186 #define getwc(fp) fgetwc(fp) macro
/freebsd-12-stable/usr.bin/finger/
H A Dnet.c174 while ((c = getwc(fp)) != EOF) {
/freebsd-12-stable/usr.bin/ul/
H A Dul.c180 while ((c = getwc(f)) != WEOF) {
222 switch (c = getwc(f)) {
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h223 { return std::getwc(_M_file); }
/freebsd-12-stable/bin/cat/
H A Dcat.c254 * Our getwc(3) doesn't change file position
257 if ((wch = getwc(fp)) == WEOF) {
/freebsd-12-stable/usr.bin/fmt/
H A Dfmt.c745 while ((ch = getwc(stream)) != '\n' && ch != WEOF) {
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure7061 using ::getwc;
[all...]

Completed in 149 milliseconds