Searched refs:custom (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/contrib/bmake/unit-tests/
H A Dshell-custom.mk1 # $NetBSD: shell-custom.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
3 # Tests for using a custom shell for running the commands.
H A Dvarmod.mk34 # | `D` | individual | custom parser | N/A |
38 # | `M` | individual | custom parser | N/A |
39 # | `N` | individual | custom parser | N/A |
46 # | `U` | individual | custom parser | N/A |
/freebsd-current/contrib/netbsd-tests/sys/rc/
H A Dh_args.sh44 extra_commands="custom"
46 for command in start stop restart custom; do
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
[all...]
/freebsd-current/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
[all...]
/freebsd-current/contrib/netbsd-tests/share/mk/
H A Dt_own.sh42 cat >custom.conf <<EOF
48 make MAKECONF="$(pwd)/custom.conf" show-config-var
62 cat >custom.conf <<EOF
/freebsd-current/lib/googletest/gmock/
H A DMakefile35 INTERNAL_CUSTOM_INCSDIR= ${INTERNAL_INCSDIR}/custom
36 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-generated-actions.h
37 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-matchers.h
38 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-port.h
/freebsd-current/contrib/kyua/model/
H A Dmetadata_test.cpp53 ATF_REQUIRE(md.custom().empty());
78 model::properties_map custom; local
79 custom["1-custom"] = "first";
80 custom["2-custom"] = "second";
97 .add_custom("1-custom", "first")
98 .add_custom("2-custom", "second")
111 ATF_REQUIRE(custom == md.custom());
179 model::properties_map custom; local
245 model::properties_map custom; local
[all...]
H A Dmetadata.hpp68 model::properties_map custom(void) const;
/freebsd-current/lib/googletest/gtest/
H A DMakefile39 INTERNAL_CUSTOM_INCSDIR= ${INTERNAL_INCSDIR}/custom
40 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest-port.h
41 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest-printers.h
42 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest.h
/freebsd-current/crypto/openssl/providers/implementations/macs/
H A Dkmac_prov.c96 /* Maximum size of encoded custom string */
126 /* key and custom are stored in encoded form */
128 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member in struct:kmac_data_st
152 OPENSSL_cleanse(kctx->custom, kctx->custom_len);
237 memcpy(dst->custom, src->custom, dst->custom_len);
264 * md, key and custom. Setting the fields afterwards will have no
298 /* Set default custom string if it is not already set */
308 kctx->custom, kctx->custom_len, block_len)) {
318 kctx->custom, kct
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_wext.c234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) argument
239 custom);
243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
245 os_strstr(custom, " unicast ") != NULL;
248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
253 spos = custom + 17;
417 char *pos, *end, *custom, *buf; local
431 custom = pos + IW_EV_POINT_LEN;
445 custom += IW_EV_POINT_OFF;
472 if (iwe->u.data.length > end - custom) {
1215 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1311 char *custom = pos + IW_EV_LCP_LEN; local
1335 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1361 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1510 char *pos, *end, *custom; local
[all...]
H A Ddriver_atheros.c1237 char *custom, char *end)
1240 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom);
1242 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
1245 pos = os_strstr(custom, "addr=");
1265 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) {
1268 key = custom;
1289 } else if (os_strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) {
1295 } else if (os_strncmp(custom, "Manage.prob_req ", 16) == 0) {
1298 * binary data in the custom wireless event. The old way (using
1302 int len = atoi(custom
1236 atheros_wireless_event_wireless_custom(struct atheros_driver_data *drv, char *custom, char *end) argument
1483 char *pos, *end, *custom, *buf; local
[all...]
H A Ddriver_hostap.c794 char *custom)
796 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom);
798 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
801 pos = strstr(custom, "addr=");
829 char *pos, *end, *custom, *buf; local
843 custom = pos + IW_EV_POINT_LEN;
854 custom += IW_EV_POINT_OFF;
859 if (iwe->u.data.length > end - custom)
864 memcpy(buf, custom, iwe->u.data.length);
793 hostapd_wireless_event_wireless_custom(struct hostap_driver_data *drv, char *custom) argument
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Driostream.c83 static int custom; variable
90 static char test_name[10] = "custom";
504 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size);
518 if (!custom) {
625 custom = 1;
629 custom = 1;
636 custom = 1;
H A Drstream.c83 static int custom; variable
92 static char test_name[10] = "custom";
503 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size);
517 if (!custom) {
651 custom = 1;
655 custom = 1;
662 custom = 1;
H A Dudpong.c90 static int custom; variable
95 static char test_name[10] = "custom";
454 if (!custom) {
527 custom = 1;
531 custom = 1;
/freebsd-current/crypto/openssl/providers/implementations/kdfs/
H A Dsskdf.c159 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, argument
165 /* Only KMAC has custom data - so return if not KMAC */
166 if (custom == NULL)
170 (void *)custom, custom_len);
367 const unsigned char *custom = NULL; local
382 /* H(x) = KMACzzz(x, salt, custom) */
383 custom = kmac_custom_str;
403 custom, custom_len, ctx->out_len,
/freebsd-current/contrib/kyua/integration/
H A Dcmd_db_exec_test.sh107 mv .kyua/store/*.db custom.db
112 kyua --logfile=/dev/null db-exec -r custom.db "SELECT * FROM metadata"
H A Dcmd_config_test.sh235 touch custom
237 kyua --config=custom config
H A Dcmd_list_test.sh419 custom.no-meaning = I am a custom variable
/freebsd-current/crypto/openssl/engines/
H A De_afalg.c180 OSSL_ASYNC_FD waitfd, void *custom)
189 void *custom = NULL; local
201 &aio->efd, &custom);
216 aio->efd, custom,
179 afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD waitfd, void *custom) argument
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dkmodtool128 if [[ "${1}" = "--custom" ]]; then
216 if [[ "${1}" = "--custom" ]]; then
259 if [[ "${1}" = "--custom" ]]; then
341 print_rpmtemplate_per_kmodpkg --custom "${kernel}"
346 print_rpmtemplate_kmoddevelpkg --custom "${kernel}"
349 print_rpmtemplate_per_kmoddevelpkg --custom "${kernel}"
/freebsd-current/contrib/arm-optimized-routines/math/
H A DDir.mk82 # This is not ideal, but allows custom symbols in mathbench to get resolved.
/freebsd-current/tools/test/stress2/misc/
H A Dsyscall4.sh141 216, /* custom syscall */

Completed in 287 milliseconds

12