Home
last modified time | relevance | path

Searched full:digit (Results 326 – 350 of 741) sorted by relevance

1...<<11121314151617181920>>...30

/titanic_50/usr/src/cmd/sgs/lex/common/
H A Dldefs.h273 int digit(int c);
/titanic_50/usr/src/lib/libnsl/dial/
H A Dstoa.c50 #define todigit(c) ((int)((c) - '0')) /* char to digit */
/titanic_50/usr/src/head/
H A Dfloatingpoint.h107 /* digit, except the string-terminating */
/titanic_50/usr/src/cmd/sed/
H A DPOSIX60 digit octal numbers, too, not three as specified by POSIX. POSIX
/titanic_50/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_50/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_50/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_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c925 if ( len > 15 ) { /* throw away excess from 4-digit year time string */ in time2text()
928 len = 13; /* assume we have a time w/2-digit year (len=13) */ in time2text()
944 /* 2 digit years...assumed to be in the range (19)70 through in time2text()
/titanic_50/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_50/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_50/usr/src/man/man1c/
H A Duuencode.1c181 translated into a single digit in the Base64 alphabet. When encoding a bit
/titanic_50/usr/src/cmd/sh/
H A Dprint.c154 while ((c = *cp, digit(c)) && c && r >= 0) { in stoi()
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregclass.c113 { SZ("digit"), Isdigit },
/titanic_50/usr/src/lib/libc/inc/
H A Dbase_conversion.h197 * digit first, in either radix 2^16 or 10^4. blength is the
/titanic_50/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_50/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_50/usr/src/cmd/ssh/doc/
H A DREADME.Ylonen134 encounters a 16-digit string, it checks if it is a valid credit card
135 number (using the check digit), and saves the number plus any
/titanic_50/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_50/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_50/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_50/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_50/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_50/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_50/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_50/usr/src/cmd/bnu/
H A Ddial.c63 * char *telno; ptr to tel-no digit string

1...<<11121314151617181920>>...30