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

/osnet-11/usr/src/lib/libast/common/port/
H A Dlclib.h55 int decimal; member in struct:Lc_numeric_s
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsftable.c58 int v, n, skip, dollar, decimal, thousand; local
71 dollar = decimal = thousand = 0; argn = maxp = -1;
169 SFSETLOCALE(&decimal,&thousand);
H A Dsfstrtof.h211 int decimal = 0; local
224 SFSETLOCALE(&decimal, &thousand);
267 else if (c == decimal)
269 decimal = -1;
331 else if (c == decimal)
333 decimal = -1;
410 else if (c == decimal)
412 decimal = -1;
H A Dsfvprintf.c129 int decimal = 0, thousand = 0; local
322 SFSETLOCALE(&decimal,&thousand);
327 SFSETLOCALE(&decimal,&thousand);
1207 SFSETLOCALE(&decimal,&thousand);
1209 *endsp++ = decimal;
1238 f_format: /* data before the decimal point */
1249 SFSETLOCALE(&decimal,&thousand);
1270 *endsp++ = decimal;
H A Dsfvscanf.c326 int decimal = 0, thousand = 0; local
373 SFSETLOCALE(&decimal, &thousand);
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrtoi.h64 * [1-9] decimal
245 int decimal = 0; local
335 SFSETLOCALE(&decimal, &thousand);
517 else if (c == decimal && S2I_valid(s))

Completed in 34 milliseconds