/freebsd/contrib/libucl/m4/ |
H A D | ax_lua.m4 | 7 # AX_PROG_LUA[([MINIMUM-VERSION], [TOO-BIG-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 8 # AX_LUA_HEADERS[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 9 # AX_LUA_LIBS[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 10 # AX_LUA_READLINE[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 84 # If an acceptable Lua interpreter is found, then ACTION-IF-FOUND is 85 # performed, otherwise ACTION-IF-NOT-FOUND is preformed. If ACTION-IF-NOT- 120 # If headers are found, then ACTION-IF-FOUND is performed, otherwise 121 # ACTION-IF-NOT-FOUND is performed. If ACTION-IF-NOT-FOUND is blank, then 141 # If libraries are found, then ACTION-IF-FOUND is performed, otherwise 142 # ACTION-IF-NOT-FOUND is performed. If ACTION-IF-NOT-FOUND is blank, then [all …]
|
/freebsd/include/ |
H A D | search.h | 26 } ACTION; typedef 59 ENTRY *hsearch(ENTRY, ACTION); 79 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
|
/freebsd/contrib/bmake/ |
H A D | aclocal.m4 | 6 dnl AC_CHECK_HEADER_HAS(HEADER, PATTERN, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])) 36 dnl AC_EGREP(PATTERN, FILE, ACTION-IF-FOUND [, 37 dnl ACTION-IF-NOT-FOUND])
|
/freebsd/contrib/ldns/m4/ |
H A D | ax_have_poll.m4 | 7 # AX_HAVE_POLL([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) 8 # AX_HAVE_PPOLL([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
|
H A D | ax_config_feature.m4 | 7 …EATURE-NAME, FEATURE-DESCRIPTION, DEFINE, DEFINE-DESCRIPTION, [ACTION-IF-ENABLED [, ACTION-IF-NOT-… 13 # user choice. DESCRIPTION will be used for AC_DEFINEs. ACTION-IF-ENABLED 14 # and ACTION-IF-NOT-ENABLED are the actions that will be run. A feature is
|
/freebsd/contrib/flex/src/ |
H A D | scan.l | 128 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION 577 BEGIN(ACTION); 594 BEGIN(ACTION); 613 BEGIN(ACTION); 959 \" ACTION_ECHO; BEGIN(ACTION); 963 \' ACTION_ECHO; BEGIN(ACTION); 968 {NL} ++linenum; ACTION_ECHO; if (bracelevel <= 0) { BEGIN(SECT2); } else { BEGIN(ACTION); } 972 <COMMENT,CODE_COMMENT,COMMENT_DISCARD,ACTION,ACTION_STRING,CHARACTER_CONSTANT><<EOF>> {
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_check_define.m4 | 7 # AC_CHECK_DEFINE([symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT]) 8 # AX_CHECK_DEFINE([includes],[symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
|
H A D | ax_check_link_flag.m4 | 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
H A D | ax_check_compile_flag.m4 | 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) 14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_count_cpus.m4 | 7 # AX_COUNT_CPUS([ACTION-IF-DETECTED],[ACTION-IF-NOT-DETECTED]) 15 # On successful detection, ACTION-IF-DETECTED is executed if present. If 16 # the detection fails, then ACTION-IF-NOT-DETECTED is triggered. The 17 # default ACTION-IF-NOT-DETECTED is to set CPU_COUNT to 1.
|
H A D | ax_compare_version.m4 | 7 # AX_COMPARE_VERSION(VERSION_A, OP, VERSION_B, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) 38 # When the condition is true, shell commands ACTION-IF-TRUE are run, 39 # otherwise shell commands ACTION-IF-FALSE are run. The environment 172 dnl # Execute ACTION-IF-TRUE / ACTION-IF-FALSE.
|
H A D | pkg.m4 | 81 dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) 131 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 132 dnl [ACTION-IF-NOT-FOUND]) 195 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 196 dnl [ACTION-IF-NOT-FOUND]) 262 dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
|
/freebsd/sys/contrib/libsodium/ |
H A D | LICENSE | 16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
/freebsd/sys/contrib/dev/ral/ |
H A D | LICENSE | 13 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-ipq4019-ap.dk01.1-c1.dts | 12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
H A D | qcom-ipq4019-ap.dk01.1.dtsi | 12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
/freebsd/contrib/one-true-awk/ |
H A D | LICENSE | 20 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
/freebsd/sbin/devd/ |
H A D | parse.y | 49 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH 149 : ACTION STRING SEMICOLON { $$ = new_action($2); }
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | acx_pthread.m4 | 5 # ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 36 # ACTION-IF-FOUND is a list of shell commands to run if a threads 37 # library is found, and ACTION-IF-NOT-FOUND is a list of commands to 38 # run it if it is not found. If ACTION-IF-FOUND is not specified, the 270 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
|
/freebsd/contrib/libevent/m4/ |
H A D | acx_pthread.m4 | 5 # ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 36 # ACTION-IF-FOUND is a list of shell commands to run if a threads 37 # library is found, and ACTION-IF-NOT-FOUND is a list of commands to 38 # run it if it is not found. If ACTION-IF-FOUND is not specified, the 270 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
|
/freebsd/usr.sbin/crunch/ |
H A D | COPYRIGHT | 18 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 19 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
/freebsd/contrib/mandoc/ |
H A D | msec.in | 14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | cyrusproto.mc | 19 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
/freebsd/lib/libipsec/ |
H A D | policy_parse.y | 105 %token DIR ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY 109 %type <num> DIR ACTION PROTOCOL MODE LEVEL 114 : DIR ACTION
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 1029 ACTION(Return5) { return 5; } in ACTION() function 1040 ACTION(IncrementArg1) { (*arg1)++; } in ACTION() function 1051 ACTION(IncrementArg2) { in ACTION() function 1066 ACTION(Sum2) { in ACTION() function 1086 ACTION(InvokeDummy) { in ACTION() function 1100 ACTION(InvokeDummy2) { in ACTION() function 1113 ACTION(ReturnAddrOfConstBoolReferenceArg) { in ACTION() function 1125 ACTION(ReturnAddrOfIntReferenceArg) { in ACTION() function 1138 ACTION(Sum) { return arg0 + arg1; } in ACTION() function 1148 ACTION(PlusTwo) { return arg0 + 2; } in ACTION() function [all …]
|