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

/freebsd-13-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-13-stable/contrib/vis/
H A Dvis.c182 c = getwc(fp);
193 rachar = getwc(fp);
/freebsd-13-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-13-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-13-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-13-stable/contrib/nvi/common/
H A Dmultibyte.h58 #define GETC getwc
/freebsd-13-stable/include/
H A Dwchar.h123 wint_t getwc(FILE *);
186 #define getwc(fp) fgetwc(fp) macro
/freebsd-13-stable/usr.bin/finger/
H A Dnet.c174 while ((c = getwc(fp)) != EOF) {
/freebsd-13-stable/usr.bin/ul/
H A Dul.c180 while ((c = getwc(f)) != WEOF) {
222 switch (c = getwc(f)) {
/freebsd-13-stable/bin/cat/
H A Dcat.c339 * Our getwc(3) doesn't change file position
342 if ((wch = getwc(fp)) == WEOF) {
/freebsd-13-stable/usr.bin/fmt/
H A Dfmt.c745 while ((ch = getwc(stream)) != '\n' && ch != WEOF) {

Completed in 138 milliseconds