Home
last modified time | relevance | path

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

123

/titanic_53/usr/src/cmd/mandoc/
H A Dout.c307 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 Dtbl_term.c386 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 Dout.h34 size_t decimal; /* decimal position in cell */ member
H A Dterm.h47 int decimal; /* decimal point position */ member
H A Dtbl_opts.c98 tbl->opts.decimal = p[*pos]; in arg()
H A Dtbl.c100 tbl->opts.decimal = '.'; in tbl_alloc()
H A Dmandoc.h201 char decimal; /* decimal point */ member
/titanic_53/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_53/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfstrtof.h211 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 Dsfhdr.h649 *(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 Dsfvprintf.c129 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 Dsftable.c58 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 Dficltest.fr90 { 0x10 -> decimal 16 }
91 { hex 0d10 -> decimal 10 }
93 -> decimal 256 }
/titanic_53/usr/src/contrib/ast/src/lib/libast/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.h245 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 Dpcibios.4th40 hex ?number decimal
42 dup pcibios-device-count ." Found " . ." instances of " hex . decimal cr
H A Dcheck-password.4th34 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 Dmenu.4th42 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 Dlclib.h55 int decimal; member
/titanic_53/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_53/usr/src/cmd/vi/port/
H A Dovdoprnt.s128 decimal; 'd
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/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_53/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c542 decimal: in _doprnt()
588 goto decimal; in _doprnt()

123