/titanic_51/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsrepair2.c | 641 * 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 D | doprnt.c | 494 * 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 D | dt_consume.c | 274 * 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 D | read.1 | 138 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 D | uuencode.1c | 181 translated into a single digit in the Base64 alphabet. When encoding a bit
|
/titanic_51/usr/src/cmd/sh/ |
H A D | print.c | 154 while ((c = *cp, digit(c)) && c && r >= 0) { in stoi()
|
/titanic_51/usr/src/lib/libc/inc/ |
H A D | base_conversion.h | 197 * digit first, in either radix 2^16 or 10^4. blength is the
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 113 { SZ("digit"), Isdigit },
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | substring.sh | 618 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 D | ticparse.c | 117 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 D | todds1307.c | 656 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 D | pmodes.c | 445 * 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 D | smfi.c | 557 ** 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 D | acpica.c | 282 /* 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 D | fakebop.c | 512 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 D | config_admin.c | 2949 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 D | sh.proc.c | 911 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 D | ndpd.conf.4 | 470 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 D | misc.c | 236 * 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 D | sbdp_error.c | 64 * are rejected. Non-digit strings are accepted for entry point and
|
/titanic_51/usr/src/lib/libnsl/dial/ |
H A D | dial.c | 65 * char *telno; ptr to tel-no digit string
|
/titanic_51/usr/src/cmd/bnu/ |
H A D | dial.c | 63 * char *telno; ptr to tel-no digit string
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 935 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 D | nl7chttp.c | 74 * 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 D | mandoc_roff.5 | 227 where a decimal must be preceded or followed by at least one digit. 653 is a digit, by the 1863 Digit width space character.
|