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

/illumos-gate/usr/src/lib/libast/common/port/
H A Dlclib.h56 int thousand; member in struct:Lc_numeric_s
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfstrtod.c81 int thousand = 0; local
82 SFSETLOCALE(&decpoint,&thousand);
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 Dsfstrtof.h212 int thousand = 0; local
222 SFSETLOCALE(&decimal, &thousand);
411 thousand = -1;
415 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;
1203 SFSETLOCALE(&decimal,&thousand);
1245 SFSETLOCALE(&decimal,&thousand);
1253 { *endsp++ = thousand;
[all...]
H A Dsfvscanf.c326 int decimal = 0, thousand = 0; local
373 SFSETLOCALE(&decimal, &thousand);
620 if(thousand > 0)
874 else if(inp == thousand)
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrtoi.h243 int thousand = 0; local
332 SFSETLOCALE(&decimal, &thousand);
361 else if (!S2I_valid(s) || c != thousand)

Completed in 53 milliseconds