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

/openbsd-current/lib/libc/stdio/
H A Dfwide.c1 /* $OpenBSD: fwide.c,v 1.6 2019/12/03 05:03:37 asou Exp $ */
2 /* $NetBSD: fwide.c,v 1.2 2003/01/18 11:29:54 thorpej Exp $ */
37 fwide(FILE *fp, int mode) function
67 DEF_STRONG(fwide); variable
H A DMakefile.inc18 fgetwc.c fgetwln.c fgetws.c fputwc.c fputws.c fwide.c getwc.c \
27 setvbuf.3 stdio.3 tmpnam.3 ungetc.3 fgetws.3 fputws.3 fwide.3 getwc.3 \
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c46 char filename[] = "/tmp/fwide.XXXXXXXXXX";
56 "FAIL: %d: fwide returned %d, expected %s 0 after %s\n",
68 if ((r = fwide(f, 0)) != 0)
80 if ((r = fwide(std, 0)) != 0)
89 if (!((r = fwide(f, 0)) op 0)) \
98 if (!((r = fwide(f, 0)) op 0)) \
134 TEST_UNCHANGED(fwide(f, 0));
135 TEST_NARROW(fwide(f, -1));
136 TEST_WIDE(fwide(f, 1));
247 if (!((r = fwide(
[all...]
/openbsd-current/lib/libc/hidden/
H A Dwchar.h28 PROTO_NORMAL(fwide); variable
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwchar.h47 using std::fwide;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwchar.h47 using std::fwide;
/openbsd-current/lib/libc/gen/
H A Dpopen.c120 fwide(iop, -1);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h82 #undef fwide macro
153 using ::fwide;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwchar.h80 #undef fwide macro
142 using ::fwide;
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h231 "fwide",
/openbsd-current/include/
H A Dwchar.h208 int fwide(FILE *, int);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Diofwide.c190 weak_alias (_IO_fwide, fwide)
/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 203 milliseconds