Searched refs:SFSETLOCALE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfstrtod.c | 82 SFSETLOCALE(&decpoint,&thousand);
|
H A D | sfhdr.h | 631 #if !defined(SFSETLOCALE) && _PACKAGE_ast 633 #define SFSETLOCALE(dp,tp) \ macro 641 #if !defined(SFSETLOCALE) && _lib_locale 643 #define SFSETLOCALE(decimal,thousand) \ macro 658 #if !defined(SFSETLOCALE) 659 #define SFSETLOCALE(decimal,thousand) (*(decimal)='.') macro
|
H A D | sfvprintf.c | 322 SFSETLOCALE(&decimal,&thousand); 327 SFSETLOCALE(&decimal,&thousand); 1203 SFSETLOCALE(&decimal,&thousand); 1245 SFSETLOCALE(&decimal,&thousand);
|
H A D | sfstrtof.h | 222 SFSETLOCALE(&decimal, &thousand);
|
H A D | sftable.c | 169 SFSETLOCALE(&decimal,&thousand);
|
H A D | sfvscanf.c | 373 SFSETLOCALE(&decimal, &thousand);
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strtoi.h | 332 SFSETLOCALE(&decimal, &thousand);
|