Searched defs:_has_multibyte (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h312 #define _has_multibyte 1 macro
324 #define _has_multibyte 1 /* Xopen-compliant */ macro
333 #if !_has_multibyte && _hdr_wchar && _lib_mbtowc && _lib_wctomb
334 #define _has_multibyte 2 /* no shift states */ macro
345 #endif /*!_has_multibyte && _hdr_wchar && _lib_mbtowc && _lib_wctomb*/
355 #if !_has_multibyte
356 #define _has_multibyte 0 /* no multibyte support */ macro
362 #endif /* _has_multibyte */
501 #if _has_multibyte
716 #if _has_multibyte
[all...]

Completed in 66 milliseconds