| /src/tests/lib/libc/locale/ |
| t_btowc.c | 111 ATF_REQUIRE_EQ(wctob(*wcp), EOF); 133 /* wctob(WEOF) -> EOF */ 134 ATF_REQUIRE_EQ(wctob(WEOF), EOF); 153 c, btowc(c), (unsigned char)wctob(btowc(c))); 154 ATF_REQUIRE_EQ(wctob(btowc(c)), c); 161 atf_tc_set_md_var(tc, "descr", "Checks btowc(3) and wctob(3)"); 192 atf_tc_set_md_var(tc, "descr", "Checks btowc(3) and wctob(3) for POSIX locale"); 207 /* wctob(WEOF) -> EOF */ 208 ATF_REQUIRE_EQ(wctob(WEOF), EOF); 214 ATF_REQUIRE_EQ((unsigned char)wctob(i), (wchar_t)i) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/ |
| ctype_members.cc | 118 const int __c = wctob(__wc); 134 const int __c = wctob(*__lo); 143 const int __c = wctob(*__lo); 157 const int __c = wctob(__i);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/ |
| ctype_members.cc | 118 const int __c = wctob(__wc); 134 const int __c = wctob(*__lo); 143 const int __c = wctob(*__lo); 157 const int __c = wctob(__i);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 214 const int __c = wctob(__wc); 230 const int __c = wctob(*__lo); 239 const int __c = wctob(*__lo); 253 const int __c = wctob(__i);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/newlib/ |
| ctype_members.cc | 218 const int __c = wctob(__wc); 234 const int __c = wctob(*__lo); 243 const int __c = wctob(*__lo); 257 const int __c = wctob(__i);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/vxworks/ |
| ctype_members.cc | 228 const int __c = wctob(__wc); 244 const int __c = wctob(*__lo); 253 const int __c = wctob(*__lo); 267 const int __c = wctob(__i);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 214 const int __c = wctob(__wc); 230 const int __c = wctob(*__lo); 239 const int __c = wctob(*__lo); 253 const int __c = wctob(__i);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/newlib/ |
| ctype_members.cc | 218 const int __c = wctob(__wc); 234 const int __c = wctob(*__lo); 243 const int __c = wctob(*__lo); 257 const int __c = wctob(__i);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/vxworks/ |
| ctype_members.cc | 228 const int __c = wctob(__wc); 244 const int __c = wctob(*__lo); 253 const int __c = wctob(*__lo); 267 const int __c = wctob(__i);
|
| /src/lib/libc/locale/ |
| Makefile.inc | 39 wctob.3 wcrtomb.3 wcsrtombs.3 \
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| ctype_members.cc | 229 const int __c = wctob(__wc); 251 const int __c = wctob(*__lo); 260 const int __c = wctob(*__lo); 280 const int __c = wctob(__i);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| ctype_members.cc | 229 const int __c = wctob(__wc); 251 const int __c = wctob(*__lo); 260 const int __c = wctob(*__lo); 280 const int __c = wctob(__i);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| wchar.in.h | 242 # undef wctob 243 # define wctob rpl_wctob 245 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 246 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 248 # if !defined wctob && !@HAVE_DECL_WCTOB@ 249 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 250 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 252 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 255 _GL_CXXALIASWARN (wctob); [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| wchar.in.h | 242 # undef wctob 243 # define wctob rpl_wctob 245 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 246 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 248 # if !defined wctob && !@HAVE_DECL_WCTOB@ 249 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 250 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 252 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 255 _GL_CXXALIASWARN (wctob); [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| xlocale_port.h | 66 int __rv = wctob(__wc);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| wchar.h | 41 using std::wctob;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| xlocale_port.h | 66 int __rv = wctob(__wc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| wchar.h | 41 using std::wctob;
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| wchar.h | 753 # undef wctob 754 # define wctob rpl_wctob 756 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 757 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 759 # if !defined wctob && !1 760 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 761 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 763 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 766 _GL_CXXALIASWARN (wctob); 769 # undef wctob macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| wchar.h | 753 # undef wctob 754 # define wctob rpl_wctob 756 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 757 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 759 # if !defined wctob && !1 760 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 761 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 763 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 766 _GL_CXXALIASWARN (wctob); 769 # undef wctob macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| wchar.h | 753 # undef wctob 754 # define wctob rpl_wctob 756 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 757 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 759 # if !defined wctob && !1 760 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 761 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 763 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 766 _GL_CXXALIASWARN (wctob); 769 # undef wctob macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| wchar.h | 753 # undef wctob 754 # define wctob rpl_wctob 756 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 757 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 759 # if !defined wctob && !1 760 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 761 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 763 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 766 _GL_CXXALIASWARN (wctob); 769 # undef wctob macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| wchar.h | 753 # undef wctob 754 # define wctob rpl_wctob 756 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 757 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 759 # if !defined wctob && !1 760 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 761 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 763 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 766 _GL_CXXALIASWARN (wctob); 769 # undef wctob macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| wchar.h | 753 # undef wctob 754 # define wctob rpl_wctob 756 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 757 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 759 # if !defined wctob && !1 760 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 761 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 763 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 766 _GL_CXXALIASWARN (wctob); 769 # undef wctob macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| wchar.h | 753 # undef wctob 754 # define wctob rpl_wctob 756 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 757 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 759 # if !defined wctob && !1 760 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 761 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 763 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 766 _GL_CXXALIASWARN (wctob); 769 # undef wctob macro [all...] |