/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 18 ASN1_R_BUFFER_TOO_SMALL:107:buffer too small 34 ASN1_R_FIRST_NUM_TOO_LARGE:122:first num too large 35 ASN1_R_GENERALIZEDTIME_IS_TOO_SHORT:232:generalizedtime is too short 36 ASN1_R_HEADER_TOO_LONG:123:header too long 56 ASN1_R_INTEGER_TOO_LARGE_FOR_LONG:128:integer too large for long 70 ASN1_R_LENGTH_TOO_LONG:231:length too long 81 ASN1_R_NESTED_TOO_DEEP:201:nested too deep 93 ASN1_R_SECOND_NUMBER_TOO_LARGE:147:second number too large 100 ASN1_R_STRING_TOO_LONG:151:string too long 101 ASN1_R_STRING_TOO_SHORT:152:string too short [all …]
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 20 7 Argument list too long 52 23 Too many open files in system 54 24 Too many open files 60 27 File too large 68 31 Too many links 74 34 Result too large 86 40 Message too long 124 59 Too many references: can't splice 130 62 Too many levels of symbolic links 132 63 File name too long [all …]
|
/freebsd/usr.bin/m4/tests/ |
H A D | regress.comments.out | 5 'XXX' this is a COMMENT q COMMENT too 11 'XXX' this is a COMMENT q COMMENT too 17 'XXX' this is a COMMENT q COMMENT too 23 'XXX' this is a COMMENT q COMMENT too 29 'XXX' this is a COMMENT q COMMENT too 35 p this is a comment q COMMENT too 41 p this is a comment q comment too 47 'XXX' this is a COMMENT q COMMENT too
|
H A D | comments.m4 | 9 p this is a comment q comment too 16 p this is a comment q comment too 23 p this is a comment q comment too 30 p this is a comment q comment too 37 p this is a comment q comment too 44 p this is a comment q comment too 51 p this is a comment q comment too 58 p this is a comment q comment too
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 5 3 Word too long 6 4 $< line too long 17 15 Too few arguments 18 16 Too many arguments 19 17 Too dangerous to alias that 26 24 Argument too large 33 31 Variable name too long 94 92 Right hand side too long 101 99 Too many )'s 102 100 Too many ('s [all …]
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_strip_components.c | 39 failure("d0/ is too short and should not get restored"); in DEFINE_TEST() 41 failure("d0/d1/ is too short and should not get restored"); in DEFINE_TEST() 43 failure("d0/s1 is too short and should not get restored"); in DEFINE_TEST() 78 failure("d0/l1 is too short and should not get restored"); in DEFINE_TEST() 80 failure("d0/d1/l2 is a hardlink to file whose name was too short"); in DEFINE_TEST() 82 failure("d0/d1/d2/f1 is a hardlink to file whose name was too short"); in DEFINE_TEST() 98 failure("d0/ is too short and should not have been archived"); in DEFINE_TEST() 100 failure("d0/d1/ is too short and should not have been archived"); in DEFINE_TEST() 102 failure("d0/s1 is too short and should not get restored"); in DEFINE_TEST() 115 failure("d0/l1 is too short and should not have been archived"); in DEFINE_TEST() [all …]
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | strerror.pot | 77 msgid "Argument list too long" 141 msgid "Too many open files in system" 145 msgid "Too many open files" 157 msgid "File too large" 173 msgid "Too many links" 189 msgid "Result too large" 223 msgid "Message too long" 303 msgid "Too many references: can't splice" 315 msgid "Too many levels of symbolic links" 319 msgid "File name too long" [all …]
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 148 E2BIG: 'Argument list too long', 164 ENFILE: 'Too many open files in system', 165 EMFILE: 'Too many open files', 168 EFBIG: 'File too large', 172 EMLINK: 'Too many links', 175 ERANGE: 'Result too large', 177 ENAMETOOLONG: 'File name too long', 181 ELOOP: 'Too many levels of symbolic links', 214 EOVERFLOW: 'Value too large for defined data type', 221 ELIBMAX: 'Attempting to link in too many shared libraries', [all …]
|
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/ |
H A D | strerror.po | 77 msgid "Argument list too long" 141 msgid "Too many open files in system" 145 msgid "Too many open files" 157 msgid "File too large" 173 msgid "Too many links" 188 msgid "Result too large" 219 msgid "Message too long" 298 msgid "Too many references: can't splice" 310 msgid "Too many levels of symbolic links" 314 msgid "File name too long" [all …]
|
/freebsd/sys/sys/ |
H A D | errno.h | 54 #define E2BIG 7 /* Argument list too long */ 73 #define ENFILE 23 /* Too many open files in system */ 74 #define EMFILE 24 /* Too many open files */ 79 #define EFBIG 27 /* File too large */ 83 #define EMLINK 31 /* Too many links */ 88 #define ERANGE 34 /* Result too large */ 100 #define EMSGSIZE 40 /* Message too long */ 122 #define ETOOMANYREFS 59 /* Too many references: can't splice */ 126 #define ELOOP 62 /* Too many levels of symbolic links */ 128 #define ENAMETOOLONG 63 /* File name too long */ [all …]
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_err.c | 30 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_BUFFER_TOO_SMALL), "buffer too small"}, 57 "first num too large"}, 59 "generalizedtime is too short"}, 60 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_HEADER_TOO_LONG), "header too long"}, 93 "integer too large for long"}, 114 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_LENGTH_TOO_LONG), "length too long"}, 130 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_NESTED_TOO_DEEP), "nested too deep"}, 151 "second number too large"}, 163 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_STRING_TOO_LONG), "string too long"}, 164 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_STRING_TOO_SHORT), "string too short"}, [all …]
|
/freebsd/lib/libc/gen/ |
H A D | errlst.c | 46 "Argument list too long", /* 7 - E2BIG */ 62 "Too many open files in system", /* 23 - ENFILE */ 63 "Too many open files", /* 24 - EMFILE */ 66 "File too large", /* 27 - EFBIG */ 70 "Too many links", /* 31 - EMLINK */ 75 "Result too large", /* 34 - ERANGE */ 86 "Message too long", /* 40 - EMSGSIZE */ 108 "Too many references: can't splice", /* 59 - ETOOMANYREFS */ 112 "Too many levels of symbolic links", /* 62 - ELOOP */ 113 "File name too long", /* 63 - ENAMETOOLONG */ [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-l2tp.c | 304 ND_PRINT("AVP too short"); in l2tp_msgtype_print() 316 ND_PRINT("AVP too short"); in l2tp_result_code_print() 327 ND_PRINT(" AVP too short"); in l2tp_result_code_print() 345 ND_PRINT("AVP too short"); in l2tp_proto_ver_print() 356 ND_PRINT("AVP too short"); in l2tp_framing_cap_print() 371 ND_PRINT("AVP too short"); in l2tp_bearer_cap_print() 386 ND_PRINT("AVP too short"); in l2tp_q931_cc_print() 403 ND_PRINT("AVP too short"); in l2tp_bearer_type_print() 418 ND_PRINT("AVP too short"); in l2tp_framing_type_print() 439 ND_PRINT("AVP too short"); in l2tp_proxy_auth_type_print() [all …]
|
/freebsd/lib/libomp/ |
H A D | kmp_i18n_default.inc | 25 "value too large", 26 "value too small", 32 "cpuinfo file invalid (Too many processor records)", 35 "cpuinfo file contains too many entries", 158 "%1$s value \"%2$s\" is too small.", 159 "%1$s value \"%2$s\" is too large.", 167 "%1$s value is too long; ignored.", 177 "%1$s: too many integer parameters specified, ignoring \"%2$s\".", 178 … "%1$s: too many integer parameters specified for logical or physical type, ignoring \"%2$d\".", 187 "%1$s: range error ((%2$d-%3$d)/%4$d too big), not using affinity.", [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | cpt_err.c | 23 "hex string too short"}, 57 "param value too large for destination"}, 66 {ERR_PACK(ERR_LIB_CRYPTO, 0, CRYPTO_R_STRING_TOO_LONG), "string too long"}, 67 {ERR_PACK(ERR_LIB_CRYPTO, 0, CRYPTO_R_TOO_MANY_BYTES), "too many bytes"}, 68 {ERR_PACK(ERR_LIB_CRYPTO, 0, CRYPTO_R_TOO_MANY_NAMES), "too many names"}, 70 "too many records"}, 72 "too small buffer"},
|
H A D | ssl_err.c | 82 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_CA_KEY_TOO_SMALL), "ca key too small"}, 83 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_CA_MD_TOO_WEAK), "ca md too weak"}, 96 "compressed length too long"}, 141 "data length too long"}, 145 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_DH_KEY_TOO_SMALL), "dh key too small"}, 152 "dtls message too big"}, 159 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_EE_KEY_TOO_SMALL), "ee key too small"}, 165 "encrypted length too long"}, 249 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_LENGTH_TOO_LONG), "length too long"}, 250 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_LENGTH_TOO_SHORT), "length too short"}, [all …]
|
/freebsd/cddl/lib/libdtrace/ |
H A D | errno.d | 253 errno == E2BIG ? "Argument list too long" : 269 errno == ENFILE ? "Too many open files in system" : 270 errno == EMFILE ? "Too many open files" : 273 errno == EFBIG ? "File too large" : 277 errno == EMLINK ? "Too many links" : 280 errno == ERANGE ? "Result too large" : 286 errno == EMSGSIZE ? "Message too long" : 305 errno == ETOOMANYREFS ? "Too many references: can't splice" : 308 errno == ELOOP ? "Too many levels of symbolic links" : 309 errno == ENAMETOOLONG ? "File name too long" : [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_slh_dsa_sigver.txt | 14 # invalid signature - too small 38 # invalid signature - too large 50 # invalid signature - too large 121 # invalid signature - too small 216 # invalid signature - too small 286 # invalid signature - too large 298 # invalid signature - too large 322 # invalid signature - too small 358 # invalid signature - too large 394 # invalid signature - too small [all …]
|
H A D | evppkey_ml_kem_768_decap.txt | 1513 # Private key too short 1521 # Private key too short 1529 # Private key too short 1537 # Private key too short 1545 # Private key too short 1553 # Private key too short 1561 # Private key too short 1569 # Private key too short 1577 # Private key too short 1585 # Private key too short [all …]
|
H A D | evppkey_ml_kem_1024_decap.txt | 1513 # Private key too short 1521 # Private key too short 1529 # Private key too short 1537 # Private key too short 1545 # Private key too short 1553 # Private key too short 1561 # Private key too short 1569 # Private key too short 1577 # Private key too short 1585 # Private key too short [all …]
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | error_private.c | 29 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString() 38 case PREFIX(tableLog_tooLarge): return "tableLog requires too much memory : unsupported"; in ERR_getErrorString() 39 case PREFIX(maxSymbolValue_tooLarge): return "Unsupported max Symbol Value : too large"; in ERR_getErrorString() 40 case PREFIX(maxSymbolValue_tooSmall): return "Specified maxSymbolValue is too small"; in ERR_getErrorString() 44 case PREFIX(dstSize_tooSmall): return "Destination buffer is too small"; in ERR_getErrorString() 48 case PREFIX(frameIndex_tooLarge): return "Frame index is too large"; in ERR_getErrorString()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | error_private.c | 30 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString() 39 case PREFIX(tableLog_tooLarge): return "tableLog requires too much memory : unsupported"; in ERR_getErrorString() 40 case PREFIX(maxSymbolValue_tooLarge): return "Unsupported max Symbol Value : too large"; in ERR_getErrorString() 41 case PREFIX(maxSymbolValue_tooSmall): return "Specified maxSymbolValue is too small"; in ERR_getErrorString() 45 case PREFIX(dstSize_tooSmall): return "Destination buffer is too small"; in ERR_getErrorString() 49 case PREFIX(frameIndex_tooLarge): return "Frame index is too large"; in ERR_getErrorString()
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_err.c | 19 "additional input too long"}, 30 "entropy input too long"}, 65 "parent strength too weak"}, 67 "personalisation string too long"}, 78 "request too large for drbg"}, 82 "too little nonce requested"}, 84 "too much nonce requested"},
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_err.c | 30 {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_DATA_TOO_LARGE), "data too large"}, 32 "data too large for key size"}, 34 "data too large for modulus"}, 35 {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_DATA_TOO_SMALL), "data too small"}, 37 "data too small for key size"}, 42 "digest too big for rsa key"}, 87 {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_KEY_SIZE_TOO_SMALL), "key size too small"}, 93 {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_MODULUS_TOO_LARGE), "modulus too large"}, 117 "pss saltlen too small"},
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_parse.c | 46 wpa_printf(MSG_DEBUG, "P2P: Too short Capability " in p2p_parse_attribute() 57 wpa_printf(MSG_DEBUG, "P2P: Too short Device ID " in p2p_parse_attribute() 67 wpa_printf(MSG_DEBUG, "P2P: Too short GO Intent " in p2p_parse_attribute() 77 wpa_printf(MSG_DEBUG, "P2P: Too short Status " in p2p_parse_attribute() 91 wpa_printf(MSG_DEBUG, "P2P: Too short Listen Channel " in p2p_parse_attribute() 114 wpa_printf(MSG_DEBUG, "P2P: Too short Operating " in p2p_parse_attribute() 132 wpa_printf(MSG_DEBUG, "P2P: Too short Channel List " in p2p_parse_attribute() 157 wpa_printf(MSG_DEBUG, "P2P: Too short Device Info " in p2p_parse_attribute() 207 wpa_printf(MSG_DEBUG, "P2P: Too short Configuration " in p2p_parse_attribute() 216 wpa_printf(MSG_DEBUG, "P2P: Too short Intended P2P " in p2p_parse_attribute() [all …]
|