| /titanic_53/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_53/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_53/usr/src/contrib/ast/src/lib/libast/sfio/ |
| H A D | sfstrtof.h | 211 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; 417 else if (c != thousand || (c == thousand && decimal == -1))
|
| H A D | sfhdr.h | 649 *(dp) = lv->decimal; \ 656 #define SFSETLOCALE(decimal,thousand) \ argument 658 if(*(decimal) == 0) \ 659 { *(decimal) = '.'; \ 663 *(decimal) = *(unsigned char*)lv->decimal_point; \ 672 #define SFSETLOCALE(decimal,thousand) (*(decimal)='.',*(thousand)=-1) argument
|
| H A D | sfvprintf.c | 129 int decimal = 0, thousand = 0; local 328 SFSETLOCALE(&decimal,&thousand); 333 SFSETLOCALE(&decimal,&thousand); 1257 SFSETLOCALE(&decimal,&thousand); 1259 *endsp++ = decimal; 1299 SFSETLOCALE(&decimal,&thousand); 1320 *endsp++ = decimal;
|
| H A D | sftable.c | 58 int v, n, skip, dollar, decimal, thousand; local 69 dollar = decimal = thousand = 0; argn = maxp = -1; 167 SFSETLOCALE(&decimal,&thousand);
|
| /titanic_53/usr/src/common/ficl/test/ |
| H A D | ficltest.fr | 90 { 0x10 -> decimal 16 } 91 { hex 0d10 -> decimal 10 } 93 -> decimal 256 }
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/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 | 245 int decimal = 0; local 335 SFSETLOCALE(&decimal, &thousand); 517 else if (c == decimal && S2I_valid(s))
|
| /titanic_53/usr/src/boot/sys/boot/forth/ |
| H A D | pcibios.4th | 40 hex ?number decimal 42 dup pcibios-device-count ." Found " . ." instances of " hex . decimal cr
|
| H A D | check-password.4th | 34 13 constant enter_key \ The decimal ASCII value for Enter key 35 8 constant bs_key \ The decimal ASCII value for Backspace key 36 21 constant ctrl_u \ The decimal ASCII value for Ctrl-U sequence 47 \ decimal ASCII representation. Note: the stack cannot be empty when this
|
| H A D | menu.4th | 42 46 constant dot \ ASCII definition of a period (in decimal) 203 \ the incremental decimal ASCII value associated with the menu item, and 241 \ Here we will add the ASCII decimal of the numerical prefix 242 \ to the stack (decimal ASCII for `1' is 49) as a "return value" 522 \ `printmenuitem' ends by adding the decimal ASCII value for the 529 \ and the key required to activate that menu item will be the decimal 771 \ decimal ASCII representation. This function is called by the menu-display 1206 \ Evaluate the decimal ASCII value against known menu item
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/port/ |
| H A D | lclib.h | 55 int decimal; member
|
| /titanic_53/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_53/usr/src/cmd/vi/port/ |
| H A D | ovdoprnt.s | 128 decimal; 'd
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/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_53/usr/src/ucblib/libucb/port/stdio/ |
| H A D | doprnt.c | 542 decimal: in _doprnt() 588 goto decimal; in _doprnt()
|