Searched defs:decimal (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | lclib.h | 55 int decimal; member in struct:Lc_numeric_s
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ovdoprnt.s | 128 decimal; 'd 179 decimal: label
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | out.h | 34 size_t decimal; /* decimal position in cell */ member in struct:roffcol
|
H A D | term.h | 48 int decimal; /* decimal point position */ member in struct:termp_tbl
|
H A D | mandoc.h | 201 char decimal; /* decimal point */ member in struct:tbl_opts
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sftable.c | 58 int v, n, skip, dollar, decimal, thousand; local 71 dollar = decimal = thousand = 0; argn = maxp = -1; 169 SFSETLOCALE(&decimal,&thousand);
|
H A D | sfstrtof.h | 211 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 D | sfvprintf.c | 129 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 D | sfvscanf.c | 326 int decimal = 0, thousand = 0; local 373 SFSETLOCALE(&decimal, &thousand);
|
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | strtoi.h | 64 * [1-9] decimal 242 int decimal = 0; local 332 SFSETLOCALE(&decimal, &thousand); 512 else if (c == decimal && S2I_valid(s))
|
Completed in 111 milliseconds