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

/illumos-gate/usr/src/lib/libast/common/port/
H A Dlclib.h55 int decimal; member in struct:Lc_numeric_s
/illumos-gate/usr/src/cmd/vi/port/
H A Dovdoprnt.s128 decimal; 'd
179 decimal: label
/illumos-gate/usr/src/cmd/mandoc/
H A Dout.h34 size_t decimal; /* decimal position in cell */ member in struct:roffcol
H A Dterm.h48 int decimal; /* decimal point position */ member in struct:termp_tbl
H A Dmandoc.h201 char decimal; /* decimal point */ member in struct:tbl_opts
/illumos-gate/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
222 SFSETLOCALE(&decimal, &thousand);
265 else if (c == decimal)
267 decimal = -1;
329 else if (c == decimal)
331 decimal = -1;
408 else if (c == decimal)
410 decimal = -1;
H A Dsfvprintf.c129 int decimal = 0, thousand = 0; local
322 SFSETLOCALE(&decimal,&thousand);
327 SFSETLOCALE(&decimal,&thousand);
1203 SFSETLOCALE(&decimal,&thousand);
1205 *endsp++ = decimal;
1234 f_format: /* data before the decimal point */
1245 SFSETLOCALE(&decimal,&thousand);
1266 *endsp++ = decimal;
H A Dsfvscanf.c326 int decimal = 0, thousand = 0; local
373 SFSETLOCALE(&decimal, &thousand);
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrtoi.h64 * [1-9] decimal
242 int decimal = 0; local
332 SFSETLOCALE(&decimal, &thousand);
512 else if (c == decimal && S2I_valid(s))

Completed in 71 milliseconds