Home
last modified time | relevance | path

Searched full:custom (Results 1 – 25 of 1447) sorted by relevance

12345678910>>...58

/freebsd/crypto/openssl/test/ssl-tests/
H A D03-custom_verify.cnf6 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 D03-custom_verify.cnf.in25 # 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 Ddone_abilist.txt16 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 Dt4_pci_id_tbl.h111 CH_PCI_ID_TABLE_FENTRY(0x4080), /* Custom T480-cr */
112 CH_PCI_ID_TABLE_FENTRY(0x4081), /* Custom T440-cr */
113 CH_PCI_ID_TABLE_FENTRY(0x4082), /* Custom T420-cr */
114 CH_PCI_ID_TABLE_FENTRY(0x4083), /* Custom T420-xaui */
115 CH_PCI_ID_TABLE_FENTRY(0x4084), /* Custom T440-cr */
116 CH_PCI_ID_TABLE_FENTRY(0x4085), /* Custom T420-cr */
117 CH_PCI_ID_TABLE_FENTRY(0x4086), /* Custom T440-bt */
118 CH_PCI_ID_TABLE_FENTRY(0x4087), /* Custom T440-cr */
119 CH_PCI_ID_TABLE_FENTRY(0x4088), /* Custom T440 2-xaui, 2-xfi */
146 CH_PCI_ID_TABLE_FENTRY(0x5080), /* Custom T54
[all...]
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dkfw.wxs69 <!-- Custom actions -->
70 <Binary Id="binCustom" SourceFile="custom\custom.dll" />
166 <Custom Action="ListRunningProcesses" Before="KillRunningProcesses" />
167 <Custom Action="KillRunningProcesses" Before="InstallValidate"/>
169 <Custom Action="RenameKrb5Ini_Cmd" Before="RenameKrb5Ini"/>
170 <Custom Action="RenameKrb5Ini" Before="InstallFinalize">SYSTEMKRB5INI &lt;&gt; ""</Custom>
172 …<Custom Action="AbortNoIE" Before="RemoveNsisInstallation">UILevel = 0 And (Not Installed) And (CC…
173 …<Custom Action="RemoveNsisInstallation" Before="AbortCantRemoveNSIS">UPGRADENSIS &lt;&gt; "" And U…
174 …<Custom Action="AbortCantRemoveNSIS" Before="CostInitialize">UPGRADENSIS &lt;&gt; "" And UILevel &…
175 …<Custom Action="RollbackTgtSessionKey" After="WriteRegistryValues">VersionNT &gt;= 500 And &amp;fe…
[all …]
H A DMakefile36 CUSTOMDLL=custom\custom.dll
62 $(CUSTOMDLL): custom\custom.cpp
63 $(CD) custom
64 $(MAKE) -f custom.cpp
70 $(CD) custom
71 $(MAKE) -f custom.cpp clean
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpmac_blake.txt144 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 Devpmac_common.txt406 Custom = ""
415 Custom = "My Tagged Application"
421 Custom = "My Tagged Application"
428 Custom = "My Tagged Application"
436 Custom = ""
442 Custom = "My Tagged Application"
457 Custom = "My Tagged Application"
464 Custom = "My Tagged Application"
472 Custom = "My Tagged Application"
479 Custom = ""
[all …]
/freebsd/contrib/atf/atf-sh/
H A Dintegration_test.sh88 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/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md21 APIs; using custom network interaction BIOs in order to get the best
37 - We want to support custom BIOs on the network side and to the extent
38 feasible, minimise the level of adaptation needed for any custom BIOs already
48 over TCP. This will require applications using custom BIOs on the network side
49 to make substantial changes to the implementation of those custom BIOs to model
123 violating the BIO abstraction layer, and would not work with custom BIOs (even
172 - Since existing custom BIOs will not be expecting concurrent `BIO_read` and
174 likely to require substantial rework of those custom BIOs (trivial locking of
200 using custom BIOs, this is likely to require substantial rework of those BIOs.
203 accommodating applications using custom network BIOs in a blocking mode, these
[all …]
H A Dquic-tls.md146 * It registers itself as a custom TLS record layer
147 * It supplies callbacks to register a custom TLS extension
149 ### Custom TLS Record Layer
156 `QUIC_TLS` registers itself as a custom TLS record layer. A new internal
157 function is used to provide the custom record method data and associate it with
168 to first check whether a custom record method has been specified and always use
174 The custom record layer will need a record layer specific argument (`rlarg`
221 ### Custom TLS extension
223 Libssl already has the ability for an application to supply a custom extension
230 The custom extension API enables the caller to supply `add`, `free` and `parse`
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dadi,ltc2983.yaml108 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 Dmetadata_test.cpp53 ATF_REQUIRE(md.custom().empty()); in ATF_TEST_CASE_BODY()
79 model::properties_map custom; in ATF_TEST_CASE_BODY() local
80 custom["1-custom"] = "first"; in ATF_TEST_CASE_BODY()
81 custom["2-custom"] = "second"; in ATF_TEST_CASE_BODY()
98 .add_custom("1-custom", "first") in ATF_TEST_CASE_BODY()
99 .add_custom("2-custom", "second") in ATF_TEST_CASE_BODY()
112 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()
180 model::properties_map custom; in ATF_TEST_CASE_BODY() local
181 custom["first"] = "hello"; in ATF_TEST_CASE_BODY()
182 custom["second"] = "bye"; in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/netbsd-tests/sys/rc/
H A Dt_rc_d_cli.sh161 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 DRISCVDisassembler.cpp557 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 DHexagonISelLoweringHVX.cpp68 // 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 Dt_pidfile.c176 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 Dsanitizer_flags.inc95 "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 DBIO_get_data.pod21 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 Dbugpoint.1213 \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 DRecordInitializer.cpp107 "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/crypto/krb5/src/windows/installer/wix/custom/
H A Dcustom.cpp4 # Build with : nmake /f custom.cpp
5 # Clean with : nmake /f custom.cpp clean
7 # Builds custom.dll
18 DLLFILE = $(OUTPATH)\custom.dll
30 $(DLLFILE): $(OUTPATH)\custom.obj
33 $(OUTPATH)\custom.obj: custom.cpp custom.h
34 $(CC) /c /Fo$@ custom.cpp
40 $(RM) $(OUTPATH)\custom.obj
41 $(RM) $(OUTPATH)\custom.exp
71 * custom.cpp : Dll implementing custom action to install Kerberos for Windows
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_015_pos.ksh27 # Verify ZFS can receive custom properties on both filesystems and
33 # 3. Set custom properties on both the fs and snapshots.
55 log_assert "ZFS can receive custom properties."
66 # 3. Set custom properties on both the fs and snapshots.
84 log_pass "ZFS can receive custom properties passed."
/freebsd/contrib/kyua/utils/
H A Dsanity.hpp91 /// 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.
/freebsd/lib/googletest/gmock/
H A DMakefile34 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

12345678910>>...58