Searched refs:fgetwc (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/lib/libc/stdio/
H A Dgetwc.c44 return fgetwc(fp);
H A Dgetwchar.c44 return fgetwc(stdin);
H A Dfgetwc.c1 /* $OpenBSD: fgetwc.c,v 1.6 2015/12/24 19:55:39 schwarze Exp $ */
2 /* $NetBSD: fgetwc.c,v 1.3 2003/03/07 07:11:36 tshiozak Exp $ */
81 fgetwc(FILE *fp) function
91 DEF_STRONG(fgetwc); variable
H A DMakefile.inc18 fgetwc.c fgetwln.c fgetws.c fputwc.c fputws.c fwide.c getwc.c \
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwchar.h42 using std::fgetwc;
43 using std::fgetwc;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwchar.h42 using std::fgetwc;
43 using std::fgetwc;
/openbsd-current/lib/libc/hidden/
H A Dwchar.h24 PROTO_NORMAL(fgetwc); variable
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h78 #undef fgetwc macro
149 using ::fgetwc;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwchar.h76 #undef fgetwc macro
138 using ::fgetwc;
/openbsd-current/include/
H A Dwchar.h198 wint_t fgetwc(FILE *);
233 #define getwc(f) fgetwc(f)
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c225 TEST_WIDE(fgetwc(f));
226 TEST_WIDE(wc = fgetwc(f); ungetwc(wc, f));
/openbsd-current/usr.bin/ul/
H A Dul.c172 switch (c = fgetwc(f)) {
233 switch (c = fgetwc(f)) {
/openbsd-current/usr.bin/sort/
H A Dbwstring.c545 c = fgetwc(f);
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure4877 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
6016 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
6996 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
7986 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
8990 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
9885 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \
22342 for ac_func in btowc wctob fgetwc fgetws fputwc fputws fwide \

Completed in 221 milliseconds