Home
last modified time | relevance | path

Searched full:digit (Results 101 – 125 of 753) sorted by relevance

12345678910>>...31

/titanic_53/usr/src/man/man3c/
H A Dfwprintf.3c113 (*), described below, or an optional decimal digit string, where a null digit
218 first digit of the result to be 0. For \fBx\fR or \fBX\fR conversions, a
223 a digit follows it. For \fBg\fR and \fBG\fR conversions, trailing zeros will
433 appears. If a radix character appears, at least 1 digit appears before it. The
456 \fB[\fR\(mi\fB]\fR\fId.ddd\fRe\|\(+-\|dd, where there is one digit before the
510 character appears only if it is followed by a digit.
525 style "[-]\fB0xh.hhhhp\(+-d\fR", where the single hexadecimal digit preceding
535 contains at least one digit, and only as many more digits as necessary to
H A Dwcstod.3c109 digit
111 n-wchar-sequence digit
141 sequence of wide characters starting with the first digit or the radix
147 of the appropriate type with value zero is assumed to follow the last digit in
H A Dstrtod.3c101 digit
103 n-char-sequence digit
133 sequence of characters starting with the first digit or the decimal-point
139 with value zero is assumed to follow the last digit in the string. If the
369 by examining the underflow flag or by looking for a non-zero digit before the
H A Dctype.3c160 (letter or digit).
198 Tests for any decimal-digit character.
277 Tests for any hexadecimal-digit character (\fB[0\(mi9]\fR, \fB[A\(miF]\fR, or
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c62 int digit; in asn1_encode_integer_internal() local
66 digit = (int) (valcopy&0xFF); in asn1_encode_integer_internal()
67 retval = asn1buf_insert_octet(buf,(asn1_octet) digit); in asn1_encode_integer_internal()
73 if ((val > 0) && ((digit&0x80) == 0x80)) { /* make sure the high bit is */ in asn1_encode_integer_internal()
77 } else if ((val < 0) && ((digit&0x80) != 0x80)) { in asn1_encode_integer_internal()
134 int digit; in asn1_encode_unsigned_integer() local
138 digit = (int) (valcopy&0xFF); in asn1_encode_unsigned_integer()
139 retval = asn1buf_insert_octet(buf,(asn1_octet) digit); in asn1_encode_unsigned_integer()
145 if (digit&0x80) { /* make sure the high bit is */ in asn1_encode_unsigned_integer()
/titanic_53/usr/src/common/mpi/
H A Dmplogic.c179 integer a, as long as bit lsbNum is in the high order digit of a.
185 mp_digit * digit = MP_DIGITS(a) + lsWndx; in mpl_get_bits() local
193 mask &= (digit[0] >> rshift); in mpl_get_bits()
195 mask &= ((digit[0] >> rshift) | (digit[1] << (MP_DIGIT_BIT - rshift))); in mpl_get_bits()
/titanic_53/usr/src/man/man1/
H A Dpr.1134 of \fBSPACE\fR characters. If any non-digit character, \fIchar\fR, is
189 Provides \fIwidth\fR-digit line numbering (default for \fIwidth\fR is \fB5\fR).
192 non-digit character) is given, it will be appended to the line number to
291 assumed. If any non-digit character, \fIchar\fR, is specified, it will be used
319 position are assumed. If any non-digit character, \fIchar\fR, is specified, it
/titanic_53/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c68 "[[:space:]]+[[][[:space:]]*job[[:space:]]*([[:digit:]]+)"\
90 "([[:digit:]]+)[[:space:]]+([[:digit:]]+)[[:space:]]+([[:digit:]]+)"\
91 "[[:space:]]+([[:digit:]]+)";
140 static char *doc1_expr = "[[:space:]]+(([[:digit:]]+) copies of )"\
141 "([^[:space:]]+)[[:space:]]*([[:digit:]]+) bytes";
143 "([[:digit:]]+) bytes";
/titanic_53/usr/src/man/man5/
H A Dlocale.5345 The character classes \fBdigit\fR, \fBxdigit\fR, \fBlower\fR, \fBupper\fR, and
367 \fBcntrl\fR, \fBdigit\fR, \fBpunct\fR, or \fBspace\fR can be specified. The
388 \fBcntrl\fR, \fBdigit\fR, \fBpunct\fR, or \fBspace\fR can be specified. The
405 \fBcntrl\fR, \fBdigit\fR, \fBpunct\fR, or \fBspace\fR can be specified.
413 \fB\fBdigit\fR\fR
435 The definition of character class \fBdigit\fR requires that only ten
447 characters specified for the \fBalpha\fR and \fBdigit\fR keywords are
448 specified. Characters specified for the keywords \fBalpha\fR and \fBdigit\fR
465 \fBupper\fR, \fBlower\fR, \fBalpha\fR, \fBdigit\fR, \fBgraph\fR, or
484 \fBupper\fR, \fBlower\fR, \fBalpha\fR, \fBdigit\fR, \fBpunct\fR, \fBgraph\fR,
[all …]
H A Dformats.5171 of a period (.) followed by a decimal digit string; a null digit string is
226 precision to force the first digit of the result to be a zero. For x or X
320 either a plus or minus sign), where there is one digit before the radix
342 result. A radix character appears only if it is followed by a digit.
H A Dtecla.5624 digit-argument sequences (see Entering Repeat Counts below).
975 \fBdigit-argument\fR
2009 digit-argument (see below)
3559 digit-argument (see below)
3575 typing in the numeric count. This relies on the digit-argument action being
3578 rest of the number, since every numeric digit thereafter is treated as part of
3580 non-digit, or literal digit key is pressed the repeat count is terminated and
3624 You can also bind digit-argument to other key sequences. If these end in a
3625 numeric digit, that digit gets appended to the current repeat count. If it
3626 doesn't end in a numeric digit, a new repeat count is started with a value of
[all …]
/titanic_53/usr/src/man/man9f/
H A Dddi_strtol.9f96 non-zero digit, and consists of a sequence of decimal digits. An octal
118 digit.
122 the sequence of characters starting with the first digit is interpreted as an
H A Dddi_strtoul.9f96 begins with a non-zero digit, and consists of a sequence of decimal digits. An
118 digit.
122 0, the sequence of characters starting with the first digit is interpreted as
H A Dddi_strtoll.9f115 non-zero digit, and consists of a sequence of decimal digits. An octal constant
136 digit.
140 sequence of characters starting with the first digit is interpreted as an
/titanic_53/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c44 " 2 or 4 digit year for the 10 and 12 digit forms; the X/Open trailing"
46 " Avoid the 10 digit form to avoid confusion. The digit fields are:]{"
84 " representation or \bO\b for alternate digit representation (if"
94 " [+C?2-digit century]"
136 " [+y?2-digit year (you'll be sorry)]"
137 " [+Y?4-digit year]"
/titanic_53/usr/src/cmd/localedef/
H A Dscanner.c136 { T_ISDIGIT, "digit" },
157 * also defining it as an alpha or digit. We ignore it in our
261 yyerror(_("malformed hex digit")); in scan_hex_byte()
266 yyerror(_("malformed hex digit")); in scan_hex_byte()
281 yyerror(_("malformed decimal digit")); in scan_dec_byte()
287 yyerror(_("malformed decimal digit")); in scan_dec_byte()
312 yyerror(_("malformed octal digit")); in scan_oct_byte()
318 yyerror(_("malformed octal digit")); in scan_oct_byte()
/titanic_53/usr/src/cmd/sgs/lex/common/
H A Dsub1.c86 digit(int c) in digit() function
227 if (!digit(*s) && *s != '-') in siconv()
234 if (!digit(*s)) in siconv()
300 if (digit((dd = *++*ss)) || in ctrans()
304 while (digit(dd) || in ctrans()
307 if (digit(dd)) in ctrans()
412 if (digit((dd = gch())) || in usescape()
416 while (digit(dd) || in usescape()
419 if (digit(dd)) in usescape()
425 if (!digit(peek) && in usescape()
/titanic_53/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c966 time_t digit; in get_timeval_t() local
976 digit = (*s++) - '0'; in get_timeval_t()
978 if (WILL_OVERFLOW_TIME(tv_sec, digit)) in get_timeval_t()
981 tv_sec = tv_sec * 10 + digit; in get_timeval_t()
991 digit = (*s++) - '0'; in get_timeval_t()
992 tv_usec += digit * mult; in get_timeval_t()
1035 time_t digit; in get_limit() local
1043 digit = (*s++) - '0'; in get_limit()
1044 if (WILL_OVERFLOW_LIMIT(l, digit)) in get_limit()
1047 l = l * 10 + digit; in get_limit()
/titanic_53/usr/src/lib/libc/port/gen/
H A Decvt.c116 int digit = value/pow10; in cvt() local
117 *p++ = digit + '0'; in cvt()
118 value -= digit * pow10; in cvt()
/titanic_53/usr/src/uts/intel/io/acpica/utilities/
H A Duthex.c63 * PARAMETERS: Integer - Contains the hex digit
64 * Position - bit position of the digit within the
69 * DESCRIPTION: Convert a hex digit to an Ascii character
/titanic_53/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.h40 /* Convert a digit character to the corresponding number */
43 /* Convert a number between 0 and 9 to the corresponding digit */
/titanic_53/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c447 * Test whether the string is of digit[.digit]* format
471 * Compare 2 strings and test whether they are of the form digit[.digit]*.
509 * as a decimal digit. It stops interpreting when it reaches a delimiter or
510 * when character does not represent a digit. In the first case it returns
519 int *i; /* digit that the string represents */
/titanic_53/usr/src/lib/libsqlite/src/
H A Dprintf.c142 ** Return the ascii code for the leading digit of *val, then
154 int digit; in et_getdigit() local
157 digit = (int)*val; in et_getdigit()
158 d = digit; in et_getdigit()
159 digit += '0'; in et_getdigit()
161 return digit; in et_getdigit()
473 *(bufpt++) = et_getdigit(&realvalue,&nsd); /* First digit */ in vxprintf()
476 bufpt--; /* point to last digit */ in vxprintf()
487 *(bufpt++) = (exp/100)+'0'; /* 100's digit */ in vxprintf()
490 *(bufpt++) = exp/10+'0'; /* 10's digit */ in vxprintf()
[all …]
/titanic_53/usr/src/lib/efcode/engine/
H A Dforth.c1041 is_digit(char digit, int num_base, fstack_t *dptr) in is_digit() argument
1053 if (digit > '9') digit |= 0x20; in is_digit()
1054 if (((digit < '0') || (digit > base)) || in is_digit()
1055 ((digit > '9') && (digit < 'a') && (num_base > 10))) in is_digit()
1058 if (digit <= '9') in is_digit()
1059 digit -= '0'; in is_digit()
1061 digit = digit - 'a' + 10; in is_digit()
1062 *dptr = digit; in is_digit()
1083 fstack_t digit; in dollar_number() local
1090 error = is_digit(*buf++, env->num_base, &digit); in dollar_number()
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/man/
H A Dtm.3235 for alternate digit representation (if supported by the current locale.)
428 2-digit year (you'll be sorry.)
431 4-digit year.
654 Digit names.

12345678910>>...31