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

/ast/src/lib/libast/sfio/
H A Dsfhdr.h312 #define _has_multibyte 1 macro
324 #define _has_multibyte 1 /* Xopen-compliant */ macro
336 #if !_has_multibyte && _hdr_wchar && _lib_mbtowc && _lib_wctomb
337 #define _has_multibyte 2 /* no shift states */ macro
348 #endif /*!_has_multibyte && _hdr_wchar && _lib_mbtowc && _lib_wctomb*/
358 #if !_has_multibyte
359 #define _has_multibyte 0 /* no multibyte support */ macro
365 #endif /* _has_multibyte */
508 #if _has_multibyte
729 #if _has_multibyte
[all...]

Completed in 12 milliseconds