/titanic_51/usr/src/man/man1/ |
H A D | tar.1 | 690 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 D | typeset.1 | 158 digit and the \fB-L\fR flag has not been set. If \fIn\fR is \fBnon-zero\fR it
|
H A D | ed.1 | 485 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 D | Intro.1 | 320 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 D | search.c | 844 * 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 D | setfacl.c | 813 * 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 D | misc.c | 651 /* 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 D | fsdb.c | 157 #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 D | regcomp.3c |
|
/titanic_51/usr/src/head/ |
H A D | limits.h | 200 #define NL_ARGMAX 9 /* max value of "digit" in calls to the */
|
/titanic_51/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 381 * 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 D | cmn_err.9f | 201 An optional decimal digit specifying a minimum field width for numeric
|
/titanic_51/usr/src/cmd/sendmail/libsm/ |
H A D | debug.c | 275 ** of which the initial character is not a digit.
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | _base_sup.c | 213 * whether last digit in _big_decimal_to_big_binary()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regclass.c | 114 { SZ("digit"), Isdigit },
|
/titanic_51/usr/src/uts/common/fs/zfs/ |
H A D | spa_misc.c | 1477 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 D | cfgadm.c | 2299 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 D | ex_io.c | 143 * be changed using '%digit$', since vi's in filename() 930 * be changed using '%digit$', since vi's in iostats()
|
H A D | ex_subr.c | 507 * 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 D | tic_parse.c | 478 * 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 D | conn.c | 899 * 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 D | gen_drv.c | 1417 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 D | doscan.c | 784 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 D | libuutil.h | 54 #define UU_ERROR_INVALID_DIGIT 10 /* value contains digit not in base */
|
/titanic_51/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 164 FNPROTO(digit);
|