Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dgetwc.c42 #undef getwc
49 getwc(FILE *fp) in getwc() function
H A DMakefile.inc14 gets.c gets_s.c getw.c getwc.c getwchar.c makebuf.c mktemp.c \
38 getline.3 getwc.3 mktemp.3 open_memstream.3 \
80 MLINKS+=getwc.3 fgetwc.3 \
81 getwc.3 getwchar.3
H A DSymbol.map49 getwc;
/freebsd/usr.bin/paste/
H A Dpaste.c152 if ((ich = getwc(lp->fp)) == WEOF) { in parallel()
176 } while ((ich = getwc(lp->fp)) != WEOF && ich != '\n'); in parallel()
203 while ((ch = getwc(fp)) != WEOF) { in sequential()
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c143 ATF_REQUIRE_EQ(getwc(fp), 0xcf40); in ATF_TC_BODY()
164 ATF_REQUIRE_EQ(getwc(fp), WEOF); in ATF_TC_BODY()
/freebsd/contrib/vis/
H A Dvis.c191 c = getwc(fp); in process()
202 rachar = getwc(fp); in process()
/freebsd/usr.bin/cut/
H A Dcut.c343 if ((ch = getwc(fp)) == WEOF) in c_cut()
352 while ((ch = getwc(fp)) != WEOF && ch != '\n') in c_cut()
355 while ((ch = getwc(fp)) != WEOF && ch != '\n'); in c_cut()
/freebsd/include/
H A Dwchar.h129 wint_t getwc(FILE *);
194 #define getwc(fp) fgetwc(fp) macro
/freebsd/contrib/nvi/common/
H A Dmultibyte.h58 #define GETC getwc
/freebsd/usr.bin/ul/
H A Dul.c166 while ((c = getwc(f)) != WEOF) { in filter()
208 switch (c = getwc(f)) { in filter()
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc26 using ::getwc _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.cppm
H A Dcwchar.inc26 using std::getwc _LIBCPP_USING_IF_EXISTS;
/freebsd/usr.bin/finger/
H A Dnet.c165 while ((c = getwc(fp)) != EOF) { in do_protocol()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar50 wint_t getwc(FILE* stream);
147 using ::getwc _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt115 getwc U
/freebsd/bin/cat/
H A Dcat.c337 if ((wch = getwc(fp)) == WEOF) { in cook_cat()
/freebsd/usr.bin/fmt/
H A Dfmt.c743 while ((ch = getwc(stream)) != '\n' && ch != WEOF) { in get_line()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h77 // getwc. If the user sets a custom locale with imbue(), that gets honored, in __stdinbuf()
111 wint_t __c = getwc(__fp); in uflow()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc515 SYMBOL(getwc, None, <wchar.h>)
H A DStdSymbolMap.inc1437 SYMBOL(getwc, std::, <cwchar>)
1438 SYMBOL(getwc, None, <cwchar>)
1439 SYMBOL(getwc, None, <wchar.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1983 fun:getwc=uninstrumented