Searched refs:OPTION (Results 1 – 25 of 196) sorted by relevance
12345678
5 OPTION = -fPIC macro6 OPTION += -fstack-protector-all7 OPTION += -D_FORTIFY_SOURCE=2 -O28 OPTION += -Wformat=2 -Wfloat-equal -Wshadow9 OPTION += -Wconversion10 OPTION += -Wformat-security11 OPTION += -Wextra12 OPTION += --param ssp-buffer-size=413 OPTION += -Warray-bounds14 OPTION += -Wpointer-arith[all …]
37 OPTION=$138 VALUE=$(getAttribute Default$OPTION)39 printf "DEBUG: Default $OPTION is '%s'\n" "$VALUE" >&244 if [ -z "${OPTIONS/$OPTION=*}" ]46 VALUE=${OPTIONS#$OPTION=}48 printf "DEBUG: Selected $OPTION is '%s'\n" "$VALUE" >&251 if [ -z "${OPTIONS/* $OPTION=*}" ]53 VALUE=${OPTIONS##* $OPTION=}55 printf "DEBUG: Selected $OPTION is '%s'\n" "$VALUE" >&259 if [ -z "${OPTIONS/* $OPTION *}" ][all …]
348 U3G_DEV(OPTION, E6500, 0),349 U3G_DEV(OPTION, E6501, 0),350 U3G_DEV(OPTION, E6601, 0),351 U3G_DEV(OPTION, E6721, 0),352 U3G_DEV(OPTION, E6741, 0),353 U3G_DEV(OPTION, E6761, 0),354 U3G_DEV(OPTION, E6800, 0),355 U3G_DEV(OPTION, E7021, 0),356 U3G_DEV(OPTION, E7041, 0),357 U3G_DEV(OPTION, E7061, 0),[all …]
90 OPTION="$1"94 do_flag "+p" "$OPTION" "$INPUT_LINE"96 do_flag "+flmt" "$OPTION" "$INPUT_LINE"97 do_flag "-flmt" "$OPTION" "$INPUT_LINE"99 do_flag "-p" "$OPTION" "$INPUT_LINE"
310 stack.push(createElement(TN.OPTION), $.OPTION);327 stack.push(createElement(TN.OPTION), $.OPTION);346 stack.push(createElement(TN.OPTION), $.OPTION);362 stack.push(createElement(TN.OPTION), $.OPTION);379 stack.push(createElement(TN.OPTION), $.OPTION);396 stack.push(createElement(TN.OPTION), $.OPTION);414 stack.push(createElement(TN.OPTION), $.OPTION);428 stack.push(createElement(TN.OPTION), $.OPTION);444 stack.push(createElement(TN.OPTION), $.OPTION);464 stack.push(createElement(TN.OPTION), $.OPTION);
45 #define OPTION(t, p) \ macro48 OPTION("--name=%s", filename),49 OPTION("--contents=%s", contents),50 OPTION("-h", show_help),51 OPTION("--help", show_help),
114 #define OPTION(t, p) \ macro117 OPTION("--no-notify", no_notify),118 OPTION("--update-interval=%d", update_interval),119 OPTION("--timeout=%f", timeout),120 OPTION("--only-expire", only_expire),
17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)58 # OPTION-LIST is a space-separated list of Libtool options associated[all …]
40 macro(_check_and_save_build_option OPTION VALUE)41 if(DEFINED ${PACKAGE_FIND_NAME}_${OPTION} AND42 NOT ${PACKAGE_FIND_NAME}_${OPTION} STREQUAL ${VALUE})45 set(${PACKAGE_FIND_NAME}_${OPTION} ${VALUE} PARENT_SCOPE)
26 @@ -36,6 +36,8 @@ OPTION (CARES_STATIC_PIC "Build the static library as PIC (position independent)27 …OPTION (CARES_BUILD_TESTS "Build and run tests" O…28 …OPTION (CARES_BUILD_CONTAINER_TESTS "Build and run container tests (implies CARES_BUILD_TESTS, Lin…29 …OPTION (CARES_BUILD_TOOLS "Build tools" O…
32 #define OPTION(_1, _2, ID, _4, _5, _6, _7, _8, _9, _10, _11, _12) OPT_##ID, macro34 #undef OPTION42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ macro46 #undef OPTION
70 while getopts "n:g:t:i:P:p:d:v" OPTION;75 -*) echo "Missing argument for option \"-$OPTION\"."81 case $OPTION in
6 ; OPTION FRAMEPRESERVEFLAGS:ON7 ; OPTION PROLOGUE:NONE8 ; OPTION EPILOGUE:NONE46 OPTION PROLOGUE:NONE label47 OPTION EPILOGUE:NONE label
45 #define OPTION(t, p) \ macro48 OPTION("writeback_cache", writeback),49 OPTION("--data-size=%d", data_size),50 OPTION("--delay_ms=%d", delay_ms),
10 **fsverity digest** [*OPTION*...] *FILE*... \11 **fsverity dump_metadata** [*OPTION*...] *TYPE* *FILE* \12 **fsverity enable** [*OPTION*...] *FILE* \14 **fsverity sign** [*OPTION*...] *FILE* *OUT_SIGFILE*42 ## **fsverity digest** [*OPTION*...] *FILE*...95 ## **fsverity dump_metadata** [*OPTION*...] *TYPE* *FILE*117 ## **fsverity enable** [*OPTION*...] *FILE*152 ## **fsverity sign** [*OPTION*...] *FILE* *OUT_SIGFILE*
19 while getopts ":h" OPTION ; do20 case $OPTION in
40 while getopts l: OPTION; do41 case $OPTION in
44 while getopts c:l: OPTION; do45 case $OPTION in
39 while getopts c:l: OPTION; do40 case $OPTION in
53 while getopts 6mnrstaebcdiTUDSRMFf:qQVvh OPTION55 case $OPTION in