Home
last modified time | relevance | path

Searched full:digit (Results 376 – 400 of 815) sorted by relevance

1...<<11121314151617181920>>...33

/titanic_51/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c641 * letter and # is a hex digit. A valid ACPI ID must be of the form in AcpiNsRepair_HID()
642 * "NNNN####" where N is an uppercase letter or decimal digit, and in AcpiNsRepair_HID()
643 * # is a hex digit. in AcpiNsRepair_HID()
/titanic_51/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c494 * corresponding to the digit strings in _doprnt()
718 /* Place the first digit in the buffer */ in _doprnt()
748 * Normally two digit exponent field, in _doprnt()
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_consume.c274 * 2. Over the leftmost group, find the largest single-digit number
277 * bring down the next two-digit group.
278 * 4. For the result R we have so far, find the largest single-digit number
282 * The value x is the next digit in the square root.
290 * -49 (7^2 == 49 => 7 is the first digit in the square root)
293 * 146 8 76 (2 * 7 * 10 * 6 + 6^2 == 876 => 6 is the next digit in
296 * 1523 45 69 (2 * 76 * 10 * 3 + 3^2 == 4569 => 3 is the next digit in
/titanic_51/usr/src/man/man1/
H A Dread.1138 file. The flag \fB-u\fR can be used to specify a one digit file descriptor unit
/titanic_51/usr/src/man/man1c/
H A Duuencode.1c181 translated into a single digit in the Base64 alphabet. When encoding a bit
/titanic_51/usr/src/cmd/sh/
H A Dprint.c154 while ((c = *cp, digit(c)) && c && r >= 0) { in stoi()
/titanic_51/usr/src/lib/libc/inc/
H A Dbase_conversion.h197 * digit first, in either radix 2^16 or 10^4. blength is the
/titanic_51/usr/src/lib/libast/common/regex/
H A Dregclass.c113 { SZ("digit"), Isdigit },
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubstring.sh618 typeset dummy="${x/~(E-g)([[:digit:]][[:digit:]])((X)|([[:digit:]]))([[:blank:]])/_}"
625 d=${x/~(E)(([[:digit:]])[[:space:]]*|([[:alpha:]]))/X}
/titanic_51/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c117 Terminal names must start with lowercase or digit.\n\
151 * digit or lower-case letter.
/titanic_51/usr/src/uts/sun4u/snowbird/io/todds1307/
H A Dtodds1307.c656 return (((num / 10) << 4) /* tens BCD digit in high four bits */ in int2bcd()
657 + (num % 10)); /* units digit goes in low four bits */ in int2bcd()
/titanic_51/usr/src/tools/pmodes/
H A Dpmodes.c445 * the mode is either a 4 digit number (file is sticky/set-uid or in parse_line()
446 * set-gid or the mode has a leading 0) or a three digit number in parse_line()
/titanic_51/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c557 ** rcode -- The three-digit (RFC 821) SMTP reply code.
628 ** rcode -- The three-digit (RFC 821) SMTP reply code.
/titanic_51/usr/src/uts/intel/io/acpica/
H A Dacpica.c282 /* non-digit chars in BIOS date */ in acpica_check_bios_date()
287 * Adjust for 2-digit year; note to grand-children: in acpica_check_bios_date()
/titanic_51/usr/src/uts/i86pc/os/
H A Dfakebop.c512 int digit; in parse_value() local
533 digit = *p - '0'; in parse_value()
535 digit = 10 + *p - 'a'; in parse_value()
537 digit = 10 + *p - 'A'; in parse_value()
540 if (digit >= radix) in parse_value()
542 tmp = tmp * radix + digit; in parse_value()
/titanic_51/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c2949 int size_ap = 0, size_mkr = 0, digit = 0, i = 0; in find_arg_type() local
3009 digit = 0; in find_arg_type()
3012 digit++; in find_arg_type()
3016 if (digit == 0) { in find_arg_type()
3250 * difference is a digit, it attempts to obtain the numbers and compare them
3265 * If one of the char is a digit, back up to where the in default_ap_id_cmp()
/titanic_51/usr/src/cmd/csh/
H A Dsh.proc.c911 if (digit(v[0][1])) { in dokill()
985 } else if (!(digit(*cp) || *cp == '-')) in pkill()
1094 if (digit(cp[1])) { in pfind()
/titanic_51/usr/src/man/man4/
H A Dndpd.conf.4470 as "\fB%Y-%m-%d %R\fR", which represents a 4 digit year, a dash character, a
/titanic_51/usr/src/cmd/lp/filter/postscript/common/
H A Dmisc.c236 * isn't an integer err is returned. *str is updated after each digit is processed.
/titanic_51/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c64 * are rejected. Non-digit strings are accepted for entry point and
/titanic_51/usr/src/lib/libnsl/dial/
H A Ddial.c65 * char *telno; ptr to tel-no digit string
/titanic_51/usr/src/cmd/bnu/
H A Ddial.c63 * char *telno; ptr to tel-no digit string
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c935 unsigned dot, digit, n; in nv_changearray() local
955 if ((digit = dot)== 0) in nv_changearray()
957 else while( n = digit ) in nv_changearray()
959 digit /= 10; in nv_changearray()
960 *--string_index = '0' + (n-10*digit); in nv_changearray()
/titanic_51/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c74 * Hex ascii Digit to Integer accumulate, if (char)c is a valid ascii
75 * hex digit then the contents of (int32_t)n will be left shifted and
76 * the new digit added in, else n will be set to -1.
349 * Case 2, 2 digit year and as this is a so-called in http_date2time_t()
/titanic_51/usr/src/man/man5/
H A Dmandoc_roff.5227 where a decimal must be preceded or followed by at least one digit.
653 is a digit, by the
1863 Digit width space character.

1...<<11121314151617181920>>...33