Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/freebsd/contrib/libucl/m4/
H A Dax_lua.m47 # 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 Dsearch.h26 } ACTION; typedef
59 ENTRY *hsearch(ENTRY, ACTION);
79 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/freebsd/contrib/bmake/
H A Daclocal.m46 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 Dax_have_poll.m47 # AX_HAVE_POLL([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
8 # AX_HAVE_PPOLL([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
H A Dax_config_feature.m47 …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 Dscan.l128 %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 Dax_check_define.m47 # AC_CHECK_DEFINE([symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
8 # AX_CHECK_DEFINE([includes],[symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
H A Dax_check_link_flag.m47 # 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 Dax_check_compile_flag.m47 # 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 Dax_count_cpus.m47 # 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 Dax_compare_version.m47 # 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 Dpkg.m481 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 DLICENSE16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
/freebsd/sys/contrib/dev/ral/
H A DLICENSE13 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-ipq4019-ap.dk01.1-c1.dts12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
H A Dqcom-ipq4019-ap.dk01.1.dtsi12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
/freebsd/contrib/one-true-awk/
H A DLICENSE20 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
/freebsd/sbin/devd/
H A Dparse.y49 %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 Dacx_pthread.m45 # 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 Dacx_pthread.m45 # 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 DCOPYRIGHT18 * 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 Dmsec.in14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
/freebsd/contrib/sendmail/cf/cf/
H A Dcyrusproto.mc19 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
/freebsd/lib/libipsec/
H A Dpolicy_parse.y105 %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 Dgmock-more-actions_test.cc1029 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 …]

12345678910>>...23