Searched refs:variable (Results 76 - 100 of 337) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap.h120 * This integer variable is used to provide an outside timer that the
146 * get_bool - Get a boolean EAPOL state variable
147 * @variable: EAPOL boolean variable to get
148 * Returns: Value of the EAPOL variable
150 bool (*get_bool)(void *ctx, enum eapol_bool_var variable);
153 * set_bool - Set a boolean EAPOL state variable
155 * @variable: EAPOL boolean variable to set
156 * @value: Value for the EAPOL variable
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-ifdef.mk8 # There is no variable named 'UNDEF', therefore the condition evaluates to
14 # There is a variable named 'DEFINED', so the condition evaluates to true.
H A Dvarmod-shell.mk3 # Tests for the ':!cmd!' variable modifier, which runs the shell command
4 # given by the variable modifier and returns its output.
H A Dvarname-make_print_var_on_error-jobs.mk3 # Tests for the special MAKE_PRINT_VAR_ON_ERROR variable, which prints the
6 # The variable .ERROR_CMD contains all commands of the target, with
H A Ddeptgt-makeflags.mk9 # The -D option sets a variable in the "Global" scope and thus can be
23 # The -D command line option can define a variable again, after it has been
45 # This is assigned to the variable DOLLAR.
46 # In the condition, that variable is expanded, and at that point, each '$$'
59 # Instead, the \n ends up as a line that is then interpreted as a variable
67 # Next try at defining another newline variable. Since whitespace around the
68 # variable value is trimmed, two empty expressions ${:U} surround the
71 # expressions, leaving only the newline as the variable value.
H A Ddep-var.mk3 # Tests for variable references in dependency declarations.
20 # At the point where the expression ${DEF2} is expanded, the variable DEF2
24 # This variable is not defined at all.
47 # Finally, this string is assigned to the local ${.TARGET} variable. This
48 # variable is expanded when the shell command is generated. At that point,
49 # the $I is expanded. Since the variable I is not defined, it expands to
72 # To trigger this piece of code, the variable name must contain "$)" or "$:"
80 # round of expansion, the "$I" expands to nothing since the variable "I" is
H A Ddeptgt-error.mk16 # Before making the '.ERROR' target, these variable values are printed.
H A Dvarmod-order-numeric.mk3 # Tests for the variable modifiers ':On', which returns the words, sorted in
7 # The variable modifiers ':On', ':Onr' and ':Orn' were added in var.c 1.939
16 # is out of scope for this variable modifier.
H A Dvarmod-order-shuffle.mk3 # Tests for the :Ox variable modifier, which returns the words of the
4 # variable, shuffled.
6 # The variable modifier :Ox is available since 2005-06-01.
H A Dmodmisc.mk22 # Demonstrates modifiers that are given indirectly from a variable.
40 # When a modifier is applied to the "" variable, the result is discarded.
46 # The :U modifier turns even the "" variable into something that has a value.
H A Ddirective.mk26 # from a variable assignment to ".info", which syntactically is very similar.
28 .info:= value # This is a variable assignment.
29 .info?= value # This is a variable assignment as well.
H A Dcmdline-undefined.mk6 # When the command line is parsed, variable assignments using the
7 # '=' assignment operator do get their variable name expanded
9 # variable value is not expanded, as usual.
H A Dcond-token-string.mk12 # an expression based on an undefined variable.
70 # expect+1: An undefined variable in quotes expands to an empty string, which then evaluates to false.
71 . info An undefined variable in quotes expands to an empty string, which $\
85 # expect+1: An empty variable evaluates to false.
86 . info An empty variable evaluates to false.
H A Dvarmod-mtime.mk3 # Tests for the ':mtime' variable modifier, which maps each word of the
45 # expect+2: while evaluating variable "no/such/file": Invalid argument '123x' for modifier ':mtime'
67 # expect+3: while evaluating variable "no/such/file1 no/such/file2": Cannot determine mtime for 'no/such/file1': <ENOENT>
68 # expect+2: while evaluating variable "no/such/file1 no/such/file2": Cannot determine mtime for 'no/such/file2': <ENOENT>
79 # expect+2: while evaluating variable "MAKEFILE": Invalid argument 'errorhandler-no' for modifier ':mtime'
88 # expect+2: while evaluating variable "MAKEFILE": Invalid argument 'warn' for modifier ':mtime'
113 # expect+2: while evaluating variable "anything": Unknown modifier "mtim"
H A Dvarmod-indirect.mk3 # Tests for indirect variable modifiers, such as in ${VAR:${M_modifiers}}.
13 # To apply a modifier indirectly via another variable, the whole
18 # expect+1: while evaluating variable "value": Unknown modifier "${"
37 # An indirect variable that evaluates to the empty string is allowed.
50 # expect+2: while evaluating variable "value": Unknown modifier "${"
75 # a variable modifier for the value "Upper", resulting in "UPPER".
81 # a variable modifier for the value "Lower", resulting in "lower".
98 # to say whether the variable name will be evaluated as a variable name or
113 # patterns. This list of patterns can then be applied to another variable
[all...]
H A Dvarmod-edge.mk3 # Tests for edge cases in variable modifiers.
54 # make: Unclosed expression, expecting '}' for modifier "U*)" of variable "" with value "*)"
66 # The pattern in the nested variable has an unclosed character class.
86 # the second closing brace would be needed to close the variable.
97 # The second closing brace closes the variable, and the third is copied
165 # expect+2: while evaluating variable "MOD.colons": while evaluating variable "INP.colons": Unknown modifier ":"
166 # expect+1: while evaluating variable "MOD.colons": while evaluating variable "INP.colons": Unknown modifier ":"
190 # Even in expressions based on an unnamed variable, ther
[all...]
H A Dvar-eval-short.mk3 # Tests for each variable modifier to ensure that they only do the minimum
41 # after the loop, when undefining the temporary global loop variable.
43 # variable name.
44 # expect+2: while evaluating "${:Uword:@${FAIL}@expr@}": In the :@ modifier, the variable name "${FAIL}" must not contain a dollar
58 # Before var.c 1.867 from 2021-03-14, the modifier ':_' defined the variable
165 # log). As of var.c 1.875 from 2021-03-14, the value of the variable gets
/freebsd-current/sbin/ipf/ippool/
H A DMakefile7 CFLAGS+= -Wno-error=unused-but-set-variable
/freebsd-current/sbin/ping/
H A DMakefile36 CFLAGS+= -Wno-error=unused-but-set-variable
/freebsd-current/contrib/libdiff/lib/
H A DGNUmakefile24 CFLAGS += -Wstrict-prototypes -Wunused-variable -Wuninitialized
/freebsd-current/contrib/libdiff/test/arraylist_test/
H A DGNUmakefile4 CFLAGS += -Wstrict-prototypes -Wunused-variable -Wuninitialized
/freebsd-current/contrib/libdiff/test/results_test/
H A DGNUmakefile4 CFLAGS += -Wstrict-prototypes -Wunused-variable -Wuninitialized
/freebsd-current/share/mk/
H A Dsrc.lua.mk30 # Some standalone usage may want a variable that tries to find the lua command,
32 # tools. For these, we provide the LUA variable.
34 # The LUA variable should point to LUA_CMD on the system, if it exists.
/freebsd-current/usr.bin/mkesdb/
H A Dyacc.y57 static char *encoding, *name, *output = NULL, *variable;
85 | property variable R_LN
98 variable : R_VARIABLE L_STRING label
100 set_prop_string("VARIABLE", &variable, &$2);
165 /* store variable */
166 if (variable)
168 (df, _CITRUS_ESDB_SYM_VARIABLE, variable));
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp62 // Do not attempt to construct one of these objects with no variable!
130 Variable *variable = m_variable_sp.get(); local
131 DWARFExpressionList &expr_list = variable->LocationExpressionList();
133 if (variable->GetLocationIsConstantValueData()) {
134 // expr doesn't contain DWARF bytes, it contains the constant variable
139 m_value.SetContext(Value::ContextType::Variable, variable);
156 variable->CalculateSymbolContext(&sc);
166 m_value.SetContext(Value::ContextType::Variable, variable);
203 // The variable value is in the Scalar value inside the m_value. We can
213 // If this variable i
[all...]

Completed in 144 milliseconds

1234567891011>>