/titanic_41/usr/src/man/man3c/ |
H A D | confstr.3c | 214 \fBoff_t\fR type using at least 64 bits. 228 \fBoff_t\fR type using at least 64 bits. 242 using at least 64 bits. 294 model with an \fBint\fR type using at least 32 bits and \fBlong\fR, 295 \fBpointer\fR, and \fBoff_t\fR types using at least 64 bits. 308 model with an \fBint\fR type using at least 32 bits and \fBlong\fR, 309 \fBpointer\fR, and \fBoff_t\fR types using at least 64 bits. 322 an \fBint\fR type using at least 32 bits and \fBlong\fR, \fBpointer\fR, and 323 \fBoff_t\fR types using at least 64 bits. 407 and an \fBoff_t\fR type using at least 64 bits. [all …]
|
H A D | ffs.3c | 35 (beginning with the least significant bit) and return the index of that bit. 36 Bits are numbered starting at one (the least significant bit). 40 (beginning with the least significant bit) and return the index of that bit. 41 Bits are numbered starting at one (the least significant bit).
|
H A D | econvert.3c | 69 \fIbuf\fR. \fIbuf\fR should contain at least \fIndigit+1\fR characters. The 75 it is zero. The least significant digit is rounded. 82 value is a pointer to \fIbuf\fR. \fIbuf\fR should contain at least
|
H A D | fwprintf.3c | 433 appears. If a radix character appears, at least 1 digit appears before it. The 441 least 8 and "inf" or "Inf" is printed otherwise. 445 infinite argument, "INFINITY" is printed when the precision is at least 8 and 464 introducing the exponent. The exponent always contains at least two digits. If 476 least 7 and as "[\(mi]\fBinf\fR" otherwise. A \fBdouble\fR argument 490 "[\(mi]\fBInfinity\fR", when the precision for the conversion is at least 7 and 515 precision is at least 8 and "inf", "INF", or "Inf" is printed otherwise. 535 contains at least one digit, and only as many more digits as necessary to
|
H A D | ctermid.3c | 33 of at least \fBL_ctermid\fR elements. The path name is placed in this array and 49 has at least one file open to a terminal.
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_espc.h | 93 uint32_t lsw; /* Least significant word */ 95 uint32_t lsw; /* Least significant word */ 129 uint32_t lsw; /* Least significant word */ 131 uint32_t lsw; /* Least significant word */ 164 uint32_t lsw; /* Least significant word */ 166 uint32_t lsw; /* Least significant word */ 201 uint32_t lsw; /* Least significant word */ 203 uint32_t lsw; /* Least significant word */
|
H A D | nxge_mac_hw.h | 306 uint32_t lsw; /* Least significant word */ 308 uint32_t lsw; /* Least significant word */ 346 uint32_t lsw; /* Least significant word */ 348 uint32_t lsw; /* Least significant word */ 401 uint32_t lsw; /* Least significant word */ 403 uint32_t lsw; /* Least significant word */ 538 uint32_t lsw; /* Least significant word */ 540 uint32_t lsw; /* Least significant word */ 1166 uint32_t lsw; /* Least significant word */ 1168 uint32_t lsw; /* Least significant word */ [all …]
|
/titanic_41/usr/src/cmd/acct/ |
H A D | acctmerg.c | 132 while ((tp = getleast()) != NULL) /* get least uid of all files, */ in main() 141 * getleast returns ptr to least (lowest uid) element of current 147 struct tacct *tp, *least; in getleast() local 149 least = NULL; in getleast() 153 if (least == NULL || in getleast() 154 tp->ta_uid < least->ta_uid || in getleast() 155 ((tp->ta_uid == least->ta_uid) && in getleast() 157 (strncmp(tp->ta_name, least->ta_name, NSZ) < 0))) in getleast() 158 least = tp; in getleast() 160 return(least); in getleast()
|
/titanic_41/usr/src/man/man3head/ |
H A D | stdint.h.3head | 46 integer types having at least certain specified widths 52 fastest integer types having at least certain specified widths 170 type with a width of at least \fIN\fR, such that no signed integer type with 171 lesser size has at least the specified width. Thus, \fBint_least32 _t\fR 172 denotes a signed integer type with a width of at least 32 bits. 175 type with a width of at least \fIN\fR, such that no unsigned integer type with 176 lesser size has at least the specified width. Thus, \fBuint_ least16_t\fR 177 denotes an unsigned integer type with a width of at least 16 bits. 205 to operate with among all integer types that have at least the specified width. 212 integer type with a width of at least \fIN\fR. The \fBtypedef\fR name [all …]
|
H A D | unistd.h.3head | 530 least 64 bits. 542 least 64 bits. 564 type using at least 32 bits and \fBlong\fR, \fBpointer\fR, and \fBoff_t\fR 565 types using at least 64 bits. 605 Implementation supports at least one terminal type. 719 least 64 bits. 741 type using at least 32 bits and \fBlong\fR, \fBpointer\fR and \fBoff_t\fR types 742 using at least 64 bits.
|
H A D | floatingpoint.h.3head | 120 The type intended to hold at least \fBN_IEEE_EXCEPTION\fR bits corresponding to 122 corresponds to the least significant bit and \fBfp_invalid\fR to the fifth 123 least significant bit. Note: some operations may set more than one exception.
|
H A D | stdio.h.3head | 126 simultaneously. The value is at least eight. 137 {\fBTMP_MAX\fR} is at least 25. On XSI-conformant systems, the value of 138 {\fBTMP_MAX\fR} is at least 10000.
|
H A D | math.h.3head | 29 A real-floating type at least as wide as \fBfloat\fR. 38 A real-floating type at least as wide as \fBdouble\fR, and at least as wide as
|
/titanic_41/usr/src/man/man9f/ |
H A D | ddi_ffs.9f | 44 that the first (least significant) bit set in the argument corresponds to. The 63 Bit \fIN\fR is the least significant (\fBddi_ffs\fR) or most significant 65 with bit \fB1\fR being the least significant bit position and bit \fB32\fR the
|
H A D | miocpullup.9f | 47 message for access by ensuring that it consists of at least \fIsize\fR bytes of 53 as necessary to provide contiguous access to at least \fIsize\fR bytes of data.
|
H A D | mexchange.9f | 79 If \fImp\fR is not NULL, is of at least \fIsize\fR bytes, and has only one 86 Finally, if \fIprimtype\fR is not -1 and \fIsize\fR is at least 4 bytes, the
|
/titanic_41/usr/src/man/man3tsol/ |
H A D | blminmax.3tsol | 33 \fImaximum_label\fR with the least upper bound of the labels 34 \fImaximum_label\fR and \fIbounding_label\fR. The least upper bound is the 36 This is the least label that dominates both of the original labels.
|
/titanic_41/usr/src/man/man1/ |
H A D | deroff.1 | 52 that \fIcontains\fR at least two letters and is composed of letters, digits, 54 ``word'' is a string that \fIbegins\fR with at least two letters and contains a 55 total of at least three letters. Delimiters are any characters other than
|
H A D | exit.1 | 87 status specified by \fIn\fR. The value is the least significant 8 bits of the 97 least significant 8 bits of the specified status. If \fIn\fR is omitted then 188 If \fIn\fR is specified for \fBexit\fR, the exit status is the least 194 If \fIn\fR is specified for \fBreturn\fR, the exit status is the least
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/et/ |
H A D | chpass_util_strings.c | 32 "must be at least one character long.\n")); in ovku_error_table() 57 "password which is at least %d " in ovku_error_table() 70 "Please choose a password with at least %d " in ovku_error_table()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | endian.h | 7 significant byte, '2' in the second least significant byte, and '1' 8 in the least significant byte, and then writing down one digit for
|
/titanic_41/usr/src/man/man5/ |
H A D | pam_authtok_check.5 | 55 The password should contain at least the minimum number of characters described 72 The old and new passwords must differ by at least the \fBMINDIFF\fR value 99 The password must contain at least the minimum of upper- and lower-case letters
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | strcmp.c | 79 * Go 1 byte at a time until at least one pointer is word aligned. in strcmp() 117 * Go "sizeof (int)" bytes at a time until at least one pointer in strcmp() 153 * that we advance at least one byte. We will in strcmp() 162 default: /* at least 4 ints to go */ in strcmp()
|
/titanic_41/usr/src/man/man3socket/ |
H A D | inet.3socket | 84 For IPv6 addresses, the buffer must be at least 46-octets. For IPv4 addresses, 85 the buffer must be at least 16-octets. To allow applications to easily declare 104 to by \fIaddr\fR is large enough to hold the numeric address, at least 4 bytes 142 must be at least one numeral in every field, except when the special syntax
|
/titanic_41/usr/src/man/man1m/ |
H A D | raidctl.1m | 183 At least 2 disks 203 At least 3 disks 213 At least 3 disks 223 At least 2 sub-volumes, each sub-volume must be formed by 2 disks 233 At least 2 sub-volumes, each sub-volume must be formed by at least 3 disks, and
|