| /src/external/gpl3/gdb/dist/gnulib/import/ |
| btowc.c | 35 if (mbtowc (&wc, buf, 1) >= 0)
|
| mbtowc-impl.h | 23 mbtowc (wchar_t *pwc, const char *s, size_t n) function
|
| mbtowc-lock.h | 19 /* Use a lock, so that no two threads can invoke mbtowc at the same time. */ 24 /* Put the hidden internal state of mbtowc into its initial state. 27 mbtowc (NULL, NULL, 0); 29 return mbtowc (pwc, p, m);
|
| stdlib.in.h | 524 # undef mbtowc 525 # define mbtowc rpl_mbtowc 527 _GL_FUNCDECL_RPL (mbtowc, int, 529 _GL_CXXALIAS_RPL (mbtowc, int, 533 _GL_FUNCDECL_SYS (mbtowc, int, 536 _GL_CXXALIAS_SYS (mbtowc, int, 540 _GL_CXXALIASWARN (mbtowc); 543 # undef mbtowc 545 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| btowc.c | 35 if (mbtowc (&wc, buf, 1) >= 0)
|
| mbtowc-impl.h | 23 mbtowc (wchar_t *pwc, const char *s, size_t n) function
|
| mbtowc-lock.h | 19 /* Use a lock, so that no two threads can invoke mbtowc at the same time. */ 24 /* Put the hidden internal state of mbtowc into its initial state. 27 mbtowc (NULL, NULL, 0); 29 return mbtowc (pwc, p, m);
|
| stdlib.in.h | 524 # undef mbtowc 525 # define mbtowc rpl_mbtowc 527 _GL_FUNCDECL_RPL (mbtowc, int, 529 _GL_CXXALIAS_RPL (mbtowc, int, 533 _GL_FUNCDECL_SYS (mbtowc, int, 536 _GL_CXXALIAS_SYS (mbtowc, int, 540 _GL_CXXALIASWARN (mbtowc); 543 # undef mbtowc 545 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/tests/lib/libc/locale/ |
| t_mbtowc.c | 118 ret = mbtowc(NULL, NULL, 0); 124 ret = mbtowc(NULL, illegal, strlen(illegal)); 125 (void)printf("mbtowc() returned: %zd\n", ret); 136 mbtowc(NULL, NULL, 0); 144 ret = mbtowc(NULL, legal, strlen(legal)); 145 (void)printf("mbtowc() returned: %zd\n", ret); 156 atf_tc_set_md_var(tc, "descr", "A basic test of mbtowc(3)"); 173 atf_tc_set_md_var(tc, "descr", "Test mbtowc(3) sign conversion"); 185 ret = mbtowc(&wc, "\xe4", 1); 186 (void)printf("mbtowc(): %d\n", ret) [all...] |
| /src/external/cddl/osnet/dist/lib/libgen/common/ |
| gmatch.c | 59 n = mbtowc(&cl, p, MB_LEN_MAX); \ 75 n = mbtowc(&cl, s, MB_LEN_MAX); 83 n = mbtowc(&cl, p, MB_LEN_MAX); 171 n = mbtowc(&cl, s, MB_LEN_MAX);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| stdlib.h | 72 using std::mbtowc;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| stdlib.h | 69 using std::mbtowc;
|
| /src/crypto/external/bsd/openssh/dist/ |
| utf8.c | 133 if ((len = mbtowc(&wc, sp, MB_CUR_MAX)) == -1) { 134 (void)mbtowc(NULL, NULL, MB_CUR_MAX);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| utf-8-conv.c | 52 #include <ac/stdlib.h> /* For wctomb, wcstombs, mbtowc, mbstowcs */ 338 int mbtowc(wchar_t *pwc, const char *s, size_t n) { return mbrtowc(pwc, s, n, NULL); } function 426 f_mbtowc = mbtowc; /* use the local ANSI C function */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| stdlib.h | 1080 # undef mbtowc 1081 # define mbtowc rpl_mbtowc 1083 _GL_FUNCDECL_RPL (mbtowc, int, 1085 _GL_CXXALIAS_RPL (mbtowc, int, 1089 _GL_FUNCDECL_SYS (mbtowc, int, 1092 _GL_CXXALIAS_SYS (mbtowc, int, 1096 _GL_CXXALIASWARN (mbtowc); variable 1099 # undef mbtowc macro 1101 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - [all...] |