/titanic_50/usr/src/cmd/mandoc/ |
H A D | out.c | 307 buf[0] = opts->decimal; in tblcalc_number() 312 if (NULL != (cp = strrchr(str, opts->decimal))) { in tblcalc_number() 324 if (col->decimal > d) { in tblcalc_number() 325 sz += col->decimal - d; in tblcalc_number() 326 d = col->decimal; in tblcalc_number() 328 col->width += d - col->decimal; in tblcalc_number() 332 if (d > col->decimal) in tblcalc_number() 333 col->decimal = d; in tblcalc_number()
|
H A D | tbl_term.c | 386 buf[0] = opts->decimal; in tbl_number() 391 if ((cp = strrchr(dp->string, opts->decimal)) != NULL) { in tbl_number() 400 if (col->decimal > d && col->width > sz) { in tbl_number() 401 padl = col->decimal - d; in tbl_number()
|
H A D | out.h | 34 size_t decimal; /* decimal position in cell */ member
|
H A D | term.h | 47 int decimal; /* decimal point position */ member
|
H A D | tbl_opts.c | 98 tbl->opts.decimal = p[*pos]; in arg()
|
H A D | tbl.c | 100 tbl->opts.decimal = '.'; in tbl_alloc()
|
H A D | mandoc.h | 201 char decimal; /* decimal point */ member
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.constants.d | 42 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_50/usr/src/lib/libast/common/sfio/ |
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 | sfhdr.h | 636 *(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 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; 1245 SFSETLOCALE(&decimal,&thousand); 1266 *endsp++ = decimal;
|
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 | sfvscanf.c | 326 int decimal = 0, thousand = 0; local 373 SFSETLOCALE(&decimal, &thousand);
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | fmtscale.c | 86 sfsprintf(buf, z, "%I*u%c%d%s", sizeof(n), n, p->decimal >= 0 ? p->decimal : '.', r, suf); in fmtscale()
|
H A D | strtoi.h | 242 int decimal = 0; local 332 SFSETLOCALE(&decimal, &thousand); 512 else if (c == decimal && S2I_valid(s))
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lclib.h | 55 int decimal; member
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ |
H A D | netmasks | 37 # "decimal dot" notation, e.g:
|
H A D | ipqosconf.1.sample | 101 # Set all 64 entries of dscp_map to 46 decimal.
|
H A D | ipqosconf.2.sample | 96 # Set all 64 entries of dscp_map to 14 decimal.
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 304 then err_exit '-Z3 not treated as decimal' 313 then err_exit 'display of unsigned integers in non-decimal bases wrong'
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ovdoprnt.s | 128 decimal; 'd
|
/titanic_50/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 542 decimal: in _doprnt() 588 goto decimal; in _doprnt()
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 718 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_50/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c.texi | 171 BASE is equal to 'd', interpret that D is decimal, and if BASE is
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | RELEASE88 | 110 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
|