HomeSort by: relevance | last modified time | path
    Searched defs:mbstate_t (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/include/
uchar.h 56 * C11 `2. The types declared are mbstate_t (described in 7.30.1) and
73 typedef _BSD_MBSTATE_T_ mbstate_t; typedef
103 mbstate_t *__restrict);
104 size_t c8rtomb(char *__restrict, char8_t, mbstate_t *__restrict);
107 mbstate_t *__restrict);
108 size_t c16rtomb(char *__restrict, char16_t, mbstate_t *__restrict);
110 mbstate_t *__restrict);
111 size_t c32rtomb(char *__restrict, char32_t, mbstate_t *__restrict);
116 mbstate_t *__restrict, struct _locale *__restrict);
117 size_t c8rtomb_l(char *__restrict, char8_t, mbstate_t *__restrict
    [all...]
wchar.h 75 typedef _BSD_MBSTATE_T_ mbstate_t; typedef
100 size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict);
102 mbstate_t * __restrict);
103 int mbsinit(const mbstate_t *);
105 mbstate_t * __restrict);
106 size_t wcrtomb(char * __restrict, wchar_t, mbstate_t * __restrict);
123 mbstate_t * __restrict);
235 size_t, mbstate_t * __restrict);
237 size_t, mbstate_t * __restrict);
269 size_t mbrlen_l(const char * __restrict, size_t, mbstate_t * __restrict
    [all...]
  /src/lib/libc/regex/
utils.h 47 #define mbstate_t regex_mbstate_t macro
50 typedef char mbstate_t; typedef
  /src/lib/libc/locale/
multibyte.h 34 /* mbstate_t private */
37 typedef _BSD_MBSTATE_T_ mbstate_t; typedef
52 mbstate_t __pad;
57 #define _PRIVSIZE (sizeof(mbstate_t)-offsetof(_RuneStatePriv, __private))
68 _ps_to_runestate(mbstate_t *ps)
74 _ps_to_runestate_const(mbstate_t const *ps)
80 _ps_to_runelocale(mbstate_t const *ps)
86 _ps_to_ctype(mbstate_t const *ps, locale_t loc)
97 _ps_to_private(mbstate_t *ps)
105 _ps_to_private_const(mbstate_t const *ps
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/
rlmbutil.h 58 /* Some systems, like BeOS, have multibyte encodings but lack mbstate_t. */
65 # define mbstate_t int macro
112 extern int _rl_compare_chars (char *, int, mbstate_t *, char *, int, mbstate_t *);
113 extern int _rl_get_char_len (char *, mbstate_t *);
114 extern int _rl_adjust_point (char *, int, mbstate_t *);
  /src/external/gpl3/gdb.old/dist/readline/readline/
rlmbutil.h 58 /* Some systems, like BeOS, have multibyte encodings but lack mbstate_t. */
65 # define mbstate_t int macro
99 extern int _rl_compare_chars PARAMS((char *, int, mbstate_t *, char *, int, mbstate_t *));
100 extern int _rl_get_char_len PARAMS((char *, mbstate_t *));
101 extern int _rl_adjust_point PARAMS((char *, int, mbstate_t *));
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
quotearg.c 54 # undef mbstate_t macro
55 # define mbstate_t int macro
418 mbstate_t mbstate;
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
wchar.h 55 <wchar.h> is actually processed, and that doesn't include 'mbstate_t'.
673 /* Override mbstate_t if it is too small.
674 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
676 On AIX and MSVC, mbrtowc needs to be overridden, but mbstate_t exists and is
682 # undef mbstate_t macro
683 # define mbstate_t rpl_mbstate_t macro
784 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
785 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
788 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
790 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps))
    [all...]

Completed in 61 milliseconds

1 2 3