/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | wchar.h | 42 using std::fgetwc; 43 using std::fgetwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
H A D | wchar.h | 42 using std::fgetwc; 43 using std::fgetwc;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | wchar_.d | 159 wint_t fgetwc(FILE* stream); 173 wint_t getwchar() { return fgetwc(stdin); } 179 alias getwc = fgetwc;
|
/netbsd-src/lib/libc/stdio/ |
H A D | getwchar.c | 48 return fgetwc(stdin); in getwchar()
|
H A D | getwc.c | 48 return fgetwc(fp); in getwc()
|
H A D | Makefile.inc | 8 fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetstr.c fgetwc.c \ 63 MLINKS+=getwc.3 fgetwc.3 getwc.3 getwchar.3
|
H A D | fgetwc.c | 90 fgetwc(FILE *fp) in fgetwc() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/ |
H A D | msvc.c | 160 return fgetwc (fp); in _fgetwc_nolock()
|
/netbsd-src/include/ |
H A D | wchar.h | 179 wint_t fgetwc(FILE *); 223 #define getwc(f) fgetwc(f)
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cwchar | 45 wint_t fgetwc(FILE* stream); 128 using ::fgetwc;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
H A D | cwchar | 69 #undef fgetwc 142 using ::fgetwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cwchar | 69 #undef fgetwc 142 using ::fgetwc;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cwchar | 69 #undef fgetwc 144 using ::fgetwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cwchar | 69 #undef fgetwc 144 using ::fgetwc;
|
/netbsd-src/doc/ |
H A D | TODO.i18n | 36 fgetwc sm
|
/netbsd-src/distrib/utils/libhack/ |
H A D | multibyte.c | 153 fgetwc(FILE *stream) in fgetwc() function
|
/netbsd-src/lib/libcurses/ |
H A D | get_wch.c | 594 * Any call to fgetwc(3) should use this function instead. in __fgetwc_resize() 601 c = fgetwc(infd); in __fgetwc_resize()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
H A D | ChangeLog | 513 wscanf, swprintf, swscanf, vfwprintf, vwprintf, vwsprintf, fgetwc, 514 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 67 #fgetwc, 89 -- POSIX thread cancellation point
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 67 #fgetwc, 89 -- POSIX thread cancellation point
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 320 fgetwc
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 320 fgetwc
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | stdio.d | 230 import core.stdc.wchar_ : fgetwc; 231 return fgetwc(cast(shared) fp);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | stdio.d | 290 pragma(mangle, core.stdc.wchar_.fgetwc.mangleof) int _FGETWC(_iobuf* fp); in version() 318 extern (C) pragma(mangle, core.stdc.wchar_.fgetwc.mangleof) int fgetwc_unlocked(_iobuf* fp); in version()
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 1131 fgetwc
|