Searched refs:getwc (Results 1 – 22 of 22) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | getwc.c | 42 #undef getwc 49 getwc(FILE *fp) in getwc() function
|
H A D | Makefile.inc | 14 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 D | Symbol.map | 49 getwc;
|
/freebsd/usr.bin/paste/ |
H A D | paste.c | 152 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 D | t_io.c | 143 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 D | vis.c | 191 c = getwc(fp); in process() 202 rachar = getwc(fp); in process()
|
/freebsd/usr.bin/cut/ |
H A D | cut.c | 343 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 D | wchar.h | 129 wint_t getwc(FILE *); 194 #define getwc(fp) fgetwc(fp) macro
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 58 #define GETC getwc
|
/freebsd/usr.bin/ul/ |
H A D | ul.c | 166 while ((c = getwc(f)) != WEOF) { in filter() 208 switch (c = getwc(f)) { in filter()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 26 using ::getwc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 26 using std::getwc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/finger/ |
H A D | net.c | 165 while ((c = getwc(fp)) != EOF) { in do_protocol()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 50 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 D | global_symbols.txt | 115 getwc U
|
/freebsd/bin/cat/ |
H A D | cat.c | 337 if ((wch = getwc(fp)) == WEOF) { in cook_cat()
|
/freebsd/usr.bin/fmt/ |
H A D | fmt.c | 743 while ((ch = getwc(stream)) != '\n' && ch != WEOF) { in get_line()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | std_stream.h | 77 // 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 D | CSymbolMap.inc | 515 SYMBOL(getwc, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 1437 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 D | libc_ubuntu1404_abilist.txt | 1983 fun:getwc=uninstrumented
|