Home
last modified time | relevance | path

Searched refs:getwc (Results 1 – 20 of 20) sorted by relevance

/dflybsd-src/lib/libc/stdio/
H A DMakefile.inc19 getwc.c getwchar.c makebuf.c mktemp.c \
38 getc.3 getline.3 gets.3 getwc.3 mktemp.3 open_memstream.3 \
79 MLINKS+=getwc.3 fgetwc.3 \
80 getwc.3 fgetwc_l.3 \
81 getwc.3 getwchar.3 \
82 getwc.3 getwchar_l.3 \
83 getwc.3 getwc_l.3
H A Dgetwc.c43 #undef getwc
50 getwc(FILE *fp) in getwc() function
H A DSymbol.map73 getwc;
/dflybsd-src/usr.bin/paste/
H A Dpaste.c154 if ((ich = getwc(lp->fp)) == WEOF) { in parallel()
178 } while ((ich = getwc(lp->fp)) != WEOF && ich != '\n'); in parallel()
205 while ((ch = getwc(fp)) != WEOF) { in sequential()
/dflybsd-src/usr.bin/vis/
H A Dvis.c181 c = getwc(fp); in process()
192 rachar = getwc(fp); in process()
/dflybsd-src/usr.bin/colcrt/
H A Dcolcrt.c102 c = getwc(stdin); in main()
119 c = getwc(stdin); in main()
/dflybsd-src/usr.bin/cut/
H A Dcut.c337 if ((ch = getwc(fp)) == WEOF) in c_cut()
346 while ((ch = getwc(fp)) != WEOF && ch != '\n') in c_cut()
349 while ((ch = getwc(fp)) != WEOF && ch != '\n'); in c_cut()
/dflybsd-src/include/
H A Dwchar.h139 wint_t getwc(FILE *);
217 #define getwc(fp) fgetwc(fp) macro
/dflybsd-src/usr.bin/ul/
H A Dul.c164 while ((c = getwc(f)) != WEOF && col < MAXBUF) switch(c) { in filter()
190 switch (c = getwc(f)) { in filter()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dwchar.h66 using std::getwc;
/dflybsd-src/contrib/nvi2/common/
H A Dmultibyte.h58 #define GETC getwc
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcwchar76 #undef getwc
149 using ::getwc;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcwchar78 #undef getwc
151 using ::getwc;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcwchar78 #undef getwc
151 using ::getwc;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h229 { return std::getwc(_M_file); } in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h258 { return std::getwc(_M_file); } in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf97 #getwc -- POSIX thread cancellation point
/dflybsd-src/usr.bin/fmt/
H A Dfmt.c639 while ((ch=getwc(stream)) != '\n' && ch != WEOF) { in get_line()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi1694 @code{getwc}. The typedef name @code{wint_t} is defined using the
H A Dtm.texi.in1672 @code{getwc}. The typedef name @code{wint_t} is defined using the