Searched refs:mbstate_t (Results 1 - 25 of 136) sorted by path

123456

/freebsd-current/bin/cat/
H A Dcat.c341 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
/freebsd-current/bin/ls/
H A Dutil.c54 mbstate_t mbs;
85 mbstate_t mbs;
135 mbstate_t mbs;
167 mbstate_t mbs;
/freebsd-current/bin/sh/
H A Doutput.c126 mbstate_t mbs;
/freebsd-current/contrib/bmake/
H A Dconfigure3990 mbstate_t x;
4008 mbstate_t x;
/freebsd-current/contrib/bsddialog/lib/
H A Dlib_util.c131 mbstate_t mbs;
167 mbstate_t mbs;
198 mbstate_t mbs;
/freebsd-current/contrib/dialog/
H A Dbuttons.c65 mbstate_t state;
H A Dconfigure23046 # This is needed on Tru64 5.0 to declare mbstate_t
23047 echo "$as_me:23047: checking if we must include wchar.h to declare mbstate_t" >&5
23048 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6
23062 mbstate_t state; (void)state
23093 mbstate_t state; (void)state
25299 echo "$as_me:25299: checking if we must include wchar.h to declare mbstate_t" >&5
25300 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6
25317 mbstate_t state; (void)state
25351 mbstate_t value; (void)value
H A Dinputstr.c284 mbstate_t state;
321 mbstate_t state;
366 mbstate_t state;
420 mbstate_t state;
H A Dtrace.c147 mbstate_t state;
H A Dui_getc.c354 mbstate_t state;
H A Dutil.c700 mbstate_t state;
/freebsd-current/contrib/diff/lib/
H A Derror.c159 mbstate_t st;
H A Dstrftime.c66 # define mbstate_t int macro
70 static const mbstate_t mbstate_zero;
191 mbstate_t __st; \
516 mbstate_t mbstate = mbstate_zero;
/freebsd-current/contrib/file/
H A Dconfigure5141 mbstate_t x;
5159 mbstate_t x;
14393 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14394 printf %s "checking for mbstate_t... " >&6; }
14406 mbstate_t x; return sizeof x;
14427 printf "%s\n" "#define mbstate_t int" >>confdefs.h
15043 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc and mbstate_t are properly declared" >&5
15044 printf %s "checking whether mbrtowc and mbstate_t are properly declared... " >&6; }
15058 mbstate_t state;
/freebsd-current/contrib/file/src/
H A Dfile.c588 mbstate_t state;
669 mbstate_t state;
H A Dfuncs.c569 mbstate_t state;
574 (void)memset(&state, 0, sizeof(mbstate_t));
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2091 struct wchar_codecvt : public std::codecvt<wchar_t, char, std::mbstate_t> {};
/freebsd-current/contrib/ldns/
H A Dconfigure4117 mbstate_t x;
4135 mbstate_t x;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_string.c603 mbstate_t shift_state;
789 mbstate_t shift_state;
2194 mbstate_t shift_state;
3421 mbstate_t shift_state;
/freebsd-current/contrib/libedit/
H A Dchartype.c189 mbstate_t mbs;
H A Dread.c319 mbstate_t mbs;
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c254 mbstate_t xo_mbstate; /* Multi-byte character conversion state */
/freebsd-current/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_netbsd.cpp550 unsigned mbstate_t_sz = sizeof(mbstate_t);
H A Dsanitizer_platform_limits_posix.cpp201 unsigned mbstate_t_sz = sizeof(mbstate_t);

Completed in 633 milliseconds

123456