Searched refs:thousand (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libast/common/port/
H A Dlclib.h56 int thousand; member in struct:Lc_numeric_s
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfstrtod.c81 int thousand = 0; local
82 SFSETLOCALE(&decpoint,&thousand);
H A Dsfstrtof.h212 int thousand = 0; local
224 SFSETLOCALE(&decimal, &thousand);
413 thousand = -1;
417 else if (c != thousand)
H A Dsfvprintf.c129 int decimal = 0, thousand = 0; local
322 SFSETLOCALE(&decimal,&thousand);
323 if(thousand > 0)
327 SFSETLOCALE(&decimal,&thousand);
328 if(thousand < 0)
329 thousand = fmt;
1066 *ep++ = thousand;
1207 SFSETLOCALE(&decimal,&thousand);
1249 SFSETLOCALE(&decimal,&thousand);
1257 { *endsp++ = thousand;
[all...]
H A Dsfhdr.h640 if (tp) *(tp) = lv->thousand; \
646 #define SFSETLOCALE(decimal,thousand) \
650 if (thousand) *(thousand) = -1; \
654 if(thousand && lv->thousands_sep && *lv->thousands_sep) \
655 *(thousand) = *(unsigned char*)lv->thousands_sep; \
662 #define SFSETLOCALE(decimal,thousand) (*(decimal)='.')
H A Dsftable.c58 int v, n, skip, dollar, decimal, thousand; local
71 dollar = decimal = thousand = 0; argn = maxp = -1;
169 SFSETLOCALE(&decimal,&thousand);
170 if(thousand > 0)
H A Dsfvscanf.c326 int decimal = 0, thousand = 0; local
373 SFSETLOCALE(&decimal, &thousand);
620 if(thousand > 0)
874 else if(inp == thousand)
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrtoi.h246 int thousand = 0; local
335 SFSETLOCALE(&decimal, &thousand);
364 else if (!S2I_valid(s) || c != thousand)
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c2354 dp->thousand = lp->thousands_sep && *lp->thousands_sep ? *(unsigned char*)lp->thousands_sep : -1;
2555 sfprintf(sfstderr, " decimal='%c' thousands='%c'", dp->decimal, dp->thousand >= 0 ? dp->thousand : 'X');

Completed in 68 milliseconds