/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.constants.d | 40 decimal = 12345; 45 printf("%d %d %d %d", decimal, octal, hexadecimal_1, hexadecimal_2); 46 printf("%d %o %x %x", decimal, octal, hexadecimal_1, hexadecimal_2);
|
/illumos-gate/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);
|
/illumos-gate/usr/src/common/ficl/test/ |
H A D | ficltest.fr | 90 { 0x10 -> decimal 16 } 91 { hex 0d10 -> decimal 10 } 93 -> decimal 256 }
|
/illumos-gate/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))
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | out.c | 333 col->decimal += (col->width - col->nwidth) / 2; in tblcalc() 498 } else if (cp[0] == opts->decimal && in tblcalc_number() 531 if (intsz > col->decimal) { in tblcalc_number() 532 col->nwidth += intsz - col->decimal; in tblcalc_number() 533 col->decimal = intsz; in tblcalc_number() 535 totsz += col->decimal - intsz; in tblcalc_number()
|
H A D | tbl_html.c | 260 if (col->decimal < col->nwidth) { in print_tbl() 262 sp->opts->decimal)) == NULL) { in print_tbl() 268 sz = col->nwidth - col->decimal; in print_tbl()
|
H A D | out.h | 38 size_t decimal; /* decimal position in cell */ member
|
H A D | tbl.h | 33 char decimal; /* Option "decimalpoint". */ member
|
H A D | tbl_opts.c | 99 tbl->opts.decimal = p[*pos]; in arg()
|
H A D | term.h | 49 int decimal; /* decimal point position */ member
|
H A D | tbl.c | 102 tbl->opts.decimal = '.'; in tbl_alloc()
|
H A D | tbl_term.c | 873 } else if (cp[0] == opts->decimal && in tbl_number() 900 if (col->decimal > intsz && col->width > totsz) { in tbl_number() 901 padl = col->decimal - intsz; in tbl_number()
|
/illumos-gate/usr/src/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 | 33 13 constant enter_key \ The decimal ASCII value for Enter key 34 8 constant bs_key \ The decimal ASCII value for Backspace key 35 21 constant ctrl_u \ The decimal ASCII value for Ctrl-U sequence 46 \ decimal ASCII representation. Note: the stack cannot be empty when this
|
H A D | menu.4th | 41 46 constant dot \ ASCII definition of a period (in decimal) 195 \ the incremental decimal ASCII value associated with the menu item, and 233 \ Here we will add the ASCII decimal of the numerical prefix 234 \ to the stack (decimal ASCII for `1' is 49) as a "return value" 371 \ `printmenuitem' ends by adding the decimal ASCII value for the 378 \ and the key required to activate that menu item will be the decimal 579 \ decimal ASCII representation. This function is called by the menu-display 1025 \ Evaluate the decimal ASCII value against known menu item
|
/illumos-gate/usr/src/uts/intel/io/amdzen/ |
H A D | smntemp.c | 209 int64_t raw, decimal; in smntemp_temp_update() local 226 decimal = raw & THM_CURTEMP_TEMP_DEC_MASK; in smntemp_temp_update() 231 stt->stt_temp += decimal; in smntemp_temp_update()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lclib.h | 55 int decimal; member
|
/illumos-gate/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.
|
/illumos-gate/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'
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | srvsvc1.ndl | 123 /* for svX_platform (note: decimal!) */
|