Home
last modified time | relevance | path

Searched refs:fgetwc (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/src/lib/libc/stdio/
Dfgetwc.c81 fgetwc(FILE *fp) in fgetwc() function
91 DEF_STRONG(fgetwc);
Dgetwchar.c44 return fgetwc(stdin); in getwchar()
Dgetwc.c44 return fgetwc(fp); in getwc()
DMakefile.inc18 fgetwc.c fgetwln.c fgetws.c fputwc.c fputws.c fwide.c getwc.c \
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dwchar.h42 using std::fgetwc;
43 using std::fgetwc;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dwchar.h42 using std::fgetwc;
43 using std::fgetwc;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cwchar.h76 #undef fgetwc
138 using ::fgetwc;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cwchar.h78 #undef fgetwc
149 using ::fgetwc;
/openbsd/src/regress/lib/libc/orientation/
Dorientation_test.c225 TEST_WIDE(fgetwc(f)); in main()
226 TEST_WIDE(wc = fgetwc(f); ungetwc(wc, f)); in main()
/openbsd/src/include/
Dwchar.h199 wint_t fgetwc(FILE *);
237 #define getwc(f) fgetwc(f)
/openbsd/src/lib/libc/hidden/
Dwchar.h24 PROTO_NORMAL(fgetwc);
/openbsd/src/usr.bin/ul/
Dul.c172 switch (c = fgetwc(f)) { in mfilter()
233 switch (c = fgetwc(f)) { in mfilter()
/openbsd/src/gnu/llvm/libcxx/include/
Dcwchar45 wint_t fgetwc(FILE* stream);
139 using ::fgetwc _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/gcc/gcc/cp/
Dcfns.gperf54 #fgetwc -- POSIX thread cancellation point
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcfns.gperf53 #fgetwc -- POSIX thread cancellation point
/openbsd/src/usr.bin/sort/
Dbwstring.c545 c = fgetwc(f); in bwsfgetln()
/openbsd/src/lib/libc/
DSymbols.list1386 fgetwc
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod441 fgetwc() isprint() strtof()
753 fgetwc() iswgraph() strtol()
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dconfig.h.in395 /* Define if you have the fgetwc function. */
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 \
DChangeLog-20013284 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc,
3288 * include/c_std/bits/std_cwchar.h: Remove duplicate fgetwc
3289 injection, guard fgetwc, fgetws.
Dacinclude.m4992 AC_CHECK_FUNCS(btowc wctob fgetwc fgetws fputwc fputws fwide \
Daclocal.m41004 AC_CHECK_FUNCS(btowc wctob fgetwc fgetws fputwc fputws fwide \
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc463 SYMBOL(fgetwc, None, <wchar.h>)
DStdSymbolMap.inc342 SYMBOL(fgetwc, std::, <cwchar>)

12