Home
last modified time | relevance | path

Searched full:digit (Results 401 – 425 of 815) sorted by relevance

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

/titanic_51/usr/src/man/man1/
H A Dtar.1690 are specified in \fB/etc/default/tar\fR. If no digit or \fBf\fR function
691 modifier is specified, the entry in \fB/etc/default/tar\fR with digit "\fB0\fR"
H A Dtypeset.1158 digit and the \fB-L\fR flag has not been set. If \fIn\fR is \fBnon-zero\fR it
H A Ded.1485 characters not in the table are written as one three-digit octal number (with a
646 more general feature, the characters \fB\e\fR\fIn\fR, where \fIn\fR is a digit,
H A DIntro.1320 The arguments that consist of a hyphen followed a single letter or digit, such
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c844 * convert character 'c' that represents a hexadecimal digit to an integer.
845 * if 'c' is not a hexidecimal digit [0-9A-Fa-f], -1 is returned.
/titanic_51/usr/src/cmd/setfacl/
H A Dsetfacl.c813 * valid digit in the id field whereas atoi() won't report any
823 fprintf(stderr, gettext("non-digit in id field\n")); in conv_id()
/titanic_51/usr/src/cmd/format/
H A Dmisc.c651 /* To get the target id(tid) the digit and hex upper digit need to */
/titanic_51/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c157 #define digit(c) (((c) >= '0') && ((c) <= '9')) macro
808 if (digit(c) || c == '(') { in main()
1122 if (!letter(c) && !digit(c)) { in main()
1124 printf("must be letter or digit\n"); in main()
1143 if (!letter(c) && !digit(c)) { in main()
1145 printf("must be letter or digit\n"); in main()
2092 if (!digit(c)) { in getnumb()
2121 if (digit(c)) in getnumb()
2724 if (at_start && s == s2 && !letter(*s2) && !digit(*s2)) in compare()
2743 if (at_start && s == s2 && !letter(*s2) && !digit(*s in compare()
[all...]
/titanic_51/usr/src/man/man3c/
H A Dregcomp.3c
/titanic_51/usr/src/head/
H A Dlimits.h200 #define NL_ARGMAX 9 /* max value of "digit" in calls to the */
/titanic_51/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c381 * If one of the char is a digit, back up to where the in cfga_ap_id_cmp()
/titanic_51/usr/src/man/man9f/
H A Dcmn_err.9f201 An optional decimal digit specifying a minimum field width for numeric
/titanic_51/usr/src/cmd/sendmail/libsm/
H A Ddebug.c275 ** of which the initial character is not a digit.
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A D_base_sup.c213 * whether last digit in _big_decimal_to_big_binary()
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c114 { SZ("digit"), Isdigit },
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1477 int digit; in strtonum() local
1481 digit = c - '0'; in strtonum()
1483 digit = 10 + c - 'a'; in strtonum()
1488 val += digit; in strtonum()
/titanic_51/usr/src/cmd/cfgadm/
H A Dcfgadm.c2299 int size_ap = 0, size_mkr = 0, digit = 0, i = 0; in find_arg_type() local
2359 digit = 0; in find_arg_type()
2362 digit++; in find_arg_type()
2366 if (digit == 0) { in find_arg_type()
/titanic_51/usr/src/cmd/vi/port/
H A Dex_io.c143 * be changed using '%digit$', since vi's in filename()
930 * be changed using '%digit$', since vi's in iostats()
H A Dex_subr.c507 * be changed using '%digit$', since vi's in netchange()
521 * be changed using '%digit$', since vi's in netchange()
/titanic_51/usr/src/cmd/tic/
H A Dtic_parse.c478 * digit or letter, then exit.
500 "Terminal names must start with a letter or digit\n"); in invalid_term_name()
/titanic_51/usr/src/lib/libnsl/dial/
H A Dconn.c899 * fdig(cp) find first digit in string
901 * return - pointer to first digit in string or end of string
/titanic_51/usr/src/uts/common/io/
H A Dgen_drv.c1417 uint_t digit; in atod() local
1421 digit = *s++ - '0'; in atod()
1424 val = (val * 10) + digit; in atod()
/titanic_51/usr/src/lib/libc/port/stdio/
H A Ddoscan.c784 int digit = c - (isdigit(c) ? '0' : in number() local
786 if (digit >= base) in number()
789 lcval = base * lcval + digit; in number()
/titanic_51/usr/src/lib/libuutil/common/
H A Dlibuutil.h54 #define UU_ERROR_INVALID_DIGIT 10 /* value contains digit not in base */
/titanic_51/usr/src/lib/efcode/include/fcode/
H A Dproto.h164 FNPROTO(digit);

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