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

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1244 char *custom, char *end)
1247 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom);
1249 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
1252 pos = os_strstr(custom, "addr=");
1272 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) {
1275 key = custom;
1296 } else if (os_strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) {
1302 } else if (os_strncmp(custom, "Manage.prob_req ", 16) == 0) {
1305 * binary data in the custom wireless event. The old way (using
1309 int len = atoi(custom
1243 atheros_wireless_event_wireless_custom(struct atheros_driver_data *drv, char *custom, char *end) argument
1494 char *pos, *end, *custom, *buf; local
[all...]
H A Ddriver_hostap.c790 char *custom)
792 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom);
794 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
797 pos = strstr(custom, "addr=");
825 char *pos, *end, *custom, *buf; local
839 custom = pos + IW_EV_POINT_LEN;
850 custom += IW_EV_POINT_OFF;
855 if (iwe->u.data.length > end - custom)
860 memcpy(buf, custom, iwe->u.data.length);
789 hostapd_wireless_event_wireless_custom(struct hostap_driver_data *drv, char *custom) argument
/freebsd-11-stable/tools/tools/tinybsd/
H A Dtinybsd407 echo "${TS} Copying your custom configuration on conf/ ..."
408 for custom in `find ${CURRENTDIR}/conf/${CONF}/ -type d -depth 1 \! -name CVS`; do
409 cp -Rp ${custom}/* ${WORKDIR}/${custom#${CURRENTDIR}/conf/${CONF}/}/
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh264 /* Install custom gdb-events hooks. */
/freebsd-11-stable/share/mk/
H A Dbsd.sys.mk161 # How to handle FreeBSD custom printf format specifiers.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h680 // We have no choice but conservatively assume that a custom action with a
689 /// The instruction is custom when type indexes 0 and 1 is any type pair in the
704 /// Unconditionally custom lower.
705 LegalizeRuleSet &custom() { function in class:LegalizeRuleSet
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js2903 // Caller can pass in an object of custom data in lieu of the handler
6908 * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
7254 // you can add your own custom options here if
7601 // Allow custom headers/mimetypes and early abort
8126 // Apply custom fields if provided
8509 e.custom( start, end, unit );
8512 e.custom( start, val, "" );
8609 // Generate shortcuts for custom animations
8704 custom: function( from, to, unit ) {
8743 this.custom( thi
[all...]
/freebsd-11-stable/contrib/apr/
H A Dconfigure1566 --enable-experimental-libtool Use experimental custom libtool
10398 # Use a custom-made libtool replacement
10408 # Use a custom-made libtool replacement
20909 custom ) ac_var="$ac_item" ;;
21735 custom ) ac_var="$ac_item" ;;
21773 custom ) ac_var="$ac_item" ;;
21811 custom ) ac_var="$ac_item" ;;
21849 custom ) ac_var="$ac_item" ;;
21887 custom ) ac_var="$ac_item" ;;
21925 custom ) ac_va
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp276 // FIXME: Not really legal. Placeholder for custom lowering.
540 // FIXME: fexp, flog2, flog10 needs to be custom lowered.
636 .custom();
1788 "this should not have been custom lowered");

Completed in 186 milliseconds