Searched defs:thousand (Results 1 - 7 of 7) 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 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
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 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)

Completed in 38 milliseconds