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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h631 #if !defined(SFSETLOCALE) && _PACKAGE_ast
633 #define SFSETLOCALE(dp,tp) \ macro
639 #endif /*!defined(SFSETLOCALE) && _PACKAGE_ast*/
641 #if !defined(SFSETLOCALE) && _lib_locale
643 #define SFSETLOCALE(decimal,thousand) \ macro
656 #endif /*!defined(SFSETLOCALE) && _lib_locale*/
658 #if !defined(SFSETLOCALE)
659 #define SFSETLOCALE(decimal,thousand) (*(decimal)='.') macro

Completed in 65 milliseconds