/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 89 unsupported enumerator 96 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable() 366 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_1] = unsupported; in RuntimeLibcallSignatureTable() 367 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_2] = unsupported; in RuntimeLibcallSignatureTable() 368 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_4] = unsupported; in RuntimeLibcallSignatureTable() 369 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_8] = unsupported; in RuntimeLibcallSignatureTable() 370 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_16] = unsupported; in RuntimeLibcallSignatureTable() 371 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_1] = unsupported; in RuntimeLibcallSignatureTable() 372 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_2] = unsupported; in RuntimeLibcallSignatureTable() 373 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_4] = unsupported; in RuntimeLibcallSignatureTable() [all …]
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 119 ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE:164:unsupported any defined by type 120 ASN1_R_UNSUPPORTED_CIPHER:228:unsupported cipher 121 ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE:167:unsupported public key type 122 ASN1_R_UNSUPPORTED_TYPE:196:unsupported type 173 BIO_R_UNSUPPORTED_IP_FAMILY:146:unsupported ip family 174 BIO_R_UNSUPPORTED_METHOD:121:unsupported method 175 BIO_R_UNSUPPORTED_PROTOCOL_FAMILY:131:unsupported protocol family 296 CMP_R_UNSUPPORTED_ALGORITHM:136:unsupported algorithm 297 CMP_R_UNSUPPORTED_KEY_TYPE:137:unsupported key type 298 CMP_R_UNSUPPORTED_PKIBODY:101:unsupported pkibody [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MachO.cpp | 71 static Error unsupported(const char *Str, const Triple &T) { in unsupported() function 79 return unsupported("type", T); in getCPUType() 92 return unsupported("type", T); in getCPUType() 97 return unsupported("subtype", T); in getCPUSubType() 106 return unsupported("subtype", T); in getCPUSubType()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfReader.cpp | 62 Error PGOCtxProfileReader::unsupported(const Twine &Msg) { in unsupported() function in PGOCtxProfileReader 144 return unsupported("Expected Version record"); in readMetadata() 149 return unsupported("Expected Version record"); in readMetadata() 154 return unsupported("Expected Version record"); in readMetadata() 156 return unsupported("Version " + Twine(*Code) + in readMetadata()
|
/freebsd/sys/sys/ |
H A D | _types.h | 56 #error unsupported long size 85 #error unsupported pointer size 95 #error unsupported size_t size 103 #error unsupported ptrdiff_t size
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.txt | 19 ATTIC_R_UNSUPPORTED_CONTENT_TYPE:108:unsupported content type 20 ATTIC_R_UNSUPPORTED_SEARCH_TYPE:109:unsupported search type 21 ATTIC_R_URI_AUTHORITY_UNSUPPORTED:110:uri authority unsupported
|
H A D | e_capi.txt | 37 CAPI_R_UNSUPPORTED_ALGORITHM_NID:126:unsupported algorithm nid 38 CAPI_R_UNSUPPORTED_PADDING:127:unsupported padding 39 CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM:128:unsupported public key algorithm
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_environment.cpp | 71 #error Unknown or unsupported OS. 134 #error Unknown or unsupported OS. in __kmp_env_get() 168 #error Unknown or unsupported OS. in __kmp_env_exists() 205 #error Unknown or unsupported OS. in __kmp_env_set() 221 #error Unknown or unsupported OS. in __kmp_env_unset() 452 #error Unknown or unsupported OS. in __kmp_env_blk_init()
|
H A D | kmp_wrapper_getpid.h | 62 #error Unknown or unsupported OS.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | encore | 13 >20 short 0x10f unsupported executable 18 0 short 0x155 Encore unsupported executable
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | demuxer.md | 33 - server side packet handling for unsupported version packets: 35 with an unsupported version and is large enough to initiate a new 37 - discard smaller packets with unsupported versions
|
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_rwtoro.c | 49 static const char *unsupported = "fs does not support r/o remount"; variable 69 atf_tc_skip("%s", unsupported); in remount_ro() 85 atf_tc_skip("%s", unsupported); in remount_ro()
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_meth.c | 298 int unsupported, id; in inner_loader_fetch() local 312 unsupported = id == 0; in inner_loader_fetch() 349 unsupported = !methdata->flag_construct_error_occurred; in inner_loader_fetch() 353 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_loader_fetch() 355 unsupported in inner_loader_fetch()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_features_003_pos.ksh | 94 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1) 101 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1)
|
H A D | zpool_import_features_001_pos.ksh | 66 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1)
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 14 def err_drv_unsupported_opt : Error<"unsupported option '%0'">; 16 "unsupported option '%0'; did you mean '%1'?">; 18 "unsupported option '%0' for target '%1'">; 20 "unsupported option '%0' for language mode '%1'">; 22 "unsupported argument '%1' to option '%0'">; 24 "unsupported argument '%1' to option '%0' for target '%2'">; 58 def err_drv_cuda_bad_gpu_arch : Error<"unsupported CUDA gpu architecture: %0">; 59 def err_drv_offload_bad_gpu_arch : Error<"unsupported %0 gpu architecture: %1">; 118 "unsupported architecture '%0' for host compilation">; 156 "unsupported runtime library '%0' for platform '%1'">; [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-lwres.c | 281 int unsupported = 0; in lwres_print() local 413 unsupported++; in lwres_print() 538 unsupported++; in lwres_print() 549 if (!unsupported && ND_BYTES_BETWEEN(bp, s) < GET_BE_U_4(np->length)) in lwres_print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFCallingConv.td | 24 // Could be assigned to the stack in 8-byte aligned units, but unsupported 44 // Could be assigned to the stack in 8-byte aligned units, but unsupported
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | setchgpw2.asn1 | 10 unsupported-major-version(1), 11 unsupported-minor-version(2), 12 unsupported-operation(3),
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-dkms.templates | 7 Although possible, building in a 32-bit environment is unsupported and 21 Although possible, building in a 32-bit environment is unsupported and
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | encoder_meth.c | 368 int unsupported, id; in inner_ossl_encoder_fetch() local 381 unsupported = id == 0; in inner_ossl_encoder_fetch() 419 unsupported = !methdata->flag_construct_error_occurred; in inner_ossl_encoder_fetch() 423 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_encoder_fetch()
|
H A D | decoder_meth.c | 358 int unsupported, id; in inner_ossl_decoder_fetch() local 371 unsupported = id == 0; in inner_ossl_decoder_fetch() 410 unsupported = !methdata->flag_construct_error_occurred; in inner_ossl_decoder_fetch() 414 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_fetch.c | 275 int unsupported, name_id; in inner_evp_generic_fetch() local 311 unsupported = name_id == 0; in inner_evp_generic_fetch() 367 unsupported = !methdata->flag_construct_error_occurred; in inner_evp_generic_fetch() 371 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_evp_generic_fetch()
|
/freebsd/contrib/pam-krb5/tests/data/scripts/pkinit/ |
H A D | no-use-pkinit | 1 # Test for unsupported use_pkinit. -*- conf -*-
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | OtoolOpts.td | 53 // Obsolete and unsupported: 55 HelpText<"Obsolete and unsupported flags">;
|