/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 03-custom_verify.cnf | 6 test-1 = 1-verify-custom-reject 7 test-2 = 2-verify-custom-allow 8 test-3 = 3-verify-custom-retry 10 test-5 = 5-noverify-ignore-custom-reject 11 test-6 = 6-noverify-accept-custom-allow 13 test-8 = 8-verify-custom-success-no-root 14 test-9 = 9-verify-custom-fail-no-root 40 [1-verify-custom-reject] 41 ssl_conf = 1-verify-custom-reject-ssl 43 [1-verify-custom-reject-ssl] [all …]
|
H A D | 03-custom_verify.cnf.in | 25 # Same test as above but with a custom callback that always fails. 27 name => "verify-custom-reject", 40 # Same test as above but with a custom callback that always succeeds. 42 name => "verify-custom-allow", 54 # Same test as above but with a custom callback that requests retry once. 56 name => "verify-custom-retry", 80 # Same test as above but with a custom callback that always fails. 83 name => "noverify-ignore-custom-reject", 97 # Same test as above but with a custom callback that always succeeds. 100 name => "noverify-accept-custom-allow", [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 16 fun:dfsan_get_label=custom 28 fun:dfsan_set_write_callback=custom 42 fun:dfsan_get_origin=custom 230 fun:_dl_get_tls_static_info=custom 231 fun:clock_gettime=custom 232 fun:dlopen=custom 233 fun:epoll_wait=custom 234 fun:fgets=custom 235 fun:fstat=custom 236 fun:getcwd=custom [all...] |
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4_pci_id_tbl.h | 112 CH_PCI_ID_TABLE_FENTRY(0x4080), /* Custom T480-cr */ 113 CH_PCI_ID_TABLE_FENTRY(0x4081), /* Custom T440-cr */ 114 CH_PCI_ID_TABLE_FENTRY(0x4082), /* Custom T420-cr */ 115 CH_PCI_ID_TABLE_FENTRY(0x4083), /* Custom T420-xaui */ 116 CH_PCI_ID_TABLE_FENTRY(0x4084), /* Custom T440-cr */ 117 CH_PCI_ID_TABLE_FENTRY(0x4085), /* Custom T420-cr */ 118 CH_PCI_ID_TABLE_FENTRY(0x4086), /* Custom T440-bt */ 119 CH_PCI_ID_TABLE_FENTRY(0x4087), /* Custom T440-cr */ 120 CH_PCI_ID_TABLE_FENTRY(0x4088), /* Custom T440 2-xaui, 2-xfi */ 148 CH_PCI_ID_TABLE_FENTRY(0x5080), /* Custom T540-cr */ [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmac_blake.txt | 144 Title = Custom keyed BLAKE2 tests 148 Custom = "email" 149 Input = "Sample input for keylen<blocklen and custom" 154 Custom = "blockchain" 155 Input = "Sample input for keylen<blocklen and custom" 172 Custom = "application" 174 Input = "Sample input for keylen<blocklen, salt and custom" 196 Input = "Combo input with outlen, custom and salt" 197 Custom = "application" 204 Custom = "email" [all …]
|
H A D | evpmac_common.txt | 334 Custom = "" 343 Custom = "My Tagged Application" 349 Custom = "My Tagged Application" 356 Custom = "My Tagged Application" 364 Custom = "" 370 Custom = "My Tagged Application" 385 Custom = "My Tagged Application" 392 Custom = "My Tagged Application" 400 Custom = "My Tagged Application" 407 Custom = "" [all …]
|
/freebsd/contrib/atf/atf-sh/ |
H A D | integration_test.sh | 88 This is the custom shell 92 cat >custom-shell <<EOF 94 echo "This is the custom shell" 97 chmod +x custom-shell 100 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" -s ./custom-shell tp 107 This is the custom shell 111 cat >custom-shell <<EOF 113 echo "This is the custom shell" 116 chmod +x custom-shell 119 tp "-s$(pwd)/custom-shell" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/ |
H A D | adi,ltc2983.yaml | 108 9 - Custom Thermocouple 128 adi,custom-thermocouple: 130 Used for digitizing custom thermocouples. 147 - adi,custom-thermocouple 214 18 - RTD Custom 254 adi,custom-rtd: 256 Used for digitizing custom RTDs. 291 - adi,custom-rtd 308 26 - Thermistor Custom Steinhart-Hart 309 27 - Custom Thermistor [all …]
|
/freebsd/contrib/kyua/model/ |
H A D | metadata_test.cpp | 53 ATF_REQUIRE(md.custom().empty()); in ATF_TEST_CASE_BODY() 78 model::properties_map custom; in ATF_TEST_CASE_BODY() local 79 custom["1-custom"] = "first"; in ATF_TEST_CASE_BODY() 80 custom["2-custom"] = "second"; in ATF_TEST_CASE_BODY() 97 .add_custom("1-custom", "first") in ATF_TEST_CASE_BODY() 98 .add_custom("2-custom", "second") in ATF_TEST_CASE_BODY() 111 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY() 179 model::properties_map custom; in ATF_TEST_CASE_BODY() local 180 custom["first"] = "hello"; in ATF_TEST_CASE_BODY() 181 custom["second"] = "bye"; in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/contrib/netbsd-tests/sys/rc/ |
H A D | t_rc_d_cli.sh | 161 atf_set "descr" "Tests that running a custom 'start' without" \ 170 atf_set "descr" "Tests that running a custom 'start' with" \ 179 atf_set "descr" "Tests that running a custom 'stop' without" \ 188 atf_set "descr" "Tests that running a custom 'stop' with" \ 197 atf_set "descr" "Tests that running a custom 'restart' without" \ 206 atf_set "descr" "Tests that running a custom 'restart' with" \ 215 atf_set "descr" "Tests that running a custom command without" \ 219 do_overriden_no_args custom 224 atf_set "descr" "Tests that running a custom command with" \ 228 do_overriden_with_args custom
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
H A D | RISCVDisassembler.cpp | 557 DecoderTableXVentana32, "Ventana custom opcode table"); in getInstruction32() 559 "XTHeadBa custom opcode table"); in getInstruction32() 561 "XTHeadBb custom opcode table"); in getInstruction32() 563 "XTHeadBs custom opcode table"); in getInstruction32() 566 "XTHeadCondMov custom opcode table"); in getInstruction32() 568 "XTHeadCmo custom opcode table"); in getInstruction32() 571 "XTHeadFMemIdx custom opcode table"); in getInstruction32() 573 "XTHeadMac custom opcode table"); in getInstruction32() 576 "XTHeadMemIdx custom opcode table"); in getInstruction32() 579 "XTHeadMemPair custom opcode table"); in getInstruction32() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 68 // produce such types. That, in turn, would imply using custom in initializeHVXLowering() 110 setOperationAction(ISD::BITCAST, MVT::i16, Custom); in initializeHVXLowering() 111 setOperationAction(ISD::BITCAST, MVT::i32, Custom); in initializeHVXLowering() 112 setOperationAction(ISD::BITCAST, MVT::i64, Custom); in initializeHVXLowering() 113 setOperationAction(ISD::BITCAST, MVT::v16i1, Custom); in initializeHVXLowering() 114 setOperationAction(ISD::BITCAST, MVT::v128i1, Custom); in initializeHVXLowering() 115 setOperationAction(ISD::BITCAST, MVT::i128, Custom); in initializeHVXLowering() 118 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in initializeHVXLowering() 133 setOperationAction(ISD::INSERT_SUBVECTOR, T, Custom); in initializeHVXLowering() 134 setOperationAction(ISD::EXTRACT_SUBVECTOR, T, Custom); in initializeHVXLowering() [all...] |
/freebsd/contrib/netbsd-tests/lib/libutil/ |
H A D | t_pidfile.c | 176 if (pidfile("custom-basename") == -1) in helper_custom_basename() 177 errx(EXIT_FAILURE, "Failed to create pidfile with custom " in helper_custom_basename() 193 path = generate_varrun_pidfile("custom-basename"); in ATF_TC_BODY() 237 custom_path = generate_varrun_pidfile("custom-basename"); in helper_change_basenames() 238 if (pidfile("custom-basename") == -1) in helper_change_basenames() 239 errx(EXIT_FAILURE, "Failed to create pidfile with custom " in helper_change_basenames() 243 if (pidfile("custom-basename") == -1) in helper_change_basenames() 244 errx(EXIT_FAILURE, "Failed to recreate pidfile with custom " in helper_change_basenames() 266 custom_path = generate_varrun_pidfile("custom-basename"); in ATF_TC_BODY() 312 custom_path = generate_varrun_pidfile("custom-basename"); in helper_mix() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.inc | 95 "Controls custom tool's " #signal " handler (0 - do not registers the " \ 205 "If set, uses custom wrappers for strstr and strcasestr functions " 208 "If set, uses custom wrappers for strspn and strcspn function " 211 "If set, uses a custom wrapper for the strtok function " 214 "If set, uses custom wrappers for strpbrk function " 218 "If set, uses custom wrappers for strcmp functions to find more errors.") 220 "If set, uses custom wrappers for strlen and strnlen functions " 223 "If set, uses custom wrappers for strndup functions " 226 "If set, uses custom wrappers for strchr, strchrnul, and strrchr " 229 "If set, uses custom wrapper [all...] |
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_get_data.pod | 21 These functions are mainly useful when implementing a custom BIO. 23 The BIO_set_data() function associates the custom data pointed to by B<ptr> with 25 This can be used by custom BIOs for storing implementation specific information. 32 have occurred (for example through calling custom ctrls). The BIO_get_init() 41 BIO_get_data() returns a pointer to the implementation specific custom data
|
/freebsd/usr.bin/clang/bugpoint/ |
H A D | bugpoint.1 | 213 \fB\-\-run\-{int,jit,llc,custom}\fP 219 custom command (see \fB\-\-exec\-command\fP) respectively. 223 \fB\-\-safe\-{llc,custom}\fP 231 static native code compiler, or a custom command, (see \fB\-\-exec\-command\fP) 240 This option defines the command to use with the \fB\-\-run\-custom\fP and 241 \fB\-\-safe\-custom\fP options to execute the bitcode testcase. This can 249 This option defines the command to use with the \fB\-\-compile\-custom\fP 281 \fB\-\-safe\-{int,jit,llc,custom}\fP
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | RecordInitializer.cpp | 107 "Invalid offset for a custom event record (%" PRId64 ").", OffsetPtr); in visit() 115 "Cannot read a custom event record size field offset %" PRId64 ".", in visit() 121 "Invalid size for custom event (size = %d) at offset %" PRId64 ".", in visit() 129 "Cannot read a custom event TSC field at offset %" PRId64 ".", in visit() 133 // of the custom event. in visit() 151 "Cannot read %d bytes of custom event data from offset %" PRId64 ".", in visit() 167 "Failed reading enough bytes for the custom event payload -- read " in visit() 180 "Invalid offset for a custom event record (%" PRId64 ").", OffsetPtr); in visit() 189 "Cannot read a custom event record size field offset %" PRId64 ".", in visit() 195 "Invalid size for custom event (size = %d) at offset %" PRId64 ".", in visit() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_015_pos.ksh | 26 # Verify ZFS can receive custom properties on both filesystems and 32 # 3. Set custom properties on both the fs and snapshots. 54 log_assert "ZFS can receive custom properties." 65 # 3. Set custom properties on both the fs and snapshots. 83 log_pass "ZFS can receive custom properties passed."
|
/freebsd/contrib/kyua/utils/ |
H A D | sanity.hpp | 91 /// boolean condition. If you want to provide a custom error message, use 98 /// Ensures that an invariant holds using a custom error message. 114 /// boolean condition. If you want to provide a custom error message, use 121 /// Ensures that a precondition holds using a custom error message. 137 /// boolean condition. If you want to provide a custom error message, use 144 /// Ensures that a postcondition holds using a custom error message. 163 /// boolean condition. If you want to provide a custom error message, use 168 /// Ensures that a code path is not reached using a custom error message.
|
H A D | sanity_test.cpp | 118 INV_MSG(Expression, "Custom message"); in do_inv_test() 146 verify_failed(status, "Invariant check failed", "Custom", true); in ATF_TEST_CASE_BODY() 156 PRE_MSG(Expression, "Custom message"); in do_pre_test() 184 verify_failed(status, "Precondition check failed", "Custom", true); in ATF_TEST_CASE_BODY() 194 POST_MSG(Expression, "Custom message"); in do_post_test() 222 verify_failed(status, "Postcondition check failed", "Custom", true); in ATF_TEST_CASE_BODY() 232 UNREACHABLE_MSG("Custom message"); in do_unreachable_test() 252 verify_failed(status, "Unreachable point reached", "Custom", false); in ATF_TEST_CASE_BODY()
|
/freebsd/lib/googletest/gmock/ |
H A D | Makefile | 34 INTERNAL_CUSTOM_INCSDIR= ${INTERNAL_INCSDIR}/custom 35 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-generated-actions.h 36 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-matchers.h 37 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-port.h
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_wext.c | 234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) in wpa_driver_wext_event_wireless_custom() argument 238 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'", in wpa_driver_wext_event_wireless_custom() 239 custom); in wpa_driver_wext_event_wireless_custom() 243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom() 245 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom() 248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom() 253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom() 417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local 431 custom = pos + IW_EV_POINT_LEN; in wpa_driver_wext_event_wireless() 445 custom += IW_EV_POINT_OFF; in wpa_driver_wext_event_wireless() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 56 /// Implement target specific printing of target custom pseudo source value. 65 /// Implement target specific parsing of target custom pseudo source value. 70 "target did not implement parsing MIR custom pseudo source value"); in parseCustomPseudoSourceValue() 75 /// custom pseudo source value. 81 /// custom pseudo source value.
|
/freebsd/lib/googletest/gtest/ |
H A D | Makefile | 38 INTERNAL_CUSTOM_INCSDIR= ${INTERNAL_INCSDIR}/custom 39 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest-port.h 40 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest-printers.h 41 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest.h
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt-begin.mk | 11 # To register a custom action to be run at the beginning, the simplest way is 21 # One way to run commands at the beginning is to define a custom target and 23 # custom target are run even before the .BEGIN target. 28 # Another way is to define a custom target and make that a .USE dependency.
|