/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | os400 | 24 >&213 byte 0x44 \b, at least V5R4 to open 25 >&213 byte 0x43 \b, at least V5R3 to open 26 >&213 byte 0x42 \b, at least V5R2 to open 27 >&213 byte 0x41 \b, at least V5R1 to open 28 >&213 byte 0x40 \b, at least V4R5 to open 29 >&213 byte 0x3F \b, at least V4R4 to open 30 >&213 byte 0x3E \b, at least V4R3 to open 31 >&213 byte 0x3C \b, at least V4R2 to open 32 >&213 byte 0x3D \b, at least V4R1M4 to open 33 >&213 byte 0x3B \b, at least V4R1 to open [all …]
|
/netbsd-src/usr.sbin/sysinst/arch/ofppc/ |
H A D | msg.md.pl | 70 {The boot partition is too small. It needs to be at least 2MB in size, 71 however a size of at least 100MB is recommended.} 79 be at least 1MB in size, and the other must be at least 1KB in size.} 82 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB 84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
|
H A D | msg.md.en | 70 {The FAT12 boot partition is too small. It needs to be at least 2MB in size, 71 however a size of at least 10MB is recommended.} 79 be at least 1MB in size, and the other must be at least 1KB in size.} 82 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB 84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
|
H A D | msg.md.es | 71 {The boot partition is too small. It needs to be at least 2MB in size, 72 however a size of at least 100MB is recommended.} 80 be at least 1MB in size, and the other must be at least 1KB in size.} 83 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB 85 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | CheckCompilerVersion.cmake | 38 …message(FATAL_ERROR "Host ${NICE_NAME} version must be at least ${MINIMUM_VERSION}, your version i… 41 …message(WARNING "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LLVM w… 43 …message(FATAL_ERROR "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LL… 70 …message(FATAL_ERROR "Host Clang must have at least -fms-compatibility-version=${MSVC_MIN}, your ve… 78 # Test for libstdc++ version of at least 4.8 by checking for _ZNKSt17bad_function_call4whatEv. 97 message(FATAL_ERROR "libstdc++ version must be at least ${GCC_MIN}.") 99 # Test for libstdc++ version of at least 5.1 by checking for std::iostream_category(). 117 …message(WARNING "libstdc++ version should be at least ${GCC_SOFT_ERROR} because LLVM will soon use… 119 …message(FATAL_ERROR "libstdc++ version should be at least ${GCC_SOFT_ERROR} because LLVM will soon…
|
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/ |
H A D | enough.c | 277 int least = (left << 1) - syms; in count() local 278 if (least < 0) in count() 279 least = 0; in count() 289 for (int use = least; use <= most; use++) { in count() 414 int least = (left << 1) - syms; in examine() local 415 if (least < 0) in examine() 416 least = 0; in examine() 425 int use = least; in examine() 434 for (use = least; use <= most; use++) { in examine()
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/ |
H A D | enough.c | 277 int least = (left << 1) - syms; in count() local 278 if (least < 0) in count() 279 least = 0; in count() 289 for (int use = least; use <= most; use++) { in count() 414 int least = (left << 1) - syms; in examine() local 415 if (least < 0) in examine() 416 least = 0; in examine() 425 int use = least; in examine() 434 for (use = least; use <= most; use++) { in examine()
|
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/ |
H A D | enough.c | 277 int least = (left << 1) - syms; in count() local 278 if (least < 0) in count() 279 least = 0; in count() 289 for (int use = least; use <= most; use++) { in count() 414 int least = (left << 1) - syms; in examine() local 415 if (least < 0) in examine() 416 least = 0; in examine() 425 int use = least; in examine() 434 for (use = least; use <= most; use++) { in examine()
|
/netbsd-src/common/dist/zlib/examples/ |
H A D | enough.c | 277 int least = (left << 1) - syms; in count() local 278 if (least < 0) in count() 279 least = 0; in count() 289 for (int use = least; use <= most; use++) { in count() 414 int least = (left << 1) - syms; in examine() local 415 if (least < 0) in examine() 416 least = 0; in examine() 425 int use = least; in examine() 434 for (use = least; use <= most; use++) { in examine()
|
/netbsd-src/external/bsd/libevent/dist/m4/ |
H A D | ntp_pkg_config.m4 | 3 dnl Look for pkg-config, which must be at least 16 AC_MSG_CHECKING([if pkg-config is at least version $ntp_pkgconfig_min_version])
|
/netbsd-src/external/bsd/ntp/dist/sntp/m4/ |
H A D | ntp_pkg_config.m4 | 3 dnl Look for pkg-config, which must be at least 16 AC_MSG_CHECKING([if pkg-config is at least version $ntp_pkgconfig_min_version])
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/m4/ |
H A D | ntp_pkg_config.m4 | 3 dnl Look for pkg-config, which must be at least 16 AC_MSG_CHECKING([if pkg-config is at least version $ntp_pkgconfig_min_version])
|
/netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
H A D | subnet6one.out | 12 # at least one pool is required 20 # at least one pool is required
|
H A D | subnet6multi.out | 19 # at least one pool is required 31 # at least one pool is required
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vax/ |
H A D | predicates.md | 117 ;; Return true if OP is a comparison operator that requires at least CCmode. 121 ;; Return true if OP is a comparison operator that requires at least CCNmode. 125 ;; Return true if OP is a comparison operator that requires at least CCNZmode. 129 ;; Return true if OP is a comparison operator that requires at least CCZmode.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_rand_get_entropy.pod | 27 The seeding material will have at least I<entropy> bytes of randomness and is 28 stored in a buffer which contains at least I<min_len> and at most I<max_len> 40 The output is stored in a buffer which contains at least I<min_len> and at
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_KDF-PBKDF2.pod | 50 =item - the iteration count is at least 1000. 52 =item - the salt length is at least 128 bits. 54 =item - the derived key length is at least 112 bits.
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/s390_64/ |
H A D | README | 63 least 8x, in order to reach 2.5 c/l. 71 On z10 one would need to cluster at least 4 MLGR together, in order to 81 At least for older machines (z900, z990) with very slow MLGR, we
|
/netbsd-src/usr.sbin/sysinst/arch/prep/ |
H A D | msg.md.pl | 72 {The PReP boot partition is too small. It needs to be at least 2MB in size, 73 however a size of at least 5MB is recommended.}
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
H A D | README.md | 77 A point is validated when at least m characters of the corresponding 80 - passwords must have at least n of the corresponding character class 174 # [MIN]: If at least [MIN] characters of this class is not found in the password, then it is reject… 175 # [MIN_FOR_POINT]: one point is granted if password contains at least [MIN_FOR_POINT] character num… 204 - it has at least one character among : or ) 227 …least [MIN] characters of this class is not found in the password, then it is rejected#012# [MIN_F… 286 Feb 26 14:46:10 debian-10-64 slapd[1981]: ppm: get line: # [MIN]: If at least [MIN] characters of t… 287 …get line: # [MIN_FOR_POINT]: one point is granted if password contains at least [MIN_FOR_POINT] ch…
|
H A D | ppm.example | 80 # [MIN]: If at least [MIN] characters of this class is not found in the password, then it is reject… 81 # [MIN_FOR_POINT]: one point is granted if password contains at least [MIN_FOR_POINT] character num…
|
/netbsd-src/sys/arch/evbmips/conf/ |
H A D | MTX-1 | 19 # XXX AU1500 PCI seems busted, at least on the DBAU1500. Attempts to use 29 # and has not been fixed in at least the AD stepping of the AU1500.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | sync.md | 187 ;; Constraints of this pattern must be at least as strict as those of the 219 ;; Constraints of this pattern must be at least as strict as those of the 284 ;; Constraints of this pattern must be at least as strict as those of the non 307 ;; Constraints of this pattern must be at least as strict as those of the non 346 ;; Constraints of this pattern must be at least as strict as those of the non 371 ;; Constraints of this pattern must be at least as strict as those of the non 397 ;; Constraints of this pattern must be at least as strict as those of the non 422 ;; Constraints of this pattern must be at least as strict as those of the non
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | sync.md | 187 ;; Constraints of this pattern must be at least as strict as those of the 219 ;; Constraints of this pattern must be at least as strict as those of the 284 ;; Constraints of this pattern must be at least as strict as those of the non 307 ;; Constraints of this pattern must be at least as strict as those of the non 346 ;; Constraints of this pattern must be at least as strict as those of the non 371 ;; Constraints of this pattern must be at least as strict as those of the non 397 ;; Constraints of this pattern must be at least as strict as those of the non 422 ;; Constraints of this pattern must be at least as strict as those of the non
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/power/ |
H A D | rshift.asm | 48 lu 0,4(4) C read 2:nd least significant limb 49 sleq 7,0,8 C compute least significant limb of result
|