Searched refs:getwchar (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dgetwchar.c45 #undef getwchar macro
51 getwchar(void) function
H A DMakefile.inc17 gets.c gets_s.c getw.c getwc.c getwchar.c makebuf.c mktemp.c \
68 MLINKS+=getwc.3 fgetwc.3 getwc.3 getwchar.3
/freebsd-12-stable/usr.bin/colrm/
H A Dcolrm.c103 switch (ch = getwchar()) {
/freebsd-12-stable/usr.bin/tr/
H A Dtr.c142 for (lastch = OOBCH; (ch = getwchar()) != WEOF;)
163 while ((ch = getwchar()) != WEOF)
178 for (lastch = OOBCH; (ch = getwchar()) != WEOF;)
327 for (lastch = OOBCH; (ch = getwchar()) != WEOF;) {
336 while ((ch = getwchar()) != WEOF) {
/freebsd-12-stable/usr.bin/unexpand/
H A Dunexpand.c126 while ((ch = getwchar()) != WEOF) {
192 while ((ch = getwchar()) != '\n' && ch != WEOF)
/freebsd-12-stable/usr.bin/expand/
H A Dexpand.c111 while ((wc = getwchar()) != WEOF) {
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h67 using std::getwchar;
/freebsd-12-stable/usr.bin/fold/
H A Dfold.c165 while ((ch = getwchar()) != WEOF) {
/freebsd-12-stable/usr.bin/talk/
H A Dio.c143 if ((w = getwchar()) != WEOF) {
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h86 #undef getwchar macro
157 using ::getwchar;
/freebsd-12-stable/include/
H A Dwchar.h124 wint_t getwchar(void);
187 #define getwchar() fgetwc(__stdinp) macro
/freebsd-12-stable/usr.bin/col/
H A Dcol.c189 while ((ch = getwchar()) != WEOF) {
201 switch(getwchar()) {
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure7062 using ::getwchar;
[all...]

Completed in 160 milliseconds