Home
last modified time | relevance | path

Searched refs:mbstate_t (Results 126 – 150 of 168) sorted by relevance

1234567

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp127 unsigned mbstate_t_sz = sizeof(mbstate_t);
H A Dsanitizer_platform_limits_posix.cpp201 unsigned mbstate_t_sz = sizeof(mbstate_t);
H A Dsanitizer_platform_limits_netbsd.cpp550 unsigned mbstate_t_sz = sizeof(mbstate_t);
/freebsd/lib/libc/regex/
H A Dengine.c94 mbstate_t mbs; /* multibyte conversion state */
156 mbstate_t mbs; in stepback()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c603 mbstate_t shift_state; in archive_wstring_append_from_mbs()
789 mbstate_t shift_state; in archive_string_append_from_wcs()
2194 mbstate_t shift_state; in invalid_mbs()
3421 mbstate_t shift_state; in strncat_from_utf8_libarchive2()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1621 std::mbstate_t state = std::mbstate_t(); in CompleteCharacter()
/freebsd/usr.bin/sed/
H A Dprocess.c592 mbstate_t mbs; in lputs()
H A Dcompile.c771 mbstate_t mbs1, mbs2; in compile_tr()
/freebsd/contrib/bsddialog/lib/
H A Dbarbox.c213 mbstate_t mbs; in mvwaddcstr()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc16 SYMBOL(mbstate_t, std::, <cwchar>)
17 SYMBOL(mbstate_t, std::, <cuchar>)
/freebsd/usr.bin/sort/
H A Dbwstring.c330 mbstate_t mbs; in bwscsbdup()
/freebsd/contrib/bmake/
H A Dconfig.h.in388 to make mbstate_t available. */
H A Dconfigure3990 mbstate_t x;
4008 mbstate_t x;
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c542 mbstate_t mbs; in strcols()
/freebsd/contrib/dialog/
H A Daclocal.m43270 dnl Check if mbstate_t is declared, and if so, which header file.
3271 dnl This (including wchar.h) is needed on Tru64 5.0 to declare mbstate_t,
3275 AC_CACHE_CHECK(if we must include wchar.h to declare mbstate_t,cf_cv_mbstate_t,[
3282 [mbstate_t state; (void)state],
3291 [mbstate_t value; (void)value],
3300 AC_DEFINE(HAVE_MBSTATE_T,1,[Define to 1 if mbstate_t is declared])
5486 # This is needed on Tru64 5.0 to declare mbstate_t
5487 AC_CACHE_CHECK(if we must include wchar.h to declare mbstate_t,cf_cv_widec_mbstate,[
5491 [mbstate_t state; (void)state],
5497 [mbstate_t state; (void)state],
[all …]
H A Dutil.c700 mbstate_t state; in is_combining()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1597 mbstate_t PUT_st; wchar_t PUTC_ch
2354 extern NCURSES_EXPORT(size_t) _nc_wcrtomb (char *, wchar_t, mbstate_t *);
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfig.h.in580 to make mbstate_t available. */
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in524 to make mbstate_t available. */
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2091 struct wchar_codecvt : public std::codecvt<wchar_t, char, std::mbstate_t> {};
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c4883 mbstate_t state; in field_buffer()
4942 mbstate_t state; in _nc_Widen_String()
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in942 to make mbstate_t available. */
/freebsd/contrib/file/
H A DChangeLog1897 * Change mbstate_t autoconf detection macro from AC_MBSTATE_T
1983 * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com>
/freebsd/contrib/ncurses/
H A Dconfigure.in954 CF_WCHAR_TYPE(mbstate_t, NCURSES_MBSTATE_T)
959 AC_DEFINE(NEED_MBSTATE_T_DEF,1,[Define to 1 if we must declare mbstate_t])
/freebsd/contrib/unbound/
H A Dconfig.h.in1015 to make mbstate_t available. */

1234567