Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 47) sorted by relevance

12

/titanic_41/usr/src/cmd/mandoc/
H A Dout.c254 buf[0] = opts->decimal; in tblcalc_number()
259 if (NULL != (cp = strrchr(str, opts->decimal))) { in tblcalc_number()
271 if (col->decimal > d) { in tblcalc_number()
272 sz += col->decimal - d; in tblcalc_number()
273 d = col->decimal; in tblcalc_number()
275 col->width += d - col->decimal; in tblcalc_number()
279 if (d > col->decimal) in tblcalc_number()
280 col->decimal = d; in tblcalc_number()
H A Dtbl_term.c402 buf[0] = opts->decimal; in tbl_number()
407 if (NULL != (cp = strrchr(dp->string, opts->decimal))) { in tbl_number()
417 padl = col->decimal - d; in tbl_number()
H A Dout.h36 size_t decimal; /* decimal position in cell */ member
H A Dterm.h51 int decimal; /* decimal point position */ member
H A Dtbl.c84 tbl->opts.decimal = '.'; in tbl_alloc()
H A Dtbl_opts.c146 if ('\0' != (tbl->opts.decimal = p[(*pos)++])) in arg()
H A Dmandoc.h170 char decimal; /* decimal point */ member
/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.constants.d42 decimal = 12345;
47 printf("%d %d %d %d", decimal, octal, hexadecimal_1, hexadecimal_2);
48 printf("%d %o %x %x", decimal, octal, hexadecimal_1, hexadecimal_2);
/titanic_41/usr/src/lib/libast/common/sfio/
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 Dsfhdr.h636 *(dp) = lv->decimal; \
643 #define SFSETLOCALE(decimal,thousand) \ argument
645 if(*(decimal) == 0) \
646 { *(decimal) = '.'; \
650 *(decimal) = *(unsigned char*)lv->decimal_point; \
659 #define SFSETLOCALE(decimal,thousand) (*(decimal)='.') argument
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;
1245 SFSETLOCALE(&decimal,&thousand);
1266 *endsp++ = decimal;
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 Dsfvscanf.c326 int decimal = 0, thousand = 0; local
373 SFSETLOCALE(&decimal, &thousand);
/titanic_41/usr/src/lib/libast/common/string/
H A Dfmtscale.c86 sfsprintf(buf, z, "%I*u%c%d%s", sizeof(n), n, p->decimal >= 0 ? p->decimal : '.', r, suf); in fmtscale()
H A Dstrtoi.h242 int decimal = 0; local
332 SFSETLOCALE(&decimal, &thousand);
512 else if (c == decimal && S2I_valid(s))
/titanic_41/usr/src/lib/libast/common/port/
H A Dlclib.h55 int decimal; member
/titanic_41/usr/src/cmd/cmd-inet/etc/
H A Dnetmasks37 # "decimal dot" notation, e.g:
H A Dipqosconf.1.sample101 # Set all 64 entries of dscp_map to 46 decimal.
H A Dipqosconf.2.sample96 # Set all 64 entries of dscp_map to 14 decimal.
/titanic_41/usr/src/lib/libshell/common/tests/
H A Darith.sh304 then err_exit '-Z3 not treated as decimal'
313 then err_exit 'display of unsigned integers in non-decimal bases wrong'
/titanic_41/usr/src/cmd/vi/port/
H A Dovdoprnt.s128 decimal; 'd
/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c542 decimal: in _doprnt()
588 goto decimal; in _doprnt()
/titanic_41/usr/src/lib/libast/common/comp/
H A Dsetlocale.c718 dp->decimal = lp->decimal_point && *lp->decimal_point ? *(unsigned char*)lp->decimal_point : '.'; in set_numeric()
725 …o %17s decimal '%c' thousands '%c'\n", lc_categories[category].name, dp->decimal, dp->thousand >= … in set_numeric()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi171 BASE is equal to 'd', interpret that D is decimal, and if BASE is
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE88110 2. sleep [decimal-seconds]
180 1. The decimal point character is processed per locale
354 point seconds with 3 places after the decimal point by

12